Initial commit: Lernapp Laravel project with Breeze auth

This commit is contained in:
root
2026-05-05 12:07:26 +00:00
commit 21e40cd2da
109 changed files with 15403 additions and 0 deletions
Executable
+23
View File
@@ -0,0 +1,23 @@
{
"$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.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
"vite": "^8.0.0"
},
"dependencies": {
"axios": "^1.16.0"
}
}