mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-19 10:23:14 +00:00
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
27 lines
748 B
JSON
27 lines
748 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"clean": "docker compose -f docker-compose.yml -f docker-compose.dev.yml down --remove-orphans"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.3.3",
|
|
"laravel-vite-plugin": "3.1.3",
|
|
"postcss": "8.5.26",
|
|
"tailwind-scrollbar": "4.0.2",
|
|
"tailwindcss": "4.3.3",
|
|
"vite": "8.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "0.5.11",
|
|
"@tailwindcss/typography": "0.5.20",
|
|
"@xterm/addon-fit": "0.11.0",
|
|
"@xterm/xterm": "6.0.0",
|
|
"playwright": "^1.58.2",
|
|
"tw-animate-css": "^1.4.0"
|
|
}
|
|
}
|