coolify/package.json

24 lines
606 B
JSON
Raw Permalink Normal View History

2021-03-24 21:11:14 +00:00
{
"$schema": "https://www.schemastore.org/package.json",
2023-03-17 14:33:48 +00:00
"private": true,
2023-08-22 15:44:49 +00:00
"type": "module",
"devDependencies": {
"@inertiajs/svelte": "^2.3.17",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"svelte": "^5.53.7",
2026-02-23 19:32:30 +00:00
"@tailwindcss/vite": "^4.2.1",
2025-04-22 18:52:04 +00:00
"concurrently": "^9.2.1",
2026-02-23 19:32:30 +00:00
"laravel-vite-plugin": "^2.1.0",
"tailwindcss": "^4.2.1",
"vite": "^8.0.0-beta.16"
},
"overrides": {
"vite": "8.0.0-beta.16"
},
2023-03-17 14:33:48 +00:00
"scripts": {
"dev": "vite",
2025-11-30 15:50:04 +00:00
"build": "vite build",
"preview": "vite preview"
2023-03-17 14:33:48 +00:00
}
2025-04-22 18:52:04 +00:00
}