-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "formList",
"version": "1.0.0",
"main": "lib/index",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --port 5555",
"build": "webpack -p --display-optimization-bailout --progress --colors"
},
"license": "MIT",
"dependencies": {
"antd-mobile": "^2.1.4",
"axios": "^0.17.1",
"babel-runtime": "^6.11.6",
"rc-form": "^0.17.2",
"react-router": "3.x"
},
"devDependencies": {
"antd-mobile-demo-data": "^0.1.3",
"autoprefixer": "^6.5.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-import": "^1.0.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.16.0",
"bundle-loader": "^0.5.2",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^1.1.6",
"html2canvas": "^1.0.0-alpha.9",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lib-flexible": "^0.3.2",
"postcss": "^5.2.5",
"postcss-loader": "^1.1.0",
"postcss-px2rem": "^0.3.0",
"postcss-pxtorem": "^3.3.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.7",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.1",
"webpack-dev-server": "2.7.1",
"webpack-visualizer-plugin": "^0.1.11"
}
}