-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.16 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.16 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "shapez-visualizer",
"version": "0.14.0",
"type": "module",
"private": true,
"scripts": {
"prepare:buildings": "bash resources/scripts/buildings-pipeline.sh",
"prepare:shapes": "bash resources/scripts/shapes-pipeline.sh",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "prettier --check src && eslint src",
"format": "prettier --write src"
},
"dependencies": {
"@fontsource-variable/outfit": "^5.2.5",
"@sveltejs/adapter-vercel": "^5.7.2",
"@tailwindcss/vite": "^4.1.7",
"@threlte/core": "^8.0.4",
"@threlte/extras": "^9.2.1",
"bits-ui": "^1.7.0",
"class-variance-authority": "^0.7.1",
"embla-carousel": "^8.6.0",
"formsnap": "^2.0.1",
"pako": "^2.1.0",
"pocketbase": "^0.26.0",
"screenfull": "^6.0.2",
"sveltekit-superforms": "^2.25.0",
"three": "^0.183.2",
"three-custom-shader-material": "^6.3.7",
"ua-parser-js": "1.0.40",
"zod": "^3.25.20"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.26.0",
"@iconify-json/simple-icons": "^1.2.36",
"@iconify-json/tabler": "^1.2.18",
"@iconify/tailwind4": "^1.0.6",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.21.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@threlte/gltf": "^3.0.1",
"@types/pako": "^2.0.3",
"@types/three": "^0.176.0",
"@types/ua-parser-js": "^0.7.39",
"@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-svelte": "^3.5.1",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.32.1",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"vite": "^6.3.4",
"vitest": "^3.1.3"
}
}