-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.25 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
{
"name": "phaser3-webpack-template",
"version": "1.0.0",
"description": "Phaser 3 project template for Phaser Editor 2D v3",
"main": "webpack.config.js",
"scripts": {
"start": "webpack serve --mode=development --stats-error-details --node-env development",
"build": "webpack --mode=production --node-env 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"
},
"author": "Phaser Editor 2D <developers@phasereditor2d.com> (https://phasereditor2d.com/)",
"license": "MIT",
"dependencies": {
"@phasereditor2d/scripts-core": "^1.0.7",
"@phasereditor2d/scripts-simple-animations": "^1.0.6",
"phaser": "^3.60.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": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.28.0",
"webpack-clean-plugin": "^0.2.3",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}