Added Repository

This commit is contained in:
2026-01-30 14:06:12 +03:30
parent c0f3b8f792
commit 5d0198fa9e
61 changed files with 13034 additions and 2 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"autoprefixer": "^10.4.23",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.0.7"
}
}