-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1 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
{
"name": "editor-example-volcano",
"version": "2.0.0",
"description": "Phaser 3 project template for Phaser Editor 2D v4",
"main": "webpack.config.js",
"scripts": {
"start": "webpack serve --mode=development --stats-error-details --no-open",
"build": "webpack --mode=production && phaser-asset-pack-hashing -r dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Phaser Editor 2D <[email protected]> (https://phasereditor2d.com/)",
"license": "MIT",
"dependencies": {
"@phaserjs/editor-scripts-base": "^1.0.0",
"@phaserjs/editor-scripts-quick": "^1.0.0",
"phaser": "^3.80.1"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"html-webpack-plugin": "^5.6.0",
"phaser-asset-pack-hashing": "^1.0.6",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-clean-plugin": "^0.2.3",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
}
}