console/packages/web/docs/package.json
2023-04-20 17:59:05 +02:00

28 lines
657 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.3.0",
"@radix-ui/react-tooltip": "1.0.5",
"@theguild/components": "4.5.9",
"clsx": "1.2.1",
"next": "13.3.0",
"next-themes": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.8.0"
},
"devDependencies": {
"@theguild/tailwind-config": "0.2.1",
"@types/react": "18.0.37",
"next-sitemap": "4.0.7",
"postcss": "8.4.22",
"tailwindcss": "3.3.1"
}
}