-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 982 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
{
"name": "awesome-cabot-gui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/icons": "^1.0.0-beta.42",
"concurrently": "^3.5.1",
"d3-scale-chromatic": "^1.2.0",
"eventemitter2": "^5.0.1",
"express": "^4.16.3",
"material-ui": "next",
"my-local-ip": "^1.0.0",
"nipplejs": "^0.6.8",
"prop-types": "^15.6.1",
"quaternion": "^2.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"roslib": "^0.20.0",
"react-joystick": "^1.0.3",
"react-nav2djs": "^0.0.3"
},
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"client": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "node src/server/app.js"
},
"devDependencies": {
"nodemon": "^1.12.1"
},
"proxy": "http://localhost:3001/"
}