-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
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": "PinchAndScape",
"version": "1.0.0",
"description": "LD39 entry",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"custom": "node server/index.js enable-border",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --watch"
},
"dependencies": {
"express": "^4.14.0",
"immutability-helper": "^2.0.0",
"lodash": "^4.17.21",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-node-logger": "0.0.3",
"socket.io": "^1.4.8",
"uid": "0.0.2",
"webpack": "^3.3.0"
},
"peerDependencies": {
"socket.io": "1.4.x"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.25.0",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^4.0.2",
"eslint-plugin-import": "^1.11.1",
"mocha": "^3.0.2",
"should": "^10.0.0",
"should-sinon": "0.0.5",
"sinon": "^1.17.5",
"style-loader": "^0.13.1"
}
}