console/packages/web/docs/package.json
renovate[bot] dd7412e358
fix(deps): update dependency @theguild/components to v4.5.0 (#998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2023-01-16 11:18:49 +00:00

30 lines
703 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 dist/deploy && rimraf dist/node_modules && mv dist/deploy/node_modules dist && rimraf dist/deploy",
"start": "next start"
},
"dependencies": {
"@theguild/components": "4.5.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.20.2"
},
"devDependencies": {
"@theguild/tailwind-config": "0.2.1",
"@types/react": "18.0.26",
"tailwindcss": "3.2.4"
},
"buildOptions": {
"runify": true,
"tags": [
"frontend"
]
}
}