Deathgarden_Rebirth-Rewrite/dist/package.json
Vari 99ed53b02a Laravel 11 Upgrade:
- upgrade laravel to ^11.0
- removed ancient inertia packages
- fixed one small issue with carbon that arose after the upgrade
2024-11-17 02:56:35 +01:00

27 lines
663 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"generateSteamToken": "node tools/steam/generateSteamTicket.js"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.35",
"sass": "^1.72.0",
"steam-user": "^5.0.8",
"tailwindcss": "^3.4.1",
"vite": "^5.0.0"
},
"dependencies": {
"alpinejs": "^3.13.7",
"dotenv": "^16.4.2",
"jquery": "^3.7.1",
"jquery-modal": "^0.9.2",
"select2": "^4.1.0-rc.0"
}
}