mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@hive/docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"imports": {
|
|
"#components/*": "./src/components/*"
|
|
},
|
|
"scripts": {
|
|
"build": "next build && next-sitemap",
|
|
"dev": "next --turbopack",
|
|
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
|
|
"validate-mdx-links": "pnpx validate-mdx-links@1.0.6 --files 'src/**/*.mdx'"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"@theguild/components": "9.2.0",
|
|
"date-fns": "4.1.0",
|
|
"next": "15.1.6",
|
|
"react": "19.0.0",
|
|
"react-avatar": "5.0.3",
|
|
"react-countup": "6.5.3",
|
|
"react-dom": "19.0.0",
|
|
"react-icons": "5.4.0",
|
|
"tailwind-merge": "2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@theguild/tailwind-config": "0.6.2",
|
|
"@types/react": "18.3.18",
|
|
"@types/rss": "^0.0.32",
|
|
"next-sitemap": "4.2.3",
|
|
"pagefind": "^1.2.0",
|
|
"postcss": "8.4.49",
|
|
"postcss-nesting": "^13.0.1",
|
|
"rss": "1.2.2",
|
|
"tailwindcss": "3.4.17",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"tailwindcss-radix": "3.0.5"
|
|
}
|
|
}
|