Archived
1
0
This repository has been archived on 2025-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
songrequests/package.json
BuildTools f02b0e6191 Init
2023-09-16 18:22:08 +02:00

19 lines
417 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.15",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
}
}