-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"name": "rankedin",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "^7.1.0",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/vite": "^4.1.13",
"@xata.io/client": "^0.0.0-next.v93343b9646f57a1e5c51c35eccf0767c2bb80baa",
"astro": "^5.13.5",
"drizzle-orm": "^0.44.5",
"postgres": "^3.4.7",
"svelte": "^5.38.7",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
},
"devDependencies": {
"@internationalized/date": "^3.8.1",
"@lucide/svelte": "^0.515.0",
"@tanstack/table-core": "^8.20.5",
"@types/node": "^24.3.1",
"bits-ui": "^2.8.6",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.4",
"embla-carousel-svelte": "^8.6.0",
"formsnap": "^2.0.1",
"layerchart": "2.0.0-next.27",
"mode-watcher": "^1.0.8",
"paneforge": "^1.0.0",
"svelte-sonner": "^1.0.5",
"sveltekit-superforms": "^2.26.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.5",
"tw-animate-css": "^1.3.8",
"vaul-svelte": "^1.0.0-next.7"
}
}