forked from e27813176/MathFox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 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
54
55
56
57
58
{
"name": "gameserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --progress --colors --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect": "^3.6.3",
"express": "^4.15.3",
"mongodb": "^2.2.31",
"mongoose": "^4.11.9",
"monk": "^6.0.3",
"phaser-ce": "^2.8.3",
"socket.io": "*"
},
"devDependencies": {
"@orange-games/phaser-input": "^2.0.5",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^0.28.8",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-externals-plugin": "^3.6.0",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"json-loader": "^0.5.7",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-clean-plugin": "^0.2.3",
"webpack-merge": "^4.1.1"
}
}