package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "shadcn-admin",
  3. "private": false,
  4. "version": "1.4.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. },
  15. "dependencies": {
  16. "@clerk/clerk-react": "^5.35.3",
  17. "@hookform/resolvers": "^5.1.1",
  18. "@radix-ui/react-alert-dialog": "^1.1.14",
  19. "@radix-ui/react-avatar": "^1.1.10",
  20. "@radix-ui/react-checkbox": "^1.3.2",
  21. "@radix-ui/react-collapsible": "^1.1.11",
  22. "@radix-ui/react-dialog": "^1.1.14",
  23. "@radix-ui/react-dropdown-menu": "^2.1.15",
  24. "@radix-ui/react-icons": "^1.3.2",
  25. "@radix-ui/react-label": "^2.1.7",
  26. "@radix-ui/react-popover": "^1.1.14",
  27. "@radix-ui/react-radio-group": "^1.3.7",
  28. "@radix-ui/react-scroll-area": "^1.2.9",
  29. "@radix-ui/react-select": "^2.2.5",
  30. "@radix-ui/react-separator": "^1.1.7",
  31. "@radix-ui/react-slot": "^1.2.3",
  32. "@radix-ui/react-switch": "^1.2.5",
  33. "@radix-ui/react-tabs": "^1.1.12",
  34. "@radix-ui/react-tooltip": "^1.2.7",
  35. "@tabler/icons-react": "^3.34.1",
  36. "@tailwindcss/vite": "^4.1.11",
  37. "@tanstack/react-query": "^5.83.0",
  38. "@tanstack/react-router": "^1.129.0",
  39. "@tanstack/react-table": "^8.21.3",
  40. "axios": "^1.10.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. "input-otp": "^1.4.2",
  46. "js-cookie": "^3.0.5",
  47. "lucide-react": "^0.525.0",
  48. "next-themes": "^0.4.6",
  49. "react": "^19.1.0",
  50. "react-day-picker": "9.8.0",
  51. "react-dom": "^19.1.0",
  52. "react-hook-form": "^7.60.0",
  53. "react-top-loading-bar": "^3.0.2",
  54. "recharts": "^3.1.0",
  55. "sonner": "^2.0.6",
  56. "tailwind-merge": "^3.3.1",
  57. "tailwindcss": "^4.1.11",
  58. "tw-animate-css": "^1.3.5",
  59. "zod": "^3.25.67",
  60. "zustand": "^5.0.6"
  61. },
  62. "devDependencies": {
  63. "@eslint/js": "^9.31.0",
  64. "@faker-js/faker": "^9.9.0",
  65. "@tanstack/eslint-plugin-query": "^5.81.2",
  66. "@tanstack/react-query-devtools": "^5.83.0",
  67. "@tanstack/react-router-devtools": "^1.129.0",
  68. "@tanstack/router-plugin": "^1.129.0",
  69. "@trivago/prettier-plugin-sort-imports": "^5.2.2",
  70. "@types/js-cookie": "^3.0.6",
  71. "@types/node": "^24.0.15",
  72. "@types/react": "^19.1.8",
  73. "@types/react-dom": "^19.1.6",
  74. "@vitejs/plugin-react-swc": "^3.11.0",
  75. "eslint": "^9.31.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.8.3",
  83. "typescript-eslint": "^8.37.0",
  84. "vite": "^7.0.5"
  85. }
  86. }