package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "shadcn-admin",
  3. "private": true,
  4. "version": "1.0.0-beta.5",
  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. },
  14. "dependencies": {
  15. "@hookform/resolvers": "^3.9.1",
  16. "@radix-ui/react-avatar": "^1.1.1",
  17. "@radix-ui/react-checkbox": "^1.1.2",
  18. "@radix-ui/react-collapsible": "^1.1.1",
  19. "@radix-ui/react-dialog": "^1.1.2",
  20. "@radix-ui/react-dropdown-menu": "^2.1.2",
  21. "@radix-ui/react-icons": "^1.3.2",
  22. "@radix-ui/react-label": "^2.1.0",
  23. "@radix-ui/react-popover": "^1.1.2",
  24. "@radix-ui/react-radio-group": "^1.2.1",
  25. "@radix-ui/react-select": "^2.1.2",
  26. "@radix-ui/react-separator": "^1.1.0",
  27. "@radix-ui/react-slot": "^1.1.0",
  28. "@radix-ui/react-switch": "^1.1.1",
  29. "@radix-ui/react-tabs": "^1.1.1",
  30. "@radix-ui/react-toast": "^1.2.2",
  31. "@radix-ui/react-tooltip": "^1.1.4",
  32. "@tabler/icons-react": "^3.22.0",
  33. "@tanstack/react-query": "^5.59.20",
  34. "@tanstack/react-router": "^1.81.4",
  35. "@tanstack/react-table": "^8.20.5",
  36. "axios": "^1.7.7",
  37. "class-variance-authority": "^0.7.0",
  38. "clsx": "^2.1.1",
  39. "cmdk": "1.0.0",
  40. "date-fns": "^4.1.0",
  41. "js-cookie": "^3.0.5",
  42. "lucide-react": "^0.456.0",
  43. "react": "^18.3.1",
  44. "react-day-picker": "8.10.1",
  45. "react-dom": "^18.3.1",
  46. "react-hook-form": "^7.53.2",
  47. "recharts": "^2.13.3",
  48. "tailwind-merge": "^2.5.4",
  49. "tailwindcss-animate": "^1.0.7",
  50. "use-intl": "^3.25.1",
  51. "zod": "^3.23.8",
  52. "zustand": "^5.0.1"
  53. },
  54. "devDependencies": {
  55. "@eslint/js": "^9.13.0",
  56. "@tanstack/eslint-plugin-query": "^5.60.1",
  57. "@tanstack/react-query-devtools": "^5.59.20",
  58. "@tanstack/router-devtools": "^1.81.4",
  59. "@tanstack/router-plugin": "^1.79.0",
  60. "@trivago/prettier-plugin-sort-imports": "^4.3.0",
  61. "@types/js-cookie": "^3.0.6",
  62. "@types/node": "^22.9.0",
  63. "@types/react": "^18.3.12",
  64. "@types/react-dom": "^18.3.1",
  65. "@vitejs/plugin-react-swc": "^3.5.0",
  66. "autoprefixer": "^10.4.20",
  67. "eslint": "^9.13.0",
  68. "eslint-plugin-react-hooks": "^5.0.0",
  69. "eslint-plugin-react-refresh": "^0.4.14",
  70. "globals": "^15.11.0",
  71. "postcss": "^8.4.49",
  72. "prettier": "^3.3.3",
  73. "prettier-plugin-tailwindcss": "^0.6.8",
  74. "tailwindcss": "^3.4.14",
  75. "typescript": "~5.6.2",
  76. "typescript-eslint": "^8.11.0",
  77. "vite": "^5.4.10"
  78. }
  79. }