{ "name": "@goodgo/web-admin", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@goodgo/http-client": "workspace:*", "@goodgo/types": "workspace:*", "@hookform/resolvers": "^3.3.4", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-tabs": "^1.0.4", "axios": "^1.6.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.344.0", "next": "^14.1.0", "next-intl": "^4.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.49.3", "recharts": "^2.10.3", "zod": "^3.22.4", "zustand": "^4.4.7" }, "devDependencies": { "@goodgo/eslint-config": "workspace:*", "@goodgo/prettier-config": "workspace:*", "@goodgo/tsconfig": "workspace:*", "@tailwindcss/postcss": "^4.0.0", "@types/node": "^20.11.0", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0", "postcss": "^8.4.33", "tailwindcss": "^4.0.0", "typescript": "^5.3.3" } }