package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "admin-pane",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@hookform/resolvers": "^5.0.1",
  14. "@radix-ui/react-alert-dialog": "^1.1.11",
  15. "@radix-ui/react-avatar": "^1.1.7",
  16. "@radix-ui/react-collapsible": "^1.1.8",
  17. "@radix-ui/react-dialog": "^1.1.11",
  18. "@radix-ui/react-dropdown-menu": "^2.1.12",
  19. "@radix-ui/react-label": "^2.1.7",
  20. "@radix-ui/react-popover": "^1.1.14",
  21. "@radix-ui/react-select": "^2.2.5",
  22. "@radix-ui/react-separator": "^1.1.4",
  23. "@radix-ui/react-slot": "^1.2.0",
  24. "@radix-ui/react-switch": "^1.2.5",
  25. "@radix-ui/react-tabs": "^1.1.12",
  26. "@radix-ui/react-tooltip": "^1.2.4",
  27. "@tailwindcss/vite": "^4.1.4",
  28. "@tanstack/react-query": "^5.74.4",
  29. "@tanstack/react-query-devtools": "^5.74.6",
  30. "@tanstack/react-table": "^8.21.3",
  31. "axios": "^1.9.0",
  32. "class-variance-authority": "^0.7.1",
  33. "clsx": "^2.1.1",
  34. "date-fns": "^4.1.0",
  35. "downshift": "^9.0.9",
  36. "echarts": "^5.6.0",
  37. "i18next": "^25.0.1",
  38. "i18next-browser-languagedetector": "^8.0.5",
  39. "i18next-http-backend": "^3.0.2",
  40. "lucide-react": "^0.503.0",
  41. "motion": "^12.9.1",
  42. "next-themes": "^0.4.6",
  43. "react": "^19.0.0",
  44. "react-day-picker": "^8.10.1",
  45. "react-dom": "^19.0.0",
  46. "react-hook-form": "^7.56.1",
  47. "react-i18next": "^15.5.1",
  48. "react-json-view": "^1.21.3",
  49. "react-markdown": "^10.1.0",
  50. "react-router": "^7.5.1",
  51. "react-syntax-highlighter": "^15.6.1",
  52. "remark-gfm": "^4.0.1",
  53. "sonner": "^2.0.3",
  54. "tailwind-merge": "^3.2.0",
  55. "tailwindcss": "^4.1.4",
  56. "vaul": "^1.1.2",
  57. "zod": "^3.24.3",
  58. "zustand": "^5.0.3"
  59. },
  60. "devDependencies": {
  61. "@eslint/js": "^9.22.0",
  62. "@tailwindcss/typography": "^0.5.16",
  63. "@types/node": "^22.14.1",
  64. "@types/react": "^19.0.10",
  65. "@types/react-dom": "^19.0.4",
  66. "@types/react-syntax-highlighter": "^15.5.13",
  67. "@vitejs/plugin-react-swc": "^3.8.0",
  68. "eslint": "^9.22.0",
  69. "eslint-plugin-react-hooks": "^5.2.0",
  70. "eslint-plugin-react-refresh": "^0.4.19",
  71. "globals": "^16.0.0",
  72. "tw-animate-css": "^1.2.8",
  73. "typescript": "~5.7.2",
  74. "typescript-eslint": "^8.26.1",
  75. "vite": "^6.3.1"
  76. },
  77. "packageManager": "[email protected]+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
  78. }