-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·72 lines (72 loc) · 2.4 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
69
70
71
72
{
"name": "myreact",
"version": "1.0.0",
"description": "myreact, bi",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --colors --config webpack/webpack.config.js",
"start": "webpack-dashboard -t 'React Boilerplate' -- webpack-dev-server --colors --config webpack/webpack.config.js",
"build": "rm -rf ./dist && NODE_ENV=\"production\" webpack --config webpack/webpack.config.js",
"dll": "webpack --config webpack/webpack.dll.js",
"deploy:code": "scp ./dist/index.html [email protected]:/data/web/bigdata/",
"deploy:static": "scp -r ./dist/1.0.0 [email protected]:/data/static/static/bd",
"deploy": "npm run build && npm run deploy:code && npm run deploy:static",
"clean": "watchman watch-del-all && rm -fr $TMPDIR/react-* && npm cache clean"
},
"author": "wyz",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.17.1",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-import": "^1.6.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^3.10.0",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.10.1"
},
"dependencies": {
"antd": "^3.0.0",
"antd-mobile": "^2.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"chinese-lunar": "^0.1.2",
"classnames": "^2.2.5",
"dateformat": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "^15.6.0",
"rc-util": "^4.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.0.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-number-easing": "^0.0.4",
"react-redux": "^5.0.3",
"react-router": "^3.0.3",
"react-router-redux": "^4.0.8",
"react-table": "^6.7.4",
"react-textgradient": "^0.0.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"seamless-immutable": "^7.1.2",
"text-gradient": "^0.2.0"
}
}