-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
50 lines (50 loc) · 1.56 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": "react-learn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "set NODE_ENV=production && node --max_old_space_size=2048 node_modules/webpack/bin/webpack.js --config webpack.production.config.js",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "helijun",
"license": "ISC",
"devDependencies": {
"amazeui-touch": "^1.0.0",
"antd-mobile": "^2.0.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-import": "^1.6.2",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-plugin-transform-react-jsx": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"brace-expansion": "^1.1.4",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"flux": "^2.1.1",
"html-webpack-plugin": "^2.19.0",
"imports-loader": "^0.7.0",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"rc-form": "^1.4.8",
"react-addons-css-transition-group": "^15.6.0",
"react-router": "^2.4.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"antd-mobile": "^2.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}