-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build && vite build --ssr",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^1.6.2",
"flyonui": "^1.1.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"sass": "^1.82.0",
"sass-embedded": "^1.79.5",
"svelte-preprocess": "^6.0.3",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.0"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/svelte": "^1.2.0",
"@material-tailwind/html": "^2.3.2",
"@mdi/js": "^7.4.47",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"heroicons-svelte": "^2.0.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-svelte": "^0.468.0",
"material-icons": "^1.13.12",
"material-symbols": "^0.25.3",
"node-ray": "^2.1.2",
"nprogress": "^0.2.0",
"preline": "^2.6.0",
"prismjs": "^1.29.0",
"remixicon": "^4.5.0",
"svelte-headlessui": "^0.0.45",
"svelte-i18n": "^4.0.0",
"tippy.js": "^6.3.7",
"vite-plugin-compression": "^0.5.1",
"y-websocket": "^2.0.4",
"yjs": "^13.6.20",
"ziggy-js": "^2.4.1"
}
}