-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 988 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
{
"name": "phaser3-webpack-typescript-responsive-template",
"version": "1.0.0",
"main": "webpack.config.js",
"author": "agonima",
"scripts": {
"start": "webpack serve --mode=development --stats-error-details",
"build": "webpack --mode=production && phaser-asset-pack-hashing -r dist",
"editor": "phasereditor2d-launcher -project . -port 1959",
"editor-remote": "phasereditor2d-launcher -project . -disable-open-browser -public -port 1959",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"phaser": "^3.55.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"html-webpack-plugin": "^5.3.1",
"phaser-asset-pack-hashing": "^1.0.5",
"phasereditor2d-launcher": "^3.32.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-clean-plugin": "^0.2.3",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}