-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 897 Bytes
/
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
{
"name": "mourgos-admin",
"version": "0.1.5",
"private": true,
"dependencies": {
"@uirouter/react": "^0.5.4",
"bootstrap": "^3.3.7",
"google-map-react": "^0.26.0",
"material-ui": "^0.20.0",
"object-hash": "^1.2.0",
"rc-slider": "^8.5.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17",
"socket.io": "^2.0.4",
"timeago.js": "^3.0.2",
"xlsx": "^0.11.17"
},
"scripts": {
"start": "cross-env PORT=3002 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": {
"/api": {
"target": "http://localhost:3000/",
"ws": true,
"pathRewrite": {
"^/api": ""
}
}
},
"homepage": "/admin/",
"devDependencies": {
"@uirouter/visualizer": "^5.0.6",
"cross-env": "^5.1.3"
}
}