mirror of
https://github.com/graphql-hive/console
synced 2026-05-16 13:48:18 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
28 lines
532 B
JSON
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"
|
|
]
|
|
}
|
|
}
|