-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.45 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"start": "concurrently -p \"[{time}] [{name}]\" -t \"HH:mm:ss\" -n backend,frontend,docker -c #E0234E,#0000FF -s all \"php artisan serve\" \"vite\" \"docker compose up\""
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@inertiajs/svelte": "^1.3.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"daisyui": "^4.12.14",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"prettier": "^3.3.3",
"svelte": "^5.16.6",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.2.1",
"typescript": "~5.5.3",
"vite": "^5.4.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@steeze-ui/heroicons": "^2.4.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-svelte": "^0.462.0",
"svelte-hero-icons": "^5.2.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.2.0",
"tailwindcss-animate": "^1.0.7"
}
}