-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 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
29
30
31
32
{
"name": "showcase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@internationalized/date": "^3.11.0",
"@lucide/svelte": "^0.564.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"bits-ui": "^2.15.5",
"clsx": "^2.1.1",
"svelte": "^5.0.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
},
"type": "module",
"dependencies": {
"@paper-design/shaders": "^0.0.72",
"@tailwindcss/vite": "^4.1.18",
"mediabunny": "^1.34.2",
"tailwindcss": "^4.1.18"
}
}