-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
{
"name": "babel",
"version": "1.0.0",
"description": "demo for babel",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --env --hot --inline --colors --config ./webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "smallw",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"espower": "^2.1.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"open-browser-webpack-plugin": "^0.0.5",
"path": "^0.12.7",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"require": "^2.4.20",
"requirejs": "^2.3.6",
"style-loader": "^0.21.0",
"transform-runtime": "^0.0.0",
"upng-js": "^2.1.0",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"webpack-cli": "^3.1.2"
}
}