Primo commit

This commit is contained in:
Francesco Picone
2026-04-05 19:26:04 +02:00
commit 701f479b7f
135 changed files with 21445 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5",
"@tailwindcss/vite": "^4.0",
"autoprefixer": "^10.4",
"axios": "^1.7",
"laravel-vite-plugin": "^1.0",
"tailwindcss": "^4.0",
"vite": "^6.0"
}
}