console/packages/web/docs/package.json
renovate[bot] fa0cc98809
fix(deps): update dependency next to v14.2.10 [security] (#5611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 16:39:33 +03:00

41 lines
1.2 KiB
JSON

{
"name": "@hive/docs",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "pnpm run generate-rss && next build && next-sitemap --config next-sitemap.config.cjs",
"dev": "next",
"generate-rss": "tsx ./scripts/rss-generator.ts"
},
"dependencies": {
"@next/env": "14.2.6",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@theguild/components": "7.0.0-alpha-20240910155635-d57d888ceb50ef15da6fbc43f2eab9a74fe5028f",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"gray-matter": "4.0.3",
"next": "14.2.10",
"next-sitemap": "4.2.3",
"next-themes": "*",
"react": "18.3.1",
"react-avatar": "5.0.3",
"react-countup": "6.5.3",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"rss": "1.2.2",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.3"
},
"devDependencies": {
"@theguild/tailwind-config": "0.5.0",
"@types/react": "18.3.3",
"next-sitemap": "4.2.3",
"postcss": "8.4.41",
"tailwindcss": "3.4.10"
}
}