Files
web/package.json

79 lines
2.4 KiB
JSON
Raw Normal View History

2025-03-04 10:10:35 +08:00
{
2025-12-20 15:49:05 +08:00
"name": "lanhu-web",
2026-03-11 17:34:21 +08:00
"version": "1.2.2",
2025-03-04 10:10:35 +08:00
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbopack",
"build": "next build --turbopack",
2025-03-04 10:10:35 +08:00
"start": "next start",
"lint": "eslint --fix",
2025-12-11 14:10:52 +08:00
"check": "tsc --noEmit",
"prepare": "husky"
2025-03-04 10:10:35 +08:00
},
"dependencies": {
2025-12-11 14:10:52 +08:00
"@cap.js/server": "^4.0.4",
"@cap.js/widget": "^0.1.32",
2025-03-19 15:49:18 +08:00
"@hookform/resolvers": "^4.1.3",
2025-12-09 09:32:20 +08:00
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.8",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
2025-03-14 12:40:51 +08:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
2025-11-17 18:39:38 +08:00
"dev": "^0.1.3",
2025-03-19 15:49:18 +08:00
"lucide-react": "^0.479.0",
2025-12-11 14:10:52 +08:00
"next": "^16.0.10",
2025-03-19 15:49:18 +08:00
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
2025-12-09 09:32:20 +08:00
"react": "^19.2.1",
"react-day-picker": "8.10.1",
2025-12-09 09:32:20 +08:00
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
2025-12-09 09:32:20 +08:00
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
2025-03-14 12:40:51 +08:00
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
2025-12-09 09:32:20 +08:00
"zod": "^3.25.76",
"zustand": "^5.0.9"
2025-03-04 10:10:35 +08:00
},
"devDependencies": {
2025-12-09 09:32:20 +08:00
"@eslint/eslintrc": "^3.3.3",
"@next/eslint-plugin-next": "^15.5.7",
"@stylistic/eslint-plugin": "^4.4.1",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/bun": "^1.3.4",
"@types/mdx": "^2.0.13",
2025-12-09 09:32:20 +08:00
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
2025-06-18 17:57:12 +08:00
"rehype-highlight": "^7.0.2",
2025-12-09 09:32:20 +08:00
"tailwindcss": "^4.1.17",
2025-12-11 14:10:52 +08:00
"typescript": "^5.9.3",
"babel-plugin-react-compiler": "^1.0.0"
2025-03-04 10:10:35 +08:00
},
2025-12-23 17:11:46 +08:00
"packageManager": "bun@1.3.2"
2026-01-14 13:32:42 +08:00
}