-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 930 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
{
"name": "React-Redux-SoDA-Demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p --define process.env.NODE_ENV='\"production\"'",
"compile": "babel ",
"concept": "node ./scripts/runConcept",
"start": "webpack-dev-server --debug --content-base build/"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.21.0",
"lodash": "^4.14.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}