console/packages/web/docs/package.json

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.4.4",
"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"
]
}
}