-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"antd": "^3.6.1",
"avatarx-js": "^1.0.3",
"axios": "^0.18.0",
"enquire-js": "^0.2.1",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.6.1",
"rc-banner-anim": "^1.0.2",
"rc-queue-anim": "^1.5.0",
"rc-scroll-anim": "^2.5.2",
"rc-tween-one": "^1.7.8",
"react": "^16.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"umi": "^1.0.0-0",
"umi-plugin-dva": "^0.1.5",
"umi-plugin-locale": "^1.0.0"
},
"devDependencies": {
"babel-plugin-import": "^1.7.0",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^4.14.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.12.0",
"less-vars-to-js": "^1.2.1",
"umi-plugin-es5-imcompatible-versions": "^0.1.0"
}
}