Remove unused Vue, Echo, Pusher, and ioredis npm dependencies from the frontend build. Update realtime scripts and deployment log markup to work without bundling those assets through Vite.
24 lines
601 B
JSON
24 lines
601 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"laravel-vite-plugin": "2.0.1",
|
|
"postcss": "8.5.6",
|
|
"tailwind-scrollbar": "4.0.2",
|
|
"tailwindcss": "4.1.18",
|
|
"vite": "7.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "0.5.10",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@xterm/addon-fit": "0.10.0",
|
|
"@xterm/xterm": "5.5.0",
|
|
"playwright": "^1.58.2"
|
|
}
|
|
}
|