package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "shadcn-admin",
  3. "private": true,
  4. "version": "1.0.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. },
  14. "dependencies": {
  15. "@hookform/resolvers": "^3.9.1",
  16. "@radix-ui/react-alert-dialog": "^1.1.2",
  17. "@radix-ui/react-avatar": "^1.1.1",
  18. "@radix-ui/react-checkbox": "^1.1.2",
  19. "@radix-ui/react-collapsible": "^1.1.1",
  20. "@radix-ui/react-dialog": "^1.1.2",
  21. "@radix-ui/react-dropdown-menu": "^2.1.2",
  22. "@radix-ui/react-icons": "^1.3.2",
  23. "@radix-ui/react-label": "^2.1.0",
  24. "@radix-ui/react-popover": "^1.1.2",
  25. "@radix-ui/react-radio-group": "^1.2.1",
  26. "@radix-ui/react-scroll-area": "^1.2.1",
  27. "@radix-ui/react-select": "^2.1.2",
  28. "@radix-ui/react-separator": "^1.1.0",
  29. "@radix-ui/react-slot": "^1.1.0",
  30. "@radix-ui/react-switch": "^1.1.1",
  31. "@radix-ui/react-tabs": "^1.1.1",
  32. "@radix-ui/react-toast": "^1.2.2",
  33. "@radix-ui/react-tooltip": "^1.1.4",
  34. "@radix-ui/react-visually-hidden": "^1.1.0",
  35. "@tabler/icons-react": "^3.24.0",
  36. "@tanstack/react-query": "^5.62.3",
  37. "@tanstack/react-router": "^1.86.1",
  38. "@tanstack/react-table": "^8.20.5",
  39. "axios": "^1.7.9",
  40. "class-variance-authority": "^0.7.1",
  41. "clsx": "^2.1.1",
  42. "cmdk": "1.0.4",
  43. "date-fns": "^4.1.0",
  44. "js-cookie": "^3.0.5",
  45. "lucide-react": "^0.468.0",
  46. "react": "^19.0.0",
  47. "react-day-picker": "8.10.1",
  48. "react-dom": "^19.0.0",
  49. "react-hook-form": "^7.54.0",
  50. "recharts": "^2.14.1",
  51. "tailwind-merge": "^2.5.5",
  52. "tailwindcss-animate": "^1.0.7",
  53. "use-intl": "^3.26.0",
  54. "zod": "^3.23.8",
  55. "zustand": "^5.0.2"
  56. },
  57. "devDependencies": {
  58. "@eslint/js": "^9.16.0",
  59. "@faker-js/faker": "^9.3.0",
  60. "@tanstack/eslint-plugin-query": "^5.62.1",
  61. "@tanstack/react-query-devtools": "^5.62.3",
  62. "@tanstack/router-devtools": "^1.86.1",
  63. "@tanstack/router-plugin": "^1.86.0",
  64. "@trivago/prettier-plugin-sort-imports": "^4.3.0",
  65. "@types/js-cookie": "^3.0.6",
  66. "@types/node": "^22.10.1",
  67. "@types/react": "^19.0.1",
  68. "@types/react-dom": "^19.0.1",
  69. "@vitejs/plugin-react-swc": "^3.7.2",
  70. "autoprefixer": "^10.4.20",
  71. "eslint": "^9.16.0",
  72. "eslint-plugin-react-hooks": "^5.1.0",
  73. "eslint-plugin-react-refresh": "^0.4.16",
  74. "globals": "^15.13.0",
  75. "postcss": "^8.4.49",
  76. "prettier": "^3.4.2",
  77. "prettier-plugin-tailwindcss": "^0.6.9",
  78. "tailwindcss": "^3.4.16",
  79. "typescript": "~5.7.2",
  80. "typescript-eslint": "^8.17.0",
  81. "vite": "^6.0.3"
  82. }
  83. }