Files
tryFullStack/web/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2025-08-20 17:22:32 +09:00
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2025-08-22 17:31:25 +09:00
"@hookform/resolvers": "^5.2.1",
2025-08-28 17:27:31 +09:00
"@radix-ui/react-alert-dialog": "^1.1.15",
2025-08-22 17:31:25 +09:00
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
2025-08-28 17:27:31 +09:00
"@radix-ui/react-navigation-menu": "^1.2.14",
2025-08-27 17:31:09 +09:00
"@radix-ui/react-select": "^2.2.6",
2025-08-22 17:31:25 +09:00
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-08-28 17:27:31 +09:00
"date-fns": "^4.1.0",
2025-08-22 17:31:25 +09:00
"lucide-react": "^0.540.0",
2025-08-27 17:31:09 +09:00
"luxon": "^3.7.1",
2025-08-22 17:31:25 +09:00
"next": "15.5.0",
2025-08-20 17:22:32 +09:00
"react": "19.1.0",
2025-08-28 17:27:31 +09:00
"react-day-picker": "^9.9.0",
2025-08-20 17:22:32 +09:00
"react-dom": "19.1.0",
2025-08-22 17:31:25 +09:00
"react-hook-form": "^7.62.0",
2025-08-29 17:26:20 +09:00
"recharts": "^2.15.4",
2025-08-22 17:31:25 +09:00
"tailwind-merge": "^3.3.1",
"zod": "^4.0.17"
2025-08-20 17:22:32 +09:00
},
"devDependencies": {
2025-08-22 17:31:25 +09:00
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-08-27 17:31:09 +09:00
"@types/luxon": "^3.7.1",
2025-08-20 17:22:32 +09:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.0",
2025-08-26 10:27:16 +09:00
"prettier-plugin-tailwindcss": "^0.6.14",
2025-08-22 17:31:25 +09:00
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5"
2025-08-20 17:22:32 +09:00
}
2025-08-22 17:31:25 +09:00
}