92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "miaoda-react-admin",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "echo 'Do not use this command, only use lint to check'",
|
|
"build": "echo 'Do not use this command, only use lint to check'",
|
|
"lint": "tsgo -p tsconfig.check.json; npx biome lint; rules/check.sh"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.8",
|
|
"@radix-ui/react-alert-dialog": "^1.1.11",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.4",
|
|
"@radix-ui/react-avatar": "^1.1.7",
|
|
"@radix-ui/react-checkbox": "^1.2.3",
|
|
"@radix-ui/react-collapsible": "^1.1.8",
|
|
"@radix-ui/react-dialog": "^1.1.11",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.4",
|
|
"@radix-ui/react-menubar": "^1.1.12",
|
|
"@radix-ui/react-navigation-menu": "^1.2.10",
|
|
"@radix-ui/react-popover": "^1.1.7",
|
|
"@radix-ui/react-progress": "^1.1.3",
|
|
"@radix-ui/react-radio-group": "^1.3.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
"@radix-ui/react-select": "^2.1.7",
|
|
"@radix-ui/react-separator": "^1.1.4",
|
|
"@radix-ui/react-slider": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@radix-ui/react-switch": "^1.2.2",
|
|
"@radix-ui/react-tabs": "^1.1.9",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-toggle": "^1.1.6",
|
|
"@radix-ui/react-toggle-group": "^1.1.7",
|
|
"@radix-ui/react-tooltip": "^1.2.4",
|
|
"@supabase/supabase-js": "^2.49.4",
|
|
"axios": "^1.11.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"eventsource-parser": "^3.0.6",
|
|
"input-otp": "^1.4.2",
|
|
"ky": "^1.9.1",
|
|
"lucide-react": "^0.544.0",
|
|
"miaoda-auth-react": "^2.0.5",
|
|
"miaoda-sc-plugin": "^1.0.28",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.0.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.0.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-hook-form": "^7.56.1",
|
|
"react-resizable-panels": "^2.1.8",
|
|
"react-router": "^7.1.5",
|
|
"react-router-dom": "^6.30.0",
|
|
"recharts": "^2.15.3",
|
|
"sonner": "^2.0.3",
|
|
"streamdown": "^1.1.6",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^1.1.2",
|
|
"video-react": "^0.16.0",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.3",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/video-react": "^0.15.8",
|
|
"@typescript/native-preview": "7.0.0-dev.20250819.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.5.2",
|
|
"tailwindcss": "^3.4.11",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
},
|
|
"overrides": {
|
|
"react-helmet-async": {
|
|
"react": "^16.8.0 || ^17 || ^18 || ^19"
|
|
}
|
|
}
|
|
}
|