2021-03-24 21:11:14 +00:00
|
|
|
{
|
2024-11-11 13:53:50 +00:00
|
|
|
"name": "coolify",
|
2023-03-17 14:33:48 +00:00
|
|
|
"private": true,
|
2023-08-22 15:44:49 +00:00
|
|
|
"type": "module",
|
2023-03-17 14:33:48 +00:00
|
|
|
"scripts": {
|
2026-07-18 18:56:01 +00:00
|
|
|
"dev": "vite --host",
|
2026-06-16 18:15:36 +00:00
|
|
|
"build": "vite build",
|
2026-07-21 10:13:13 +00:00
|
|
|
"clean": "docker compose -f docker-compose.yml -f docker-compose.dev.yml down --remove-orphans"
|
2023-03-17 14:33:48 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-10 10:10:59 +00:00
|
|
|
"@tailwindcss/postcss": "4.3.3",
|
|
|
|
|
"laravel-vite-plugin": "3.1.3",
|
|
|
|
|
"postcss": "8.5.26",
|
2025-06-13 09:40:13 +00:00
|
|
|
"tailwind-scrollbar": "4.0.2",
|
2026-08-10 10:10:59 +00:00
|
|
|
"tailwindcss": "4.3.3",
|
chore(v5): archive V5 implementation and remove runtime integration
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
2026-08-15 17:13:30 +00:00
|
|
|
"vite": "8.2.1"
|
2026-08-10 10:10:59 +00:00
|
|
|
},
|
2023-04-19 10:45:09 +00:00
|
|
|
"dependencies": {
|
2026-08-10 10:10:59 +00:00
|
|
|
"@tailwindcss/forms": "0.5.11",
|
|
|
|
|
"@tailwindcss/typography": "0.5.20",
|
|
|
|
|
"@xterm/addon-fit": "0.11.0",
|
|
|
|
|
"@xterm/xterm": "6.0.0",
|
2026-06-15 21:09:49 +00:00
|
|
|
"playwright": "^1.58.2",
|
2026-06-16 17:38:21 +00:00
|
|
|
"tw-animate-css": "^1.4.0"
|
2023-03-17 14:33:48 +00:00
|
|
|
}
|
2026-02-11 14:25:47 +00:00
|
|
|
}
|