|
| 1 | +{ |
| 2 | + "name": "taskcord-dashboard", |
| 3 | + "private": true, |
| 4 | + "version": "0.2.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --open", |
| 8 | + "build": "vite build", |
| 9 | + "stage": "vite --open --mode staging", |
| 10 | + "ts-build": "tsc -b && vite build", |
| 11 | + "preview": "vite preview", |
| 12 | + "lint": "pnpm exec eslint .", |
| 13 | + "format": "prettier --check .", |
| 14 | + "type-check": "tsc --noEmit", |
| 15 | + "format-fix": "prettier --write ." |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@heroicons/react": "^2.2.0", |
| 19 | + "@hookform/resolvers": "^4.1.3", |
| 20 | + "@radix-ui/react-alert-dialog": "^1.1.14", |
| 21 | + "@radix-ui/react-avatar": "^1.1.10", |
| 22 | + "@radix-ui/react-checkbox": "^1.3.2", |
| 23 | + "@radix-ui/react-collapsible": "^1.1.11", |
| 24 | + "@radix-ui/react-dialog": "^1.1.14", |
| 25 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 26 | + "@radix-ui/react-label": "^2.1.7", |
| 27 | + "@radix-ui/react-popover": "^1.1.14", |
| 28 | + "@radix-ui/react-progress": "^1.1.7", |
| 29 | + "@radix-ui/react-scroll-area": "^1.2.9", |
| 30 | + "@radix-ui/react-select": "^2.2.5", |
| 31 | + "@radix-ui/react-separator": "^1.1.7", |
| 32 | + "@radix-ui/react-slot": "^1.2.3", |
| 33 | + "@radix-ui/react-tabs": "^1.1.12", |
| 34 | + "@radix-ui/react-tooltip": "^1.2.7", |
| 35 | + "@tanstack/react-form": "^1.12.3", |
| 36 | + "@tanstack/react-query": "^5.80.10", |
| 37 | + "@tanstack/react-router": "^1.121.27", |
| 38 | + "@tanstack/react-table": "^8.21.3", |
| 39 | + "axios": "^1.10.0", |
| 40 | + "class-variance-authority": "^0.7.1", |
| 41 | + "clsx": "^2.1.1", |
| 42 | + "cmdk": "1.0.0", |
| 43 | + "date-fns": "^4.1.0", |
| 44 | + "date-fns-tz": "^3.2.0", |
| 45 | + "framer-motion": "^12.18.1", |
| 46 | + "lodash": "^4.17.21", |
| 47 | + "lucide-react": "^0.473.0", |
| 48 | + "next-themes": "^0.4.6", |
| 49 | + "react": "^18.3.1", |
| 50 | + "react-dom": "^18.3.1", |
| 51 | + "react-hook-form": "7.55.0-next.4", |
| 52 | + "recharts": "^2.15.3", |
| 53 | + "sonner": "^2.0.5", |
| 54 | + "tailwind-merge": "^2.6.0", |
| 55 | + "tailwindcss-animate": "^1.0.7", |
| 56 | + "zod": "^3.25.67", |
| 57 | + "zustand": "^5.0.5" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@eslint/js": "^9.29.0", |
| 61 | + "@tanstack/eslint-plugin-query": "^5.78.0", |
| 62 | + "@tanstack/router-devtools": "^1.121.27", |
| 63 | + "@tanstack/router-plugin": "^1.121.27", |
| 64 | + "@types/lodash": "^4.17.18", |
| 65 | + "@types/node": "^22.15.32", |
| 66 | + "@types/react": "^18.3.23", |
| 67 | + "@types/react-dom": "^18.3.7", |
| 68 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 69 | + "autoprefixer": "^10.4.21", |
| 70 | + "eslint": "^8.57.0", |
| 71 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 72 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 73 | + "globals": "^15.15.0", |
| 74 | + "postcss": "^8.5.6", |
| 75 | + "prettier": "^3.5.3", |
| 76 | + "prettier-plugin-tailwindcss": "^0.6.13", |
| 77 | + "sass-embedded": "^1.89.2", |
| 78 | + "tailwindcss": "^3.4.17", |
| 79 | + "typescript": "^5.8.3", |
| 80 | + "typescript-eslint": "^8.34.1", |
| 81 | + "vite": "^6.3.5" |
| 82 | + } |
| 83 | +} |
0 commit comments