2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/docs",
|
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": {
|
2024-10-11 10:32:52 +00:00
|
|
|
"build": "next build && next-sitemap",
|
|
|
|
|
"dev": "next"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-accordion": "1.2.1",
|
2024-09-06 16:07:54 +00:00
|
|
|
"@radix-ui/react-icons": "1.3.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-tabs": "1.1.1",
|
|
|
|
|
"@radix-ui/react-tooltip": "1.1.3",
|
2024-10-27 14:35:26 +00:00
|
|
|
"@theguild/components": "7.1.0",
|
2024-04-24 13:59:24 +00:00
|
|
|
"clsx": "2.1.1",
|
2024-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2024-10-27 15:33:22 +00:00
|
|
|
"next": "14.2.16",
|
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-08-18 12:23:59 +00:00
|
|
|
"react-icons": "5.3.0",
|
2024-10-27 15:41:09 +00:00
|
|
|
"tailwind-merge": "2.5.4",
|
2024-09-06 16:07:54 +00:00
|
|
|
"tailwindcss-animate": "1.0.7",
|
2024-10-27 16:24:45 +00:00
|
|
|
"tailwindcss-radix": "3.0.5"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-08-25 08:05:06 +00:00
|
|
|
"@theguild/tailwind-config": "0.5.0",
|
2024-10-27 10:54:03 +00:00
|
|
|
"@types/react": "18.3.12",
|
2024-10-11 10:32:52 +00:00
|
|
|
"@types/rss": "^0.0.32",
|
2023-09-18 01:08:16 +00:00
|
|
|
"next-sitemap": "4.2.3",
|
2024-10-27 10:53:50 +00:00
|
|
|
"postcss": "8.4.47",
|
2024-10-11 10:32:52 +00:00
|
|
|
"rss": "1.2.2",
|
2024-10-21 16:04:53 +00:00
|
|
|
"tailwindcss": "3.4.14"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|