console/packages/web/docs/package.json
renovate[bot] 93322f654d
fix(deps): update dependency @theguild/components to v4.5.4 (#1188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-31 08:47:48 +02:00

30 lines
718 B
JSON

{
"name": "@hive/docs",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "bob runify --single",
"dev": "next",
"postbuild": "pnpm --filter @hive/docs deploy --prod --no-optional dist/docs && rimraf dist/node_modules && mv dist/docs/node_modules dist && rimraf dist/docs",
"start": "next start"
},
"dependencies": {
"@theguild/components": "4.5.4",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.4",
"zod": "3.20.2"
},
"devDependencies": {
"@theguild/tailwind-config": "0.2.1",
"@types/react": "18.0.27"
},
"buildOptions": {
"runify": true,
"tags": [
"frontend"
]
}
}