package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "shadcn-admin",
  3. "private": false,
  4. "version": "2.2.1",
  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. "test": "vitest run --browser.headless",
  15. "test:watch": "vitest --browser.headless",
  16. "test:ui": "vitest --ui --browser.headless",
  17. "test:browser": "vitest",
  18. "test:coverage": "vitest run --coverage --browser.headless"
  19. },
  20. "dependencies": {
  21. "@clerk/clerk-react": "^5.61.3",
  22. "@hookform/resolvers": "^5.2.2",
  23. "@radix-ui/react-alert-dialog": "^1.1.15",
  24. "@radix-ui/react-avatar": "^1.1.11",
  25. "@radix-ui/react-checkbox": "^1.3.3",
  26. "@radix-ui/react-collapsible": "^1.1.12",
  27. "@radix-ui/react-dialog": "^1.1.15",
  28. "@radix-ui/react-direction": "^1.1.1",
  29. "@radix-ui/react-dropdown-menu": "^2.1.16",
  30. "@radix-ui/react-icons": "^1.3.2",
  31. "@radix-ui/react-label": "^2.1.8",
  32. "@radix-ui/react-popover": "^1.1.15",
  33. "@radix-ui/react-radio-group": "^1.3.8",
  34. "@radix-ui/react-scroll-area": "^1.2.10",
  35. "@radix-ui/react-select": "^2.2.6",
  36. "@radix-ui/react-separator": "^1.1.8",
  37. "@radix-ui/react-slot": "^1.2.4",
  38. "@radix-ui/react-switch": "^1.2.6",
  39. "@radix-ui/react-tabs": "^1.1.13",
  40. "@radix-ui/react-tooltip": "^1.2.8",
  41. "@tailwindcss/vite": "^4.2.2",
  42. "@tanstack/react-query": "^5.99.0",
  43. "@tanstack/react-router": "^1.168.18",
  44. "@tanstack/react-table": "^8.21.3",
  45. "axios": "^1.15.0",
  46. "class-variance-authority": "^0.7.1",
  47. "clsx": "^2.1.1",
  48. "cmdk": "1.1.1",
  49. "date-fns": "^4.1.0",
  50. "input-otp": "^1.4.2",
  51. "lucide-react": "^1.8.0",
  52. "react": "^19.2.5",
  53. "react-day-picker": "9.14.0",
  54. "react-dom": "^19.2.5",
  55. "react-hook-form": "^7.72.1",
  56. "react-top-loading-bar": "^3.0.2",
  57. "recharts": "^3.8.1",
  58. "sonner": "^2.0.7",
  59. "tailwind-merge": "^3.5.0",
  60. "tailwindcss": "^4.2.2",
  61. "tw-animate-css": "^1.4.0",
  62. "zod": "^4.3.6",
  63. "zustand": "^5.0.12"
  64. },
  65. "devDependencies": {
  66. "@eslint/js": "^10.0.1",
  67. "@faker-js/faker": "^10.4.0",
  68. "@tanstack/eslint-plugin-query": "^5.99.0",
  69. "@tanstack/react-query-devtools": "^5.99.0",
  70. "@tanstack/react-router-devtools": "^1.166.13",
  71. "@tanstack/router-plugin": "^1.167.18",
  72. "@trivago/prettier-plugin-sort-imports": "^6.0.2",
  73. "@types/node": "^25.6.0",
  74. "@types/react": "^19.2.14",
  75. "@types/react-dom": "^19.2.3",
  76. "@vitejs/plugin-react": "^6.0.1",
  77. "@vitest/browser-playwright": "^4.1.4",
  78. "@vitest/coverage-v8": "^4.1.4",
  79. "@vitest/ui": "^4.1.4",
  80. "eslint": "^10.2.0",
  81. "eslint-plugin-react-hooks": "7.1.0-canary-705268dc-20260409",
  82. "eslint-plugin-react-refresh": "^0.5.2",
  83. "globals": "^17.5.0",
  84. "knip": "^6.4.1",
  85. "prettier": "^3.8.2",
  86. "prettier-plugin-tailwindcss": "^0.7.2",
  87. "typescript": "~6.0.2",
  88. "typescript-eslint": "^8.58.1",
  89. "vite": "^8.0.8",
  90. "vitest": "^4.1.4",
  91. "vitest-browser-react": "^2.2.0"
  92. }
  93. }