-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 991 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
{
"name": "PhaserES6Webpack",
"version": "1.0.0",
"description": "",
"author": "BaevY",
"scripts": {
"start": "node server.js"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.15.0",
"browser-sync-webpack-plugin": "^1.1.2",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.13.0",
"expose-loader": "^0.7.1",
"html-webpack-plugin": "^2.22.0",
"phaser-input": "^1.2.5",
"standard": "^8.0.0",
"webfontloader": "^1.6.26"
},
"dependencies": {
"browser-sync-webpack-plugin": "^1.1.3",
"clean-webpack-plugin": "^0.1.13",
"phaser": "^2.6.2",
"socket.io": "*",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-obfuscator": "^0.7.3",
"webpack-sources": "^0.1.3",
"webpack-uglify-js-plugin": "^1.1.9"
}
}