-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.82 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
{
"name": "template",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "pnpm run build && wrangler dev",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check .",
"deploy": "pnpm run build && wrangler deploy",
"cf-typegen": "wrangler types ./src/worker-configuration.d.ts"
},
"devDependencies": {
"@babylonjs/core": "^8.22.2",
"@babylonjs/inspector": "^8.22.2",
"@lucide/svelte": "^0.482.0",
"@sveltejs/adapter-auto": "^6.0.2",
"@sveltejs/adapter-cloudflare": "^7.1.3",
"@sveltejs/kit": "^2.27.3",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"autoprefixer": "^10.4.21",
"bits-ui": "1.8.0",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"mode-watcher": "^0.5.1",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "5.38.0",
"svelte-check": "^4.3.1",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2",
"vaul-svelte": "1.0.0-next.7",
"vite": "^6.3.5",
"wrangler": "^4.28.1"
},
"dependencies": {
"@sanity/client": "^7.8.2",
"@sveltejs/adapter-vercel": "^5.8.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"embla-carousel-autoplay": "^8.6.0",
"gsap": "3.13.0",
"svelte-radix": "^2.0.1",
"zod": "^4.0.16"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}