90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "client",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@marsidev/react-turnstile": "^1.4.0",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tabler/icons-react": "^3.36.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-form": "^1.27.7",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"@tanstack/react-router": "^1.141.6",
|
|
"@tanstack/react-router-devtools": "^1.141.6",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/zod-adapter": "^1.143.4",
|
|
"@tanstack/zod-form-adapter": "^0.42.1",
|
|
"axios": "^1.13.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"culori": "^4.0.2",
|
|
"immer": "^11.1.0",
|
|
"lucide-react": "^0.562.0",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.69.0",
|
|
"recharts": "2.15.4",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.2.1",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.7.1",
|
|
"@eslint-react/eslint-plugin": "^2.3.13",
|
|
"@eslint/js": "^9.39.1",
|
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
"@tanstack/router-plugin": "^1.141.7",
|
|
"@types/culori": "^4.0.1",
|
|
"@types/node": "^25.0.3",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"globals": "^16.5.0",
|
|
"lint-staged": "^16.2.7",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-svgr": "^4.5.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "bun run lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|