-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "webpack1",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"console-polyfill": "^0.2.2",
"core-js": "^2.4.1",
"css-loader": "^0.23.1",
"es3ify-webpack-plugin": "0.0.0",
"es5-shim": "^4.5.9",
"history": "^2.1.2",
"jquery": "^1.11.3",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.5",
"react-router": "2.3.0",
"redux": "^3.3.1",
"redux-form": "^5.3.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"element-resize-event": "~2.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}