mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/docs",
|
|
"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.6",
|
|
"@radix-ui/react-accordion": "1.2.0",
|
|
"@radix-ui/react-icons": "1.3.0",
|
|
"@radix-ui/react-tabs": "1.1.0",
|
|
"@radix-ui/react-tooltip": "1.1.2",
|
|
"@theguild/components": "7.0.0-alpha-20240910155635-d57d888ceb50ef15da6fbc43f2eab9a74fe5028f",
|
|
"clsx": "2.1.1",
|
|
"date-fns": "3.6.0",
|
|
"gray-matter": "4.0.3",
|
|
"next": "14.2.10",
|
|
"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.5.2",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"tailwindcss-radix": "3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@theguild/tailwind-config": "0.5.0",
|
|
"@types/react": "18.3.3",
|
|
"next-sitemap": "4.2.3",
|
|
"postcss": "8.4.41",
|
|
"tailwindcss": "3.4.10"
|
|
}
|
|
}
|