mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"name": "@hive/docs",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build && next-sitemap --config next-sitemap.config.cjs",
|
|
"dev": "next"
|
|
},
|
|
"dependencies": {
|
|
"@next/env": "13.5.4",
|
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
"@theguild/components": "5.2.4",
|
|
"clsx": "2.0.0",
|
|
"date-fns": "2.30.0",
|
|
"next": "13.5.4",
|
|
"next-themes": "*",
|
|
"react": "18.2.0",
|
|
"react-avatar": "5.0.3",
|
|
"react-countup": "6.4.2",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "4.11.0",
|
|
"tailwind-merge": "1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@theguild/tailwind-config": "0.3.0",
|
|
"@types/react": "18.2.22",
|
|
"next-sitemap": "4.2.3",
|
|
"postcss": "8.4.31",
|
|
"tailwindcss": "3.3.3"
|
|
}
|
|
}
|