-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ceo-cast-the-ex-officer",
"version": "0.1.0",
"description": "An arcade with symbols' drawing.",
"main": "index.js",
"scripts": {
"start": "webpack-serve --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.prod.js",
"bundle": "npm run build",
"serve": "serve dist"
},
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"html5 game",
"TypeScript",
"webpack"
],
"author": {
"name": "Volodymyr Mikhav",
"url": "https://github.com/vmikhav",
"twitter": "https://twitter.com/vmikhav"
},
"repository": {
"type": "git",
"url": "https://github.com/vmikhav/ceo-cast-the-ex-officer"
},
"template": {
"name": "phaser-project-template",
"url": "https://github.com/yandeu/phaser-project-template",
"author": "Yannick Deubel (https://github.com/yandeu)"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.1",
"html-webpack-plugin": "^4.5.0",
"node-json-minify": "^1.0.0",
"serve": "^11.3.2",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.11",
"typescript": "^4.0.5",
"webfontloader": "^1.6.28",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.4.0",
"webpack-plugin-serve": "^1.2.0",
"webpack-serve": "^3.2.0",
"workbox-webpack-plugin": "^5.1.4"
},
"dependencies": {
"phaser": "^3.24.1",
"tile-extruder": "^2.0.6"
}
}