-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.43 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
{
"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": "eslint src/",
"test": "jest",
"assets": "node scripts/generateAssetManifest.mjs > src/assets/manifest.ts",
"lint:prettier": "prettier 'src/**/*.(ts|tsx|md)' '*.md' -c",
"lint:prettier-fix": "prettier 'src/**/*.(ts|tsx|md)' '*.md' -w",
"lint": "yarn lint:eslint && yarn lint:prettier"
},
"dependencies": {
"@dimforge/rapier2d-compat": "^0.14.0",
"@pixi/sound": "^6.0.1",
"matrix-js-sdk": "^34.8.0",
"motion": "^11.13.5",
"pixi-viewport": "^5.0.3",
"pixi.js": "^8.5.1",
"points-on-curve": "^1.0.1",
"preact": "^10.24.3",
"prettier": "^3.4.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@napi-rs/canvas": "^0.1.58",
"@preact/preset-vite": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typed-emitter": "^2.1.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}