-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.53 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.53 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
{
"name": "pathly",
"description": "Pathly - Explore the lives you could have lived.",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"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 . && eslint .",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@ai-sdk/svelte": "^3.0.87",
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.544.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/kit": "^2.43.2",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.18",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^22",
"bits-ui": "^2.11.5",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.5",
"embla-carousel-svelte": "^8.6.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.4",
"formsnap": "^2.0.1",
"globals": "^16.4.0",
"mode-watcher": "^1.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.39.5",
"svelte-check": "^4.3.2",
"sveltekit-superforms": "^2.27.4",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "^7.1.7",
"zod": "^4.1.12"
},
"dependencies": {
"@ai-sdk/google": "^2.0.24",
"@neondatabase/serverless": "^1.0.1",
"@tailwindplus/elements": "^1.0.17",
"@tanstack/svelte-query": "^6.0.3",
"@tanstack/svelte-query-devtools": "^6.0.0",
"@vercel/analytics": "^1.5.0",
"ai": "^5.0.81",
"better-auth": "^1.3.27",
"bytez.js": "^1.1.16",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"drizzle-zod": "^0.8.3",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^2.30.1",
"lucide-svelte": "^0.545.0",
"marked": "^16.4.1",
"nanoid": "^5.1.6",
"resend": "^6.4.2",
"svelte-inview": "^4.0.4",
"svelte-motion": "^0.12.2",
"svelte-sonner": "^1.0.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}