-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 917 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-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",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com/)",
"license": "MIT",
"dependencies": {
"phaser": "^3.54.0",
"phaser3-merged-input": "^1.2.8",
"phaser3-rex-plugins": "^1.1.44"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"html-webpack-plugin": "^5.3.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-clean-plugin": "^0.2.3",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}