38 خطوط
1.0 KiB
JSON
38 خطوط
1.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "concurrently -k -n backend,frontend -c blue,green \"npm run dev:backend\" \"npm run dev:frontend\"",
|
|
"dev:backend": "php ../backend/artisan serve --host=127.0.0.1 --port=8800",
|
|
"dev:frontend": "vite --host 127.0.0.1 --port 5173",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "5.4.0",
|
|
"@tanstack/react-query": "5.101.1",
|
|
"axios": "1.18.1",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-hook-form": "7.80.0",
|
|
"react-router-dom": "7.18.0",
|
|
"zod": "4.4.3",
|
|
"zustand": "5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "4.3.1",
|
|
"@types/node": "24.13.2",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.3",
|
|
"concurrently": "^9.2.1",
|
|
"oxlint": "1.71.0",
|
|
"tailwindcss": "4.3.1",
|
|
"typescript": "6.0.3",
|
|
"vite": "8.1.0"
|
|
}
|
|
}
|