{ "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/types": "workspace:*", "@goodgo/http-client": "workspace:*", "clsx": "^2.1.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "zustand": "^4.4.7", "axios": "^1.6.5", "lucide-react": "^0.344.0", "recharts": "^2.10.3", "@radix-ui/react-tabs": "^1.0.4", "class-variance-authority": "^0.7.0" }, "devDependencies": { "@goodgo/eslint-config": "workspace:*", "@goodgo/tsconfig": "workspace:*", "@goodgo/prettier-config": "workspace:*", "@types/node": "^20.11.0", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "typescript": "^5.3.3", "tailwindcss": "^4.0.0", "postcss": "^8.4.33", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0" } }