-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"private": true,
"name": "mech-jam-5",
"version": "1.0.0",
"description": "BLOOD in the SKY: DEAD OR ALIVE",
"author": "SweetHeart Squad <[email protected]>",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview --port 80",
"start:prod": "npm run build && npm run serve",
"lint": "eslint \"**/*.{js,ts}\"",
"typecheck": "tsc --skipLibCheck",
"optimize-images": "node optimize-images",
"analyze": "npx vite-bundle-visualizer -t sunburst"
},
"devDependencies": {
"@egjs/hammerjs": "^2.0.17",
"@types/browser-lang": "^0.1.0",
"@types/eases": "^1.0.2",
"@types/howler": "^2.2.7",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vheemstra/imagemin-oxipng": "^1.0.0",
"@wasm-codecs/oxipng": "^1.0.1",
"browser-lang": "^0.2.1",
"eases": "^1.0.8",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"glob": "^10.2.5",
"howler": "^2.2.3",
"howler-pixi-loader-middleware": "^5.0.0",
"imagemin": "^9.0.0",
"imagemin-jpeg-recompress": "^7.1.0",
"imagemin-webp": "^8.0.0",
"input-gamepads.js": "^3.0.4",
"localforage": "^1.10.0",
"pixi-filters": "^6.0.0",
"pixi.js": "^8.0.1",
"strand-core": "^3.0.1",
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}