coolify/package.json

17 lines
352 B
JSON
Raw Normal View History

2021-03-24 21:11:14 +00:00
{
"name": "coolify",
2023-03-17 14:33:48 +00:00
"private": true,
2023-08-22 15:44:49 +00:00
"type": "module",
"devDependencies": {
2025-04-22 18:52:04 +00:00
"@tailwindcss/vite": "^4.1.17",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.0.1",
"tailwindcss": "^4.1.17",
"vite": "^7.2.2"
},
2023-03-17 14:33:48 +00:00
"scripts": {
2025-11-30 15:50:04 +00:00
"build": "vite build",
"dev": "vite"
2023-03-17 14:33:48 +00:00
}
2025-04-22 18:52:04 +00:00
}