console/packages/web/docs/package.json

29 lines
656 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "@hive/docs",
"version": "0.0.0",
"type": "module",
"private": true,
2022-05-18 07:26:57 +00:00
"scripts": {
"build": "next build && next-sitemap --config next-sitemap.config.cjs",
"dev": "next"
2022-05-18 07:26:57 +00:00
},
"dependencies": {
"@next/env": "13.3.1",
"@radix-ui/react-tooltip": "1.0.6",
"@theguild/components": "4.6.5",
"clsx": "1.2.1",
"next": "13.3.1",
"next-themes": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.9.0"
2022-05-18 07:26:57 +00:00
},
"devDependencies": {
"@theguild/tailwind-config": "0.2.2",
"@types/react": "18.2.8",
"next-sitemap": "4.1.3",
"postcss": "8.4.24",
"tailwindcss": "3.3.2"
2022-05-18 07:26:57 +00:00
}
}