coolify/package.json

16 lines
325 B
JSON
Raw Normal View History

2021-03-24 22:11:14 +01:00
{
2023-03-17 15:33:48 +01:00
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.0.0"
}
2022-08-30 16:19:31 +02:00
}