-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "sorcerers",
"version": "0.0.0",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"check-types": "vue-tsc --noEmit",
"atlas-packer": "node --no-warnings --loader ts-node/esm ./scripts/atlasPacker.ts",
"sound-compresser": "node --no-warnings --loader ts-node/esm ./scripts/soundCompresser.ts",
"install": "yarn atlas-packer"
},
"dependencies": {
"@pixi/sound": "6.0.1",
"firebase": "^10.12.5",
"lodash.debounce": "^4.0.8",
"meta-png": "^1.0.6",
"peerjs": "^1.5.4",
"pixelarticons": "^1.8.1",
"pixi.js": "^8.3.0",
"vue": "^3.4.36",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@types/fluent-ffmpeg": "^2.1.25",
"@types/lodash.debounce": "^4.0.9",
"@vitejs/plugin-vue": "^5.1.2",
"binpacking": "^0.0.1",
"fluent-ffmpeg": "^2.1.3",
"gifwrap": "^0.10.1",
"jimp": "^0.22.12",
"jsdom": "^24.1.1",
"sass": "^1.77.8",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"@types/css-font-loading-module": "^0.0.8"
}
}