-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
46
47
48
49
50
51
52
53
{
"name": "nebula_derby",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"access-control": "^1.0.1",
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"engine.io": "^3.1.4",
"express": "^4.15.3",
"gaussian": "^1.1.0",
"ip": "^1.1.5",
"lodash": "^4.17.4",
"lodash-move": "^1.1.1",
"npm": "^6.4.1",
"opn": "^5.3.0",
"osc": "^2.2.0",
"osc-js": "^1.0.3",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "3",
"react-scripts": "1.0.10",
"react-select": "^1.0.0-rc.5",
"react-sortable-hoc": "^0.6.5",
"react-toggle": "^4.0.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"redux-watch": "^1.1.1",
"rimraf": "^2.6.2",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.71.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.0.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "nodemon server.js",
"dev": "concurrently \"nodemon server.js\" \"react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"fullscreen": "xset off && xset -dpms && xset s noblank"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"concurrently": "^3.5.0"
}
}