mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"name": "@hive/docs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"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.45",
|
|
"@types/react-dom": "17.0.17"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tags": [
|
|
"frontend"
|
|
]
|
|
}
|
|
}
|