gitdataai/package.json
2026-04-14 19:02:01 +08:00

74 lines
2.1 KiB
JSON

{
"name": "code",
"version": "1.0.0",
"description": "Code API monorepo",
"private": true,
"scripts": {
"openapi:gen-json": "cargo run -p api --bin gen_api",
"openapi:gen-client": "node scripts/gen-client.js",
"openapi:gen": "pnpm openapi:gen-json && pnpm openapi:gen-client",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/geist": "^5.2.8",
"@gitgraph/react": "^1.6.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.96.0",
"@tanstack/react-virtual": "^3.13.23",
"axios": "^1.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"form-data": "^4.0.5",
"framer-motion": "11",
"input-otp": "^1.4.2",
"jsencrypt": "^3.5.4",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-markdown": "10",
"react-resizable-panels": "^4.8.0",
"react-router-dom": "^7.13.2",
"recharts": "3.8.0",
"remark-gfm": "4",
"remeda": "2",
"shadcn": "^4.1.1",
"shiki": "1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"uuid": "^13.0.0",
"zustand": "^5.0.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@hey-api/openapi-ts": "0.94.5",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^8.0.1"
},
"packageManager": "pnpm@10.32.1"
}