mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
36 lines
928 B
JSON
36 lines
928 B
JSON
{
|
|
"name": "@hive/docs",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm run generate-rss && next build && next-sitemap --config next-sitemap.config.cjs",
|
|
"dev": "next",
|
|
"generate-rss": "tsx ./scripts/rss-generator.ts"
|
|
},
|
|
"dependencies": {
|
|
"@next/env": "14.2.5",
|
|
"@radix-ui/react-tooltip": "1.1.2",
|
|
"@theguild/components": "6.6.3",
|
|
"clsx": "2.1.1",
|
|
"date-fns": "3.6.0",
|
|
"gray-matter": "4.0.3",
|
|
"next": "14.2.5",
|
|
"next-sitemap": "4.2.3",
|
|
"next-themes": "*",
|
|
"react": "18.3.1",
|
|
"react-avatar": "5.0.3",
|
|
"react-countup": "6.5.3",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "5.3.0",
|
|
"rss": "1.2.2",
|
|
"tailwind-merge": "2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@theguild/tailwind-config": "0.4.2",
|
|
"@types/react": "18.3.3",
|
|
"next-sitemap": "4.2.3",
|
|
"postcss": "8.4.41",
|
|
"tailwindcss": "3.4.10"
|
|
}
|
|
}
|