| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "admin-pane",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "lint": "eslint .",
- "preview": "vite preview"
- },
- "dependencies": {
- "@hookform/resolvers": "^5.0.1",
- "@radix-ui/react-alert-dialog": "^1.1.11",
- "@radix-ui/react-avatar": "^1.1.7",
- "@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-label": "^2.1.7",
- "@radix-ui/react-popover": "^1.1.14",
- "@radix-ui/react-select": "^2.2.5",
- "@radix-ui/react-separator": "^1.1.4",
- "@radix-ui/react-slot": "^1.2.0",
- "@radix-ui/react-switch": "^1.2.5",
- "@radix-ui/react-tabs": "^1.1.12",
- "@radix-ui/react-tooltip": "^1.2.4",
- "@tailwindcss/vite": "^4.1.4",
- "@tanstack/react-query": "^5.74.4",
- "@tanstack/react-query-devtools": "^5.74.6",
- "@tanstack/react-table": "^8.21.3",
- "axios": "^1.9.0",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "date-fns": "^4.1.0",
- "downshift": "^9.0.9",
- "echarts": "^5.6.0",
- "i18next": "^25.0.1",
- "i18next-browser-languagedetector": "^8.0.5",
- "i18next-http-backend": "^3.0.2",
- "lucide-react": "^0.503.0",
- "motion": "^12.9.1",
- "next-themes": "^0.4.6",
- "react": "^19.0.0",
- "react-day-picker": "^8.10.1",
- "react-dom": "^19.0.0",
- "react-hook-form": "^7.56.1",
- "react-i18next": "^15.5.1",
- "react-json-view": "^1.21.3",
- "react-markdown": "^10.1.0",
- "react-router": "^7.5.1",
- "react-syntax-highlighter": "^15.6.1",
- "remark-gfm": "^4.0.1",
- "sonner": "^2.0.3",
- "tailwind-merge": "^3.2.0",
- "tailwindcss": "^4.1.4",
- "vaul": "^1.1.2",
- "zod": "^3.24.3",
- "zustand": "^5.0.3"
- },
- "devDependencies": {
- "@eslint/js": "^9.22.0",
- "@tailwindcss/typography": "^0.5.16",
- "@types/node": "^22.14.1",
- "@types/react": "^19.0.10",
- "@types/react-dom": "^19.0.4",
- "@types/react-syntax-highlighter": "^15.5.13",
- "@vitejs/plugin-react-swc": "^3.8.0",
- "eslint": "^9.22.0",
- "eslint-plugin-react-hooks": "^5.2.0",
- "eslint-plugin-react-refresh": "^0.4.19",
- "globals": "^16.0.0",
- "tw-animate-css": "^1.2.8",
- "typescript": "~5.7.2",
- "typescript-eslint": "^8.26.1",
- "vite": "^6.3.1"
- },
- "packageManager": "[email protected]+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
- }
|