-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.02 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
{
"name": "suman-server",
"version": "0.0.0",
"private": true,
"main": "bin/www.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"chokidar": "^1.6.1",
"socket.io": "^1.7.3",
"@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",
"requirejs": "^2.3.2",
"rimraf": "^2.5.4",
"roodles": "0.0.1013"
}
}