mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
30 lines
703 B
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"
|
|
]
|
|
}
|
|
}
|