CodeReview/frontend/package.json

107 lines
3.5 KiB
JSON
Raw Normal View History

{
"name": "deep-audit",
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --strictPort --port 5173",
"lint": "tsgo -p tsconfig.check.json; biome lint --only=correctness/noUndeclaredDependencies; ast-grep scan",
"lint:fix": "biome check --apply .",
"type-check": "tsc --noEmit",
"format": "biome format --write .",
"clean": "rm -rf dist node_modules/.vite",
"setup": "node scripts/setup.js || ./scripts/setup.sh",
"analyze": "vite build --mode analyze"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@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.8",
"@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.8",
"@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.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@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",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@supabase/supabase-js": "^2.87.3",
"axios": "^1.13.2",
"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",
"fflate": "^0.8.2",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"input-otp": "^1.4.2",
"ky": "^1.14.1",
"lucide-react": "^0.525.0",
"marked": "^17.0.1",
"miaoda-auth-react": "^2.0.6",
"miaoda-sc-plugin": "^1.0.39",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.68.0",
"react-i18next": "^16.5.0",
"react-resizable-panels": "^2.1.9",
"react-router": "^7.10.1",
"react-router-dom": "^6.30.2",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"streamdown": "^1.6.10",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"video-react": "^0.16.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@ast-grep/cli": "^0.39.9",
"@biomejs/biome": "2.2.3",
"@types/lodash": "^4.17.21",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"@types/video-react": "^0.15.8",
"@typescript/native-preview": "7.0.0-dev.20250819.1",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.23",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"terser": "^5.44.1",
"typescript": "~5.7.3",
"vite": "^5.4.21",
"vite-plugin-svgr": "^4.5.0"
},
"overrides": {
"react-helmet-async": {
"react": "^16.8.0 || ^17 || ^18 || ^19"
}
}
}