package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "shadcn-admin",
  3. "private": false,
  4. "version": "2.1.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview",
  11. "format:check": "prettier --check .",
  12. "format": "prettier --write .",
  13. "knip": "knip"
  14. },
  15. "dependencies": {
  16. "@clerk/clerk-react": "^5.42.1",
  17. "@hookform/resolvers": "^5.2.1",
  18. "@radix-ui/react-alert-dialog": "^1.1.15",
  19. "@radix-ui/react-avatar": "^1.1.10",
  20. "@radix-ui/react-checkbox": "^1.3.3",
  21. "@radix-ui/react-collapsible": "^1.1.12",
  22. "@radix-ui/react-dialog": "^1.1.15",
  23. "@radix-ui/react-direction": "^1.1.1",
  24. "@radix-ui/react-dropdown-menu": "^2.1.16",
  25. "@radix-ui/react-icons": "^1.3.2",
  26. "@radix-ui/react-label": "^2.1.7",
  27. "@radix-ui/react-popover": "^1.1.15",
  28. "@radix-ui/react-radio-group": "^1.3.8",
  29. "@radix-ui/react-scroll-area": "^1.2.10",
  30. "@radix-ui/react-select": "^2.2.6",
  31. "@radix-ui/react-separator": "^1.1.7",
  32. "@radix-ui/react-slot": "^1.2.3",
  33. "@radix-ui/react-switch": "^1.2.6",
  34. "@radix-ui/react-tabs": "^1.1.13",
  35. "@radix-ui/react-tooltip": "^1.2.8",
  36. "@tailwindcss/vite": "^4.1.12",
  37. "@tanstack/react-query": "^5.85.3",
  38. "@tanstack/react-router": "^1.131.16",
  39. "@tanstack/react-table": "^8.21.3",
  40. "axios": "^1.11.0",
  41. "class-variance-authority": "^0.7.1",
  42. "clsx": "^2.1.1",
  43. "cmdk": "1.1.1",
  44. "date-fns": "^4.1.0",
  45. "i18next": "^25.5.2",
  46. "i18next-browser-languagedetector": "^8.2.0",
  47. "input-otp": "^1.4.2",
  48. "lucide-react": "^0.542.0",
  49. "react": "^19.1.1",
  50. "react-day-picker": "9.8.1",
  51. "react-dom": "^19.1.1",
  52. "react-hook-form": "^7.62.0",
  53. "react-i18next": "^15.7.3",
  54. "react-top-loading-bar": "^3.0.2",
  55. "recharts": "^3.1.2",
  56. "sonner": "^2.0.7",
  57. "tailwind-merge": "^3.3.1",
  58. "tailwindcss": "^4.1.12",
  59. "tw-animate-css": "^1.3.6",
  60. "zod": "^4.0.17",
  61. "zustand": "^5.0.7"
  62. },
  63. "devDependencies": {
  64. "@eslint/js": "^9.33.0",
  65. "@faker-js/faker": "^9.9.0",
  66. "@tanstack/eslint-plugin-query": "^5.83.1",
  67. "@tanstack/react-query-devtools": "^5.85.3",
  68. "@tanstack/react-router-devtools": "^1.131.16",
  69. "@tanstack/router-plugin": "^1.131.16",
  70. "@trivago/prettier-plugin-sort-imports": "^5.2.2",
  71. "@types/node": "^24.3.0",
  72. "@types/react": "^19.1.10",
  73. "@types/react-dom": "^19.1.7",
  74. "@vitejs/plugin-react-swc": "^4.0.0",
  75. "eslint": "^9.33.0",
  76. "eslint-plugin-react-hooks": "^5.2.0",
  77. "eslint-plugin-react-refresh": "^0.4.20",
  78. "globals": "^16.3.0",
  79. "knip": "^5.62.0",
  80. "prettier": "^3.6.2",
  81. "prettier-plugin-tailwindcss": "^0.6.14",
  82. "typescript": "~5.9.2",
  83. "typescript-eslint": "^8.39.1",
  84. "vite": "^7.1.2"
  85. }
  86. }