dym-sh/package.json

17 lines
361 B
JSON
Raw Normal View History

2024-08-06 14:12:25 +02:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
2024-08-06 16:39:08 +02:00
"autoprefixer": "^10.4.20",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5",
"vite-plugin-laravel": "^0.3.1"
2024-08-06 14:12:25 +02:00
}
}