-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.34 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "shapez-visualizer",
"version": "0.11.13",
"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": {
"@threlte/core": "^7.3.1",
"@threlte/extras": "^8.11.4",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"formsnap": "^1.0.1",
"pako": "^2.1.0",
"pocketbase": "^0.21.0",
"screenfull": "^6.0.2",
"sveltekit-superforms": "^2.17.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"three": "0.167.1",
"three-custom-shader-material": "^5.4.0",
"ua-parser-js": "^1.0.37",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.85",
"@iconify-json/simple-icons": "^1.1.111",
"@iconify-json/tabler": "^1.1.118",
"@iconify/tailwind": "^1.1.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.12",
"@threlte/gltf": "^2.0.3",
"@types/pako": "^2.0.0",
"@types/three": "^0.167.1",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.14",
"daisyui": "^4.12.10",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.24",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^2.1.8"
}
}