-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "react-news",
"version": "1.0.0",
"description": "",
"main": "root.js",
"scripts": {
"start": "webpack-dev-server --inline --hot --progress --colors --host 192.168.0.3 --port 8880",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.12.0",
"babel-loader": "^6.4.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"css-loader": "^0.25.0",
"json-loader": "^0.5.4",
"react": "^15.6.1",
"react-dom": "^15.3.2",
"react-mixin": "^2.0.2",
"react-responsive": "^1.2.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"devDependencies": {
"babel-plugin-import": "^1.0.1",
"fetch": "^1.1.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"react-touch-loader": "^1.1.0",
"react-pull-to-refresh": "^1.1.1"
}
}