Skip to content

Commit

Permalink
feat: metadata (+ translations) for all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartlewis committed Feb 13, 2025
1 parent 065be4c commit e2bf6e3
Show file tree
Hide file tree
Showing 66 changed files with 1,006 additions and 2,051 deletions.
48 changes: 24 additions & 24 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"clean-react": "rm -rf node_modules/react; rm -rf node_modules/react-dom"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.6",
"@ai-sdk/google": "^1.1.8",
"@ai-sdk/openai": "^1.1.9",
"@browserbasehq/sdk": "^2.2.0",
"@ai-sdk/anthropic": "^1.1.7",
"@ai-sdk/google": "^1.1.12",
"@ai-sdk/openai": "^1.1.10",
"@browserbasehq/sdk": "^2.3.0",
"@bubba/notifications": "workspace:*",
"@date-fns/tz": "^1.2.0",
"@hookform/resolvers": "^3.10.0",
"@nangohq/frontend": "^0.48.4",
"@nangohq/node": "^0.48.4",
"@novu/headless": "^2.0.4",
"@novu/headless": "^2.6.5",
"@novu/react": "^2.6.5",
"@prisma/instrumentation": "^6.3.0",
"@prisma/instrumentation": "^6.3.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@tiptap/extension-bullet-list": "^2.11.5",
"@tiptap/extension-heading": "^2.11.5",
"@tiptap/extension-list-item": "^2.11.5",
Expand All @@ -38,32 +38,32 @@
"@trigger.dev/react-hooks": "3.3.13",
"@trigger.dev/sdk": "3.3.13",
"@types/xml2js": "^0.4.14",
"@uploadthing/react": "^7.1.5",
"@uploadthing/react": "^7.2.0",
"@upstash/ratelimit": "^2.0.5",
"ai": "^4.1.16",
"ai": "^4.1.36",
"argon2": "^0.41.1",
"bun": "^1.2.2",
"crypto": "^1.0.1",
"dub": "^0.46.21",
"dub": "^0.46.29",
"framer-motion": "^11.18.2",
"geist": "^1.3.1",
"highlight.js": "^11.11.1",
"ky": "^1.7.4",
"languine": "^3.0.1",
"marked": "^15.0.6",
"next": "^15.1.6",
"ky": "^1.7.5",
"languine": "^3.0.4",
"marked": "^15.0.7",
"next": "^15.1.7",
"next-auth": "^5.0.0-beta.25",
"next-international": "^1.3.1",
"next-intl": "^3.26.3",
"next-safe-action": "^7.10.2",
"next-safe-action": "^7.10.3",
"next-themes": "^0.4.4",
"novel": "^1.0.2",
"novu": "^2.2.2",
"novu": "^2.6.5",
"nuqs": "^2.3.2",
"playwright-core": "^1.50.1",
"posthog-js": "^1.215.3",
"posthog-node": "^4.4.1",
"puppeteer-core": "^24.1.1",
"posthog-js": "^1.217.2",
"posthog-node": "^4.5.2",
"puppeteer-core": "^24.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
Expand All @@ -72,14 +72,14 @@
"react-markdown": "^9.0.3",
"react-textarea-autosize": "^8.5.7",
"react-use-draggable-scroll": "^0.4.7",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"resend": "^4.1.1",
"resend": "^4.1.2",
"sonner": "^1.7.4",
"stripe": "^17.6.0",
"tiptap-markdown": "^0.8.10",
"ts-pattern": "^5.6.2",
"uploadthing": "^7.4.4",
"uploadthing": "^7.5.0",
"use-debounce": "^10.0.4",
"use-long-press": "^3.2.0",
"xml2js": "^0.6.2",
Expand All @@ -89,10 +89,10 @@
"devDependencies": {
"@bubba/db": "workspace:*",
"@trigger.dev/build": "3.3.13",
"@types/node": "^22.13.0",
"@types/node": "^22.13.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
Expand Down
30 changes: 0 additions & 30 deletions apps/app/src/actions/ai/assistant-settings-action.ts

This file was deleted.

43 changes: 0 additions & 43 deletions apps/app/src/actions/ai/chat/get-chats-action.ts

This file was deleted.

181 changes: 0 additions & 181 deletions apps/app/src/actions/ai/chat/index.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions apps/app/src/actions/ai/chat/utils.tsx

This file was deleted.

Loading

0 comments on commit e2bf6e3

Please sign in to comment.