console/packages/web/docs/package.json
Kamil Kisiela ca4befd010
Update @theguild/components to v5.2.1 (#2707)
Co-authored-by: enisdenjo <badurinadenis@gmail.com>
2023-08-04 14:01:56 +00:00

28 lines
659 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.4.11",
"@radix-ui/react-tooltip": "1.0.6",
"@theguild/components": "5.2.1",
"clsx": "1.2.1",
"next": "13.4.11",
"next-themes": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.9.0"
},
"devDependencies": {
"@theguild/tailwind-config": "0.3.0",
"@types/react": "18.2.15",
"next-sitemap": "4.1.8",
"postcss": "8.4.26",
"tailwindcss": "3.3.3"
}
}