mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
38 lines
979 B
JSON
38 lines
979 B
JSON
{
|
|
"name": "@hive/docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build && next-sitemap",
|
|
"dev": "next"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "1.2.1",
|
|
"@radix-ui/react-icons": "1.3.0",
|
|
"@radix-ui/react-tabs": "1.1.1",
|
|
"@radix-ui/react-tooltip": "1.1.3",
|
|
"@tailwindcss/typography": "0.5.15",
|
|
"@theguild/components": "7.4.0",
|
|
"clsx": "2.1.1",
|
|
"date-fns": "4.1.0",
|
|
"next": "14.2.18",
|
|
"react": "18.3.1",
|
|
"react-avatar": "5.0.3",
|
|
"react-countup": "6.5.3",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "5.3.0",
|
|
"tailwind-merge": "2.5.4",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"tailwindcss-radix": "3.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@theguild/tailwind-config": "0.6.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/rss": "^0.0.32",
|
|
"next-sitemap": "4.2.3",
|
|
"postcss": "8.4.49",
|
|
"postcss-nesting": "^13.0.1",
|
|
"rss": "1.2.2",
|
|
"tailwindcss": "3.4.17"
|
|
}
|
|
}
|