-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "wormtrix",
"version": "0.0.0",
"type": "module",
"license": "AGPL-3.0",
"scripts": {
"dev": "VITE_BUILD_COMMIT=`git log --pretty=format:'%h' -n 1` VITE_DEFAULT_HOMESERVER=http://localhost:8008 vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/",
"test": "jest",
"assets": "node scripts/generateAssetManifest.mjs > src/assets/manifest.ts"
},
"dependencies": {
"@dimforge/rapier2d-compat": "^0.14.0",
"@pixi/sound": "^6.0.1",
"matrix-js-sdk": "^34.8.0",
"pixi-viewport": "^5.0.3",
"pixi.js": "^8.5.1",
"preact": "^10.24.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@preact/preset-vite": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@napi-rs/canvas": "^0.1.58",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}