-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 Bytes
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
{
"name": "phaser3-typescript-platformer-example",
"version": "3.16.2",
"description": "Phaser 3 TypeScript Platformer Example",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.3.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1",
"webpack-obfuscator": "^0.18.0",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"phaser": "3.55.2",
"phaser3-rex-plugins": "1.1.59",
"sweetalert2": "^10.2.0"
}
}