feat: add more page

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 8c06216e96
commit c925954035
60 changed files with 2403 additions and 284 deletions
+20 -41
View File
@@ -14,67 +14,46 @@
"lint:fix": "bunx @biomejs/biome check ./ --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.15.29",
"@types/react": "^19.1.6",
"@biomejs/biome": "2.0.5",
"@types/node": "^24.0.4",
"@types/react": "^19.1.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.5.1",
"@vitejs/plugin-react": "^4.6.0",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.8",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite": "^7.0.0",
"vite-bundle-visualizer": "^1.2.1"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.15",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/react-query": "^5.80.3",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-query": "^5.81.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.19.1",
"i18next": "^25.2.1",
"lucide-react": "^0.513.0",
"lucide-react": "^0.523.0",
"motion": "^12.19.1",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "9.7.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.57.0",
"react-i18next": "^15.5.2",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwind-scrollbar": "^4.0.2",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"yup": "^1.6.1",
"zod": "^3.25.51"
"yup": "^1.6.1"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}