-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 827 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 827 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
{
"name": "restock-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.22.2",
"axios": "^0.19.0",
"moment": "^2.24.0",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "0.9.5",
"recharts": "^1.7.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"socket.io": "^2.2.0"
},
"devDependencies": {},
"proxy": "http://localhost:3000",
"scripts": {
"start": "PORT=3002 react-scripts start",
"build": "react-scripts build",
"full": "react-scripts build && git add . && git commit -m 'Production build.' && git push && git push production master",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}