-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cli",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.3.1",
"connected-react-router": "^4.3.0",
"express": "^4.16.3",
"firebase": "^5.2.0",
"history": "^4.7.2",
"material-ui": "^0.20.1",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-icons": "^2.2.7",
"react-motion": "^0.5.2",
"react-notification-system": "^0.2.17",
"react-notification-system-redux": "^1.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "NODE_ENV=development ./bin/www",
"start:dev": "NODE_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8000",
"devDependencies": {
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"firebase-admin": "^5.12.1",
"import-export": "^1.0.1"
}
}