{ "name": "bzzz-config-ui", "version": "1.0.0", "description": "BZZZ Cluster Configuration Web Interface", "private": true, "scripts": { "dev": "next dev -p 8080", "build": "next build", "start": "next start -p 8080", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "@heroicons/react": "^2.0.18", "@hookform/resolvers": "^3.3.2", "@tailwindcss/forms": "^0.5.7", "clsx": "^2.0.0", "next": "14.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "tailwind-merge": "^2.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", "eslint-config-next": "14.0.4", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "^5.3.3" } }