-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.79 KB
/
package.json
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
{
"private": true,
"type": "module",
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@inertiajs/svelte": "^1.2.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-mdx-gfm": "^8.2.9",
"@storybook/addon-svelte-csf": "^4.1.5",
"@storybook/blocks": "^8.2.9",
"@storybook/svelte": "^8.2.9",
"@storybook/svelte-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.3.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"postcss": "^8.4.41",
"rimraf": "^6.0.1",
"storybook": "^8.2.9",
"svelte": "^4.2.18",
"sveltekit-autoimport": "^1.8.1",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.0",
"vite-plugin-ruby": "^5.0.0"
},
"dependencies": {
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@internationalized/date": "^3.5.5",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"dayjs": "^1.11.12",
"embla-carousel-svelte": "^8.1.8",
"formsnap": "^1.0.1",
"glob": "^11.0.0",
"lucide-svelte": "^0.427.0",
"mode-watcher": "^0.4.1",
"paneforge": "^0.0.5",
"svelte-inview": "^4.0.2",
"svelte-motion": "^0.12.2",
"svelte-radix": "^1.1.0",
"svelte-sonner": "^0.3.27",
"sveltekit-superforms": "^2.17.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"vaul-svelte": "^0.3.2",
"zod": "^3.23.8"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}