| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "shadcn-admin",
- "private": true,
- "version": "1.0.0-beta.5",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "lint": "eslint .",
- "preview": "vite preview",
- "format:check": "prettier --check .",
- "format": "prettier --write ."
- },
- "dependencies": {
- "@hookform/resolvers": "^3.9.1",
- "@radix-ui/react-avatar": "^1.1.1",
- "@radix-ui/react-checkbox": "^1.1.2",
- "@radix-ui/react-collapsible": "^1.1.1",
- "@radix-ui/react-dialog": "^1.1.2",
- "@radix-ui/react-dropdown-menu": "^2.1.2",
- "@radix-ui/react-icons": "^1.3.2",
- "@radix-ui/react-label": "^2.1.0",
- "@radix-ui/react-popover": "^1.1.2",
- "@radix-ui/react-radio-group": "^1.2.1",
- "@radix-ui/react-select": "^2.1.2",
- "@radix-ui/react-separator": "^1.1.0",
- "@radix-ui/react-slot": "^1.1.0",
- "@radix-ui/react-switch": "^1.1.1",
- "@radix-ui/react-tabs": "^1.1.1",
- "@radix-ui/react-toast": "^1.2.2",
- "@radix-ui/react-tooltip": "^1.1.4",
- "@tabler/icons-react": "^3.22.0",
- "@tanstack/react-query": "^5.59.20",
- "@tanstack/react-router": "^1.81.4",
- "@tanstack/react-table": "^8.20.5",
- "axios": "^1.7.7",
- "class-variance-authority": "^0.7.0",
- "clsx": "^2.1.1",
- "cmdk": "1.0.0",
- "date-fns": "^4.1.0",
- "js-cookie": "^3.0.5",
- "lucide-react": "^0.456.0",
- "react": "^18.3.1",
- "react-day-picker": "8.10.1",
- "react-dom": "^18.3.1",
- "react-hook-form": "^7.53.2",
- "recharts": "^2.13.3",
- "tailwind-merge": "^2.5.4",
- "tailwindcss-animate": "^1.0.7",
- "use-intl": "^3.25.1",
- "zod": "^3.23.8",
- "zustand": "^5.0.1"
- },
- "devDependencies": {
- "@eslint/js": "^9.13.0",
- "@tanstack/eslint-plugin-query": "^5.60.1",
- "@tanstack/react-query-devtools": "^5.59.20",
- "@tanstack/router-devtools": "^1.81.4",
- "@tanstack/router-plugin": "^1.79.0",
- "@trivago/prettier-plugin-sort-imports": "^4.3.0",
- "@types/js-cookie": "^3.0.6",
- "@types/node": "^22.9.0",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
- "@vitejs/plugin-react-swc": "^3.5.0",
- "autoprefixer": "^10.4.20",
- "eslint": "^9.13.0",
- "eslint-plugin-react-hooks": "^5.0.0",
- "eslint-plugin-react-refresh": "^0.4.14",
- "globals": "^15.11.0",
- "postcss": "^8.4.49",
- "prettier": "^3.3.3",
- "prettier-plugin-tailwindcss": "^0.6.8",
- "tailwindcss": "^3.4.14",
- "typescript": "~5.6.2",
- "typescript-eslint": "^8.11.0",
- "vite": "^5.4.10"
- }
- }
|