2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/docs",
|
2022-05-27 12:15:11 +00:00
|
|
|
"version": "0.0.0",
|
2022-11-05 21:47:12 +00:00
|
|
|
"type": "module",
|
2022-11-24 10:00:41 +00:00
|
|
|
"private": true,
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2023-03-27 14:23:44 +00:00
|
|
|
"build": "next build && next-sitemap --config next-sitemap.config.cjs",
|
|
|
|
|
"dev": "next"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-05-12 15:23:11 +00:00
|
|
|
"@next/env": "13.3.1",
|
2023-05-31 07:33:52 +00:00
|
|
|
"@radix-ui/react-tooltip": "1.0.6",
|
2023-06-06 06:55:21 +00:00
|
|
|
"@theguild/components": "4.6.5",
|
2023-03-27 14:23:44 +00:00
|
|
|
"clsx": "1.2.1",
|
2023-05-12 15:23:11 +00:00
|
|
|
"next": "13.3.1",
|
2023-03-27 14:23:44 +00:00
|
|
|
"next-themes": "*",
|
2022-11-05 21:47:12 +00:00
|
|
|
"react": "18.2.0",
|
2022-12-20 14:34:46 +00:00
|
|
|
"react-dom": "18.2.0",
|
2023-05-31 07:33:39 +00:00
|
|
|
"react-icons": "4.9.0"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-06-06 06:55:21 +00:00
|
|
|
"@theguild/tailwind-config": "0.2.2",
|
2023-06-02 07:44:16 +00:00
|
|
|
"@types/react": "18.2.8",
|
2023-05-21 04:49:37 +00:00
|
|
|
"next-sitemap": "4.1.3",
|
2023-05-28 11:23:39 +00:00
|
|
|
"postcss": "8.4.24",
|
2023-05-09 07:21:06 +00:00
|
|
|
"tailwindcss": "3.3.2"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|