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-12-25 11:15:44 +00:00
|
|
|
"@radix-ui/react-accordion": "1.2.2",
|
|
|
|
|
"@radix-ui/react-icons": "1.3.2",
|
|
|
|
|
"@radix-ui/react-tabs": "1.1.2",
|
|
|
|
|
"@radix-ui/react-tooltip": "1.1.6",
|
2024-11-27 13:54:19 +00:00
|
|
|
"@tailwindcss/typography": "0.5.15",
|
2024-12-13 19:21:11 +00:00
|
|
|
"@theguild/components": "7.4.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-12-25 14:53:29 +00:00
|
|
|
"next": "14.2.21",
|
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-12-25 13:16:54 +00:00
|
|
|
"react-icons": "5.4.0",
|
2024-12-25 14:52:19 +00:00
|
|
|
"tailwind-merge": "2.6.0",
|
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-12-26 10:24:43 +00:00
|
|
|
"@theguild/tailwind-config": "0.6.2",
|
2024-12-26 07:27:51 +00:00
|
|
|
"@types/react": "18.3.18",
|
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-11-17 11:42:40 +00:00
|
|
|
"postcss": "8.4.49",
|
2024-11-21 19:05:50 +00:00
|
|
|
"postcss-nesting": "^13.0.1",
|
2024-10-11 10:32:52 +00:00
|
|
|
"rss": "1.2.2",
|
2024-12-25 10:51:32 +00:00
|
|
|
"tailwindcss": "3.4.17"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|