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": {
|
2024-05-06 11:38:08 +00:00
|
|
|
"build": "pnpm run generate-rss && next build && next-sitemap --config next-sitemap.config.cjs",
|
|
|
|
|
"dev": "next",
|
|
|
|
|
"generate-rss": "tsx ./scripts/rss-generator.ts"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-08-25 11:50:33 +00:00
|
|
|
"@next/env": "14.2.6",
|
2024-06-30 12:50:35 +00:00
|
|
|
"@radix-ui/react-tooltip": "1.1.2",
|
2024-08-25 08:05:06 +00:00
|
|
|
"@theguild/components": "6.6.4",
|
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-08-25 11:50:33 +00:00
|
|
|
"next": "14.2.6",
|
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-08-18 12:23:59 +00:00
|
|
|
"react-icons": "5.3.0",
|
2024-05-06 11:38:08 +00:00
|
|
|
"rss": "1.2.2",
|
2024-08-19 06:38:45 +00:00
|
|
|
"tailwind-merge": "2.5.2"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-08-25 08:05:06 +00:00
|
|
|
"@theguild/tailwind-config": "0.5.0",
|
2024-05-28 13:51:09 +00:00
|
|
|
"@types/react": "18.3.3",
|
2023-09-18 01:08:16 +00:00
|
|
|
"next-sitemap": "4.2.3",
|
2024-08-12 18:59:47 +00:00
|
|
|
"postcss": "8.4.41",
|
2024-08-14 08:34:03 +00:00
|
|
|
"tailwindcss": "3.4.10"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|