-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 888 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
32
33
34
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"history": "^4.7.2",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.2",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-icons": "^2.2.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-last-location": "^1.0.3",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.15",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-app-env start",
"build": "react-app-env build",
"test": "react-app-env test",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-decorators": "^6.24.1",
"react-app-env": "^1.2.0"
}
}