-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 965 Bytes
/
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
{
"name": "news",
"version": "1.0.0",
"description": "",
"main": "root.js",
"scripts": {
"dev": "webpack-dev-server --online --hot --port 8080"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.8.0",
"array-includes": "^3.0.3",
"babel-loader": "^7.1.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",
"fetch": "^1.1.0",
"json-loader": "^0.5.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-mixin": "^2.0.2",
"react-pull-to-refresh": "^1.0.6",
"react-responsive": "^1.2.6",
"react-router": "^2.8.1",
"react-touch-loader": "^1.1.0",
"style-loader": "^0.13.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^1.16.5"
},
"devDependencies": {
"babel-plugin-import": "^1.0.1",
"less": "^2.7.2",
"less-loader": "^2.2.3"
}
}