-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 737 Bytes
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
{
"name": "splitmysub",
"private": true,
"type": "module",
"devDependencies": {
"@internationalized/date": "^3.8.1",
"bits-ui": "^2.5.0",
"clsx": "^2.1.1",
"mode-watcher": "^0.5.1",
"svelte-sonner": "^1.0.5",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0",
"vite": "^7.0.4",
"vite-plugin-ruby": "^5.1.1"
},
"dependencies": {
"@inertiajs/svelte": "^2.0.14",
"@lucide/svelte": "^0.513.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"svelte": "^5.35.6",
"svelte-radix": "^2.0.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5"
}
}