-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.82 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
60
61
62
63
64
65
66
67
{
"name": "fire-emblem-heroes",
"version": "3.55.2",
"description": "Phaser 3 starter template with TypeScript and webpack.",
"homepage": "https://mk360.github.io/feh",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack/webpack.dev.js",
"build": "rimraf dist && webpack --config webpack/webpack.prod.js",
"bundle": "npm run build",
"serve": "serve dist",
"format": "prettier --check src/scripts/**",
"format:write": "prettier --write src/scripts/**"
},
"keywords": [
"Fire Emblem Heroes",
"Phaser 3",
"html5 game",
"TypeScript",
"webpack"
],
"author": {
"name": "Mohamed Kassar",
"url": "https://github.com/mk360"
},
"repository": {
"type": "git",
"url": "https://github.com/mk360/feh.git"
},
"template": {
"name": "phaser-project-template",
"url": "https://github.com/yandeu/phaser-project-template",
"author": "Yannick Deubel (https://github.com/yandeu)"
},
"engines": {
"node": ">=12"
},
"license": "MIT",
"dependencies": {
"ape-ecs": "^1.3.1",
"audiosprite": "^0.7.2",
"command-line-args": "^5.2.1",
"feh-battles": "file:../feh-battles",
"phaser": "^3.60.0"
},
"devDependencies": {
"@sjchang/sprite-packer": "^1.0.3",
"@types/audiosprite": "^0.7.0",
"@yandeu/prettier-config": "^0.0.3",
"copy-webpack-plugin": "^10.1.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"javascript-obfuscator": "^4.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"serve": "^14.1.2",
"ts-loader": "^9.4.2",
"typescript": "^4.5.3",
"webp-converter": "^2.3.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0",
"webpack-obfuscator": "^3.5.0",
"workbox-webpack-plugin": "^6.4.2"
}
}