mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-19 15:54:17 +02:00
* Refactor SubscriptionPage and enhance plan management UI - Streamlined SubscriptionPage by consolidating plan handling into FreePlan and ProPlan components for better organization. - Improved UI clarity by directly rendering plan components based on subscription status and enhancing overall user interaction. - Updated button labels for clarity and removed unnecessary components to create a cleaner interface. - Adjusted plan details and descriptions to provide clearer information on subscription benefits and features. * wip
22 lines
521 B
JSON
22 lines
521 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"
|
|
},
|
|
"dependencies": {
|
|
"@theguild/remark-mermaid": "^0.3.0",
|
|
"next": "^15.0.2",
|
|
"nextra": "^4.2.17",
|
|
"nextra-theme-docs": "^4.2.17",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"pagefind": "^1.3.0"
|
|
}
|
|
}
|