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,
|
2025-01-27 19:44:04 +00:00
|
|
|
"imports": {
|
|
|
|
|
"#components/*": "./src/components/*"
|
|
|
|
|
},
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2024-10-11 10:32:52 +00:00
|
|
|
"build": "next build && next-sitemap",
|
2025-11-06 11:00:28 +00:00
|
|
|
"build:analyze": "ANALYZE=true next build",
|
2025-01-27 14:58:08 +00:00
|
|
|
"dev": "next --turbopack",
|
|
|
|
|
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
|
2025-11-06 11:00:28 +00:00
|
|
|
"prettier": "prettier --cache --write --list-different --ignore-unknown src",
|
2025-10-23 07:04:12 +00:00
|
|
|
"validate-mdx-links": "pnpx validate-mdx-links@1.1.0 --files 'src/**/*.mdx'"
|
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",
|
2025-12-16 21:21:09 +00:00
|
|
|
"@theguild/components": "9.11.3",
|
2025-11-06 11:00:28 +00:00
|
|
|
"@types/rss": "^0.0.32",
|
2025-09-02 11:16:36 +00:00
|
|
|
"class-variance-authority": "0.7.1",
|
|
|
|
|
"clsx": "2.1.1",
|
2024-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2025-09-02 11:16:36 +00:00
|
|
|
"lucide-react": "0.542.0",
|
2025-12-15 08:13:17 +00:00
|
|
|
"next": "15.5.9",
|
2025-12-11 22:10:59 +00:00
|
|
|
"react": "19.2.2",
|
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",
|
2025-12-11 22:10:59 +00:00
|
|
|
"react-dom": "19.2.2",
|
2024-12-25 13:16:54 +00:00
|
|
|
"react-icons": "5.4.0",
|
2025-03-27 15:12:42 +00:00
|
|
|
"rehype-frontmatter-mdx-imports": "0.1.1",
|
2025-11-06 11:00:28 +00:00
|
|
|
"tailwind-merge": "2.6.0",
|
|
|
|
|
"zod": "3.25.76"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-27 15:45:05 +00:00
|
|
|
"@mdx-js/typescript-plugin": "^0.0.8",
|
2025-11-06 11:00:28 +00:00
|
|
|
"@next/bundle-analyzer": "^16.0.0",
|
2025-01-27 14:58:08 +00:00
|
|
|
"@tailwindcss/typography": "0.5.16",
|
2025-03-10 23:10:09 +00:00
|
|
|
"@theguild/tailwind-config": "0.6.3",
|
2024-12-26 07:27:51 +00:00
|
|
|
"@types/react": "18.3.18",
|
2023-09-18 01:08:16 +00:00
|
|
|
"next-sitemap": "4.2.3",
|
2025-01-27 14:58:08 +00:00
|
|
|
"pagefind": "^1.2.0",
|
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",
|
2025-01-27 14:58:08 +00:00
|
|
|
"tailwindcss": "3.4.17",
|
|
|
|
|
"tailwindcss-animate": "1.0.7",
|
|
|
|
|
"tailwindcss-radix": "3.0.5"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|