-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.94 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"dependencies": {
"antd": "^2.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"copy-to-clipboard": "^3.0.8",
"dva": "^1.2.1",
"dva-loading": "^0.2.0",
"dva-model-extend": "^0.1.1",
"html-webpack-plugin": "^2.30.1",
"nprogress": "^0.2.0",
"path-to-regexp": "latest",
"prop-types": "latest",
"qs": "^6.2.0",
"rc-banner-anim": "^0.5.12",
"rc-queue-anim": "^0.13.3",
"rc-scroll-anim": "^1.0.4",
"rc-tween-one": "^1.2.5",
"react": "^15.4.1",
"react-copy-to-clipboard": "^5.0.0",
"react-countup": "^2.1.1",
"react-dom": "^15.4.1",
"react-draft-wysiwyg": "^1.10.6",
"react-helmet": "^5.0.0",
"react-lz-editor": "^0.10.19",
"react-markdown": "^2.5.0",
"react-pdf": "1.8.3",
"react-slick": "^0.14.11",
"recharts": "^0.19.0",
"run-sequence": "^2.1.0",
"yarn": "^0.27.5"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-eslint": "^6.1.2",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.9.2",
"eslint": "^3.17.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-inject": "^4.2.0",
"gulp-qiniu": "^0.2.4",
"gulp-sftp": "^0.1.5",
"less-vars-to-js": "^1.1.2",
"moment": "latest",
"redbox-react": "^1.2.10",
"roadhog": "0.6.0-beta.6"
},
"pre-commit": [
"lint"
],
"scripts": {
"dev": "PORT=8081 set BROWSER=none&&set HOST=0.0.0.0&&roadhog server",
"lint": "eslint --fix --ext .js src",
"build": "roadhog build --analyze",
"prod": "gulp",
"pre": "gulp pre"
}
}