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": {
|
2024-04-30 12:21:53 +00:00
|
|
|
"@next/env": "14.2.3",
|
2023-10-24 11:02:37 +00:00
|
|
|
"@radix-ui/react-tooltip": "1.0.7",
|
2024-04-14 19:45:23 +00:00
|
|
|
"@theguild/components": "6.5.3",
|
2024-04-24 13:59:24 +00:00
|
|
|
"clsx": "2.1.1",
|
2024-03-18 06:46:01 +00:00
|
|
|
"date-fns": "3.6.0",
|
2023-10-10 12:29:42 +00:00
|
|
|
"gray-matter": "4.0.3",
|
2024-04-30 12:21:53 +00:00
|
|
|
"next": "14.2.3",
|
2024-03-25 17:32:51 +00:00
|
|
|
"next-sitemap": "4.2.3",
|
2023-03-27 14:23:44 +00:00
|
|
|
"next-themes": "*",
|
2024-04-30 12:45:29 +00:00
|
|
|
"react": "18.3.1",
|
2023-10-06 14:39:50 +00:00
|
|
|
"react-avatar": "5.0.3",
|
2024-03-24 08:13:35 +00:00
|
|
|
"react-countup": "6.5.3",
|
2024-04-30 12:45:29 +00:00
|
|
|
"react-dom": "18.3.1",
|
2024-05-01 05:50:01 +00:00
|
|
|
"react-icons": "5.2.0",
|
2024-04-24 13:49:59 +00:00
|
|
|
"tailwind-merge": "2.3.0"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-04-14 19:45:23 +00:00
|
|
|
"@theguild/tailwind-config": "0.4.1",
|
2024-04-30 12:45:29 +00:00
|
|
|
"@types/react": "18.3.1",
|
2023-09-18 01:08:16 +00:00
|
|
|
"next-sitemap": "4.2.3",
|
2024-03-24 08:12:58 +00:00
|
|
|
"postcss": "8.4.38",
|
2024-03-28 12:18:31 +00:00
|
|
|
"tailwindcss": "3.4.3"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|