package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "shadcn-admin",
  3. "private": false,
  4. "version": "1.4.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.31.4",
  17. "@hookform/resolvers": "^5.0.1",
  18. "@radix-ui/react-alert-dialog": "^1.1.7",
  19. "@radix-ui/react-avatar": "^1.1.4",
  20. "@radix-ui/react-checkbox": "^1.1.5",
  21. "@radix-ui/react-collapsible": "^1.1.4",
  22. "@radix-ui/react-dialog": "^1.1.7",
  23. "@radix-ui/react-dropdown-menu": "^2.1.7",
  24. "@radix-ui/react-icons": "^1.3.2",
  25. "@radix-ui/react-label": "^2.1.3",
  26. "@radix-ui/react-popover": "^1.1.7",
  27. "@radix-ui/react-radio-group": "^1.2.4",
  28. "@radix-ui/react-scroll-area": "^1.2.4",
  29. "@radix-ui/react-select": "^2.1.7",
  30. "@radix-ui/react-separator": "^1.1.3",
  31. "@radix-ui/react-slot": "^1.2.0",
  32. "@radix-ui/react-switch": "^1.1.4",
  33. "@radix-ui/react-tabs": "^1.1.4",
  34. "@radix-ui/react-tooltip": "^1.2.0",
  35. "@tabler/icons-react": "^3.31.0",
  36. "@tailwindcss/vite": "^4.1.4",
  37. "@tanstack/react-query": "^5.74.3",
  38. "@tanstack/react-router": "^1.120.10",
  39. "@tanstack/react-table": "^8.21.3",
  40. "axios": "^1.8.4",
  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.488.0",
  48. "react": "^19.1.0",
  49. "react-day-picker": "9.6.6",
  50. "react-dom": "^19.1.0",
  51. "react-hook-form": "^7.55.0",
  52. "react-top-loading-bar": "^3.0.2",
  53. "recharts": "^2.15.2",
  54. "sonner": "^2.0.3",
  55. "tailwind-merge": "^3.2.0",
  56. "tailwindcss": "^4.1.4",
  57. "tw-animate-css": "^1.2.5",
  58. "zod": "^3.24.2",
  59. "zustand": "^5.0.3"
  60. },
  61. "devDependencies": {
  62. "@eslint/js": "^9.24.0",
  63. "@faker-js/faker": "^9.7.0",
  64. "@tanstack/eslint-plugin-query": "^5.73.3",
  65. "@tanstack/react-query-devtools": "^5.74.3",
  66. "@tanstack/react-router-devtools": "^1.120.10",
  67. "@tanstack/router-plugin": "^1.120.10",
  68. "@trivago/prettier-plugin-sort-imports": "^5.2.2",
  69. "@types/js-cookie": "^3.0.6",
  70. "@types/node": "^22.14.1",
  71. "@types/react": "^19.1.2",
  72. "@types/react-dom": "^19.1.2",
  73. "@vitejs/plugin-react-swc": "^3.9.0",
  74. "eslint": "^9.24.0",
  75. "eslint-plugin-react-hooks": "^5.2.0",
  76. "eslint-plugin-react-refresh": "^0.4.19",
  77. "globals": "^16.0.0",
  78. "knip": "^5.50.4",
  79. "prettier": "^3.5.3",
  80. "prettier-plugin-tailwindcss": "^0.6.11",
  81. "typescript": "~5.8.3",
  82. "typescript-eslint": "^8.30.1",
  83. "vite": "^6.2.7"
  84. }
  85. }