{ "name": "@hive/docs", "version": "0.0.0", "type": "module", "private": true, "scripts": { "build": "bob runify --single", "dev": "next", "start": "next start" }, "dependencies": { "@theguild/components": "4.3.6", "next": "12.3.1", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@theguild/tailwind-config": "0.2.1", "@types/react": "18.0.24", "tailwindcss": "3.2.1" }, "buildOptions": { "runify": true, "tags": [ "frontend" ] } }