-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.75 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
49
50
51
{
"name": "cultivis",
"version": "0.0.0",
"type": "module",
"description": "A Cult of the Lamb Asset Visualizer",
"private": true,
"author": "osoclos",
"license": "MIT",
"scripts": {
"dev": "vite --open -c vite.config.ts",
"dev-host": "vite --host --open -c vite.config.ts",
"build": "vite build --mode production",
"preview": "vite preview --host --open -c vite.config.ts",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"extract": "python extraction/assets.py && python extraction/worshipper-data.py && python extraction/clothing-data.py",
"parse": "bun run setup/parse.ts",
"generate": "bun run --watch setup/generate.ts",
"combine": "bun run setup/combine.ts"
},
"dependencies": {
"gifenc": "^1.0.3",
"howler": "^2.2.4",
"svelte": "^5.19.6",
"svelte-exmarkdown": "^4.0.2",
"tailwindcss": "^4.0.3",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/bun": "^1.2.2",
"@types/express": "^5.0.0",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/howler": "^2.2.12",
"@types/multer": "^1.4.12",
"@types/upng-js": "^2.1.5",
"@webgpu/types": "^0.1.55",
"express": "^4.21.2",
"fluent-ffmpeg": "^2.1.3",
"multer": "^1.4.5-lts.1",
"sharp": "^0.33.5",
"svelte-check": "^4.1.4",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"vite": "^6.0.11",
"vite-express": "^0.20.0",
"vite-plugin-mkcert": "^1.17.6"
}
}