2026-03-04 18:25:09 +00:00

111 lines
3.7 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; biome lint --only=correctness/noUndeclaredDependencies; ast-grep scan"
},
"dependencies": {
"@clerk/clerk-react": "^5.61.1",
"@clerk/localizations": "^3.37.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.76.1",
"@tanstack/react-query": "^5.90.20",
"axios": "^1.13.1",
"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",
"framer-motion": "^12.29.2",
"html2canvas": "^1.4.1",
"input-otp": "^1.4.2",
"jspdf": "^4.1.0",
"ky": "^1.13.0",
"leaflet": "1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.553.0",
"miaoda-auth-react": "2.0.6",
"miaoda-sc-plugin": "1.0.56",
"motion": "^12.23.25",
"next-themes": "^0.4.6",
"openai": "^6.22.0",
"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.66.0",
"react-leaflet": "4.2.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.8",
"react-router": "^7.9.5",
"react-router-dom": "^7.9.5",
"recharts": "^2.15.3",
"sonner": "^2.0.7",
"streamdown": "^1.4.0",
"svix": "^1.86.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-intersect": "^2.2.0",
"vaul": "^1.1.2",
"video-react": "^0.16.0",
"zod": "^3.25.76",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/react": "^14.0.0",
"@types/google.maps": "^3.58.1",
"@types/leaflet": "1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@types/lodash": "^4.17.20",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/video-react": "^0.15.8",
"@typescript/native-preview": "7.0.0-dev.20251103.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"miaoda-sc-plugin": "^1.0.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.11",
"typescript": "~5.9.3",
"vite": "^5.1.4",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^2.0.0"
}
}