console/packages/web/docs/package.json
renovate[bot] 1afe0ec73a
Update dependency @theguild/prettier-config to v1 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-11-24 10:00:41 +00:00

28 lines
532 B
JSON

{
"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"
]
}
}