rybbit/docs/package.json
Bill Yang 7ab608eddb Update dependencies and enhance documentation structure
- Added @radix-ui/react-slider dependency to package.json and package-lock.json for improved UI components.
- Introduced a new pricing page metadata in _meta.js to enhance site navigation.
- Adjusted trial event limit in monthly-usage-checker.ts to better reflect user subscription tiers.
2025-05-02 15:37:04 -07:00

37 lines
1,022 B
JSON

{
"name": "example-docs",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next --turbopack --port 3003",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start --port 3003"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.7",
"@radix-ui/react-slider": "^1.3.2",
"@tailwindcss/postcss": "^4.1.4",
"@theguild/remark-mermaid": "^0.3.0",
"boring-avatars": "^1.11.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.18",
"lucide-react": "^0.501.0",
"motion": "^12.7.4",
"next": "^15.0.2",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"postcss": "^8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"pagefind": "^1.3.0",
"typescript": "^5.8.3"
}
}