-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 1015 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
{
"name": "Phaser3ES6Webpack",
"version": "1.1.0",
"description": "",
"author": "niklas berg <me@niklasberg.se>",
"main": "index.js",
"scripts": {
"dev": "webpack --mode=development",
"deploy": "webpack --mode=production --config webpack.production.config.js",
"test": "eslint ./src/**/**.js"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.5.0",
"eslint-plugin-import": "^2.14.0",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^1.0.0",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"phaser": "3.15.1",
"phaser-animated-tiles": "^2.0.2",
"socket.io-client": "^2.2.0"
}
}