Files
web/package.json

67 lines
1.9 KiB
JSON
Raw Normal View History

2025-03-04 10:10:35 +08:00
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
2025-03-11 14:57:23 +08:00
"dev": "next dev -H 0.0.0.0 --turbopack",
2025-03-04 10:10:35 +08:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-03-19 15:49:18 +08:00
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4",
2025-03-19 15:49:18 +08:00
"@radix-ui/react-dialog": "^1.1.6",
2025-03-14 12:40:51 +08:00
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.3",
2025-03-14 12:40:51 +08:00
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
2025-04-19 10:21:53 +08:00
"@radix-ui/react-tabs": "^1.1.4",
"@tanstack/react-table": "^8.21.2",
2025-03-19 15:49:18 +08:00
"canvas": "^3.1.0",
2025-03-14 12:40:51 +08:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
2025-03-19 15:49:18 +08:00
"lucide-react": "^0.479.0",
"motion": "^12.5.0",
"next": "15.2.4",
2025-03-19 15:49:18 +08:00
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
2025-03-19 15:49:18 +08:00
"react": "^19.0.0",
"react-day-picker": "8.10.1",
2025-03-19 15:49:18 +08:00
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
2025-03-19 15:49:18 +08:00
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.2",
2025-03-14 12:40:51 +08:00
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2",
"zustand": "^5.0.3"
2025-03-04 10:10:35 +08:00
},
"devDependencies": {
2025-03-13 15:14:30 +08:00
"@eslint/eslintrc": "^3",
2025-03-11 14:57:23 +08:00
"@next/eslint-plugin-next": "^15.2.1",
2025-03-28 15:00:46 +08:00
"@stylistic/eslint-plugin": "^4.2.0",
2025-03-13 15:14:30 +08:00
"@tailwindcss/postcss": "^4",
2025-03-04 10:10:35 +08:00
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
2025-03-04 10:10:35 +08:00
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-plugin-react-hooks": "^5.2.0",
2025-03-13 15:14:30 +08:00
"tailwindcss": "^4",
"typescript": "^5"
2025-03-04 10:10:35 +08:00
},
2025-03-19 15:49:18 +08:00
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"sharp"
2025-03-19 15:49:18 +08:00
]
}
2025-03-28 15:00:46 +08:00
}