-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 931 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 931 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": "react-reflection-board",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/icons": "^1.0.0-beta.43",
"axios": "^0.17.1",
"material-ui": "^1.0.0-beta.42",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.22.1",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"sweetalert": "^2.1.0",
"typeface-roboto": "0.0.54"
},
"devDependencies": {
"nodemon": "^1.14.11"
},
"scripts": {
"start": "react-scripts build && node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}