{ "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:*", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "zustand": "^4.4.7", "axios": "^1.6.5" }, "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": "^3.4.1", "postcss": "^8.4.33", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0" } }