console/packages/web/docs/package.json
Dimitri POSTOLOV 12ceda69dc
Use pnpm instead of yarn (#477)
Co-authored-by: enisdenjo <badurinadenis@gmail.com>
Co-authored-by: Denis Badurina <denis@domonda.com>
2022-11-01 02:11:53 +02:00

28 lines
539 B
JSON

{
"name": "@hive/docs",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next",
"start": "next start",
"build": "bob runify --single"
},
"dependencies": {
"next": "12.3.1",
"nextra": "2.0.0-beta.5",
"nextra-theme-docs": "2.0.0-beta.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.3.1"
},
"devDependencies": {
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17"
},
"buildOptions": {
"runify": true,
"tags": [
"frontend"
]
}
}