-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.79 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.79 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "stretch-deck",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "alchemy dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "alchemy deploy --env-file .env.production",
"db:generate": "drizzle-kit generate",
"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 .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@cloudflare/vite-plugin": "^1.25.5",
"@inlang/paraglide-js": "^2.12.0",
"@internationalized/date": "^3.11.0",
"@lucide/svelte": "^0.575.0",
"@playwright/test": "^1.58.2",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/kit": "^2.53.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/d3-scale": "^4.0.9",
"@types/d3-time": "^3.0.4",
"@vite-pwa/sveltekit": "^1.1.0",
"@vitest/browser-playwright": "^4.0.18",
"bits-ui": "^2.16.2",
"clsx": "^2.1.1",
"paneforge": "^1.0.2",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.53.5",
"svelte-check": "^4.4.3",
"svelte-toolbelt": "^0.10.6",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0",
"vite-plugin-top-level-await": "^1.6.0",
"vitest": "^4.0.18",
"vitest-browser-svelte": "^2.0.2"
},
"dependencies": {
"@blossom-carousel/core": "^1.0.4",
"@cloudflare/workers-types": "^4.20260305.0",
"@dnd-kit-svelte/svelte": "^0.1.6",
"@imgly/background-removal": "^1.7.0",
"@paper-design/shaders": "^0.0.71",
"@threlte/core": "^8.4.0",
"@threlte/extras": "^9.8.1",
"@types/three": "^0.183.1",
"alchemy": "^0.87.0",
"better-auth": "^1.4.19",
"better-auth-cloudflare": "^0.2.9",
"d3-scale": "^4.0.2",
"d3-time": "^3.1.0",
"drizzle": "^1.4.0",
"drizzle-kit": "0.31.9",
"html2canvas-pro": "^2.0.2",
"jazz-tools": "^0.20.11",
"layerchart": "^2.0.0-next.44",
"melt": "^0.44.0",
"mode-watcher": "^1.1.0",
"motion": "^12.34.3",
"motion-sv": "^0.1.10",
"pipemagic": "^0.1.4",
"qr-scanner-wechat": "^0.1.3",
"remeda": "^2.33.6",
"resend": "^6.9.2",
"runed": "^0.37.1",
"seedrandom": "^3.0.5",
"svelte-email-tailwind": "^4.0.0",
"three": "^0.183.1",
"uqr": "^0.1.2",
"vite-plugin-wasm": "^3.5.0",
"wrangler": "^4.68.1",
"zod": "^4.3.6"
}
}