mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
34 lines
829 B
JSON
34 lines
829 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.6",
|
|
"@radix-ui/react-tooltip": "1.0.7",
|
|
"@theguild/components": "6.4.0",
|
|
"clsx": "2.1.0",
|
|
"date-fns": "3.6.0",
|
|
"gray-matter": "4.0.3",
|
|
"next": "14.1.3",
|
|
"next-sitemap": "4.2.3",
|
|
"next-themes": "*",
|
|
"react": "18.2.0",
|
|
"react-avatar": "5.0.3",
|
|
"react-countup": "6.5.3",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "5.0.1",
|
|
"tailwind-merge": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@theguild/tailwind-config": "0.3.0",
|
|
"@types/react": "18.2.69",
|
|
"next-sitemap": "4.2.3",
|
|
"postcss": "8.4.38",
|
|
"tailwindcss": "3.4.1"
|
|
}
|
|
}
|