-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 855 Bytes
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
{
"name": "react-webpack-es6-starterPack",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --watch --mode development",
"prod": "webpack --mode production",
"start": "node server/server.js"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"express": "^4.16.3",
"path": "^0.12.7",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-jss": "^8.6.1",
"react-redux": "^5.0.7",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}