a9f86b2551
- Authentifizierung via Laravel Breeze (Blade) - RBAC via Spatie Permission v8 (admin/manager/user) - MariaDB-Anbindung konfiguriert - Rollen & Permissions via Seeder angelegt - Admin-Account: admin@mms-systemservice.de Version: 0.2.0
21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"alpinejs": "^3.4.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.1.0",
|
|
"vite": "^8.0.0"
|
|
}
|
|
}
|