console/packages/web/docs/package.json
renovate[bot] 55a78de85a
fix(deps): update dependency @theguild/components to v7.1.0 (#5754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-27 16:35:26 +02:00

36 lines
904 B
JSON

{
"name": "@hive/docs",
"type": "module",
"private": true,
"scripts": {
"build": "next build && next-sitemap",
"dev": "next"
},
"dependencies": {
"@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.1.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"next": "14.2.15",
"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.2",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.3"
},
"devDependencies": {
"@theguild/tailwind-config": "0.5.0",
"@types/react": "18.3.12",
"@types/rss": "^0.0.32",
"next-sitemap": "4.2.3",
"postcss": "8.4.47",
"rss": "1.2.2",
"tailwindcss": "3.4.14"
}
}