{ "name": "frontend", "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.11.4", "@mantine/core": "^7.10.1", "@mantine/form": "^7.10.1", "@mantine/hooks": "^7.10.1", "@mantine/notifications": "^7.10.1", "@tanstack/react-query": "^5.40.1", "@tanstack/react-router": "^1.35.5", "@tanstack/react-table": "^8.17.3", "backend": "workspace:*", "clsx": "^2.1.1", "hono": "^4.4.4", "mantine-form-zod-resolver": "^1.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", "zod": "^3.23.8" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.43.1", "@tanstack/router-devtools": "^1.35.5", "@tanstack/router-vite-plugin": "^1.35.4", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "@vitejs/plugin-react-swc": "^3.7.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "postcss": "^8.4.38", "postcss-preset-mantine": "^1.15.0", "postcss-simple-vars": "^7.0.1", "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite": "^5.2.13" } }