mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"concurrently": "^9.2.1",
|
|
"laravel-vite-plugin": "^2.0.1",
|
|
"tailwindcss": "^4.1.17",
|
|
"vite": "^7.2.2"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
}
|
|
}
|