generated from NoBrainNoGame/realms-of-the-chaos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
30
31
32
33
34
{
"name": "ghom-game",
"description": "HTML5 tactical RPG game",
"scripts": {
"test": "tsc --noEmit",
"build": "parcel build index.html",
"start": "parcel index.html",
"format": "prettier --write src",
"share": "cloudflared tunnel --url http://localhost:1234"
},
"type": "module",
"prettier": {
"semi": false
},
"dependencies": {
"@ghom/booyah": "^1.2.11",
"@pixi/filter-displacement": "^7.2.4",
"@pixi/filter-glow": "^5.2.1",
"@pixi/filter-outline": "^5.2.0",
"color-engine": "^2.0.2-flooooood",
"honeycomb-grid": "^4.1.4",
"howler": "^2.2.3",
"pixi.js": "^7.2.4"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"@types/howler": "^2.2.7",
"@types/node": "^20.4.6",
"@types/prettier": "^2.7.3",
"parcel": "^2.9.3",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}