-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 940 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": "board-game",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "*",
"express": "~4.13.4",
"fbemitter": "^2.0.0",
"jquery": "^2.2.3",
"material-ui": "^0.14.4",
"morgan": "~1.7.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-router": "^2.3.0",
"restful.js": "^0.9.6",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"jsx-loader": "^0.13.2",
"less-loader": "~2.2.2",
"react-tap-event-plugin": "^0.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
}
}