-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
{
"private": true,
"name": "frontend_react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors --watch -d",
"build": "webpack --config webpack-production.config.js --progress --colors -p"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"country-region-data": "^1.3.0",
"material-ui": "^0.15.4",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-router-scroll": "^0.3.2",
"redux": "^3.5.2",
"redux-form": "^6.0.0-rc.4",
"redux-form-material-ui": "^4.0.1",
"redux-localstorage": "^0.4.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"react-hot-loader": "^3.0.0-beta.2",
"react-tap-event-plugin": "^2.0.0",
"source-map-loader": "^0.1.5",
"transfer-webpack-plugin": "^0.1.4",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}