-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.12 KB
/
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
40
41
42
43
44
{
"name": "hr4r2",
"version": "0.0.1001",
"private": true,
"scripts": {
"start": "./run.sh",
"gzip": "gzip -9 ./public/optimized/bundles/common.js"
},
"main": "bin/www.js",
"dependencies": {
"async": "^2.1.4",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "^4.14.0",
"lodash": "^4.17.4",
"morgan": "~1.7.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"@types/async": "^2.0.38",
"@types/core-js": "^0.9.35",
"@types/immutable": "^3.8.7",
"@types/lodash": "^4.14.50",
"@types/node": "^7.0.0",
"@types/react": "^15.0.0",
"@types/react-dom": "^0.14.20",
"@types/react-redux": "^4.4.35",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/requirejs": "^2.1.28",
"@types/socket.io": "^1.4.27",
"@types/socket.io-client": "^1.4.29",
"@types/whatwg-fetch": "0.0.33",
"chokidar": "^1.6.1",
"requirejs": "^2.3.2",
"rimraf": "^2.5.4",
"roodles": "0.0.1013",
"socket.io": "^1.7.2",
"suman": "latest"
}
}