This commit is contained in:
codetorso 2024-08-16 09:16:46 +05:30
parent 98e6a6c854
commit 73c5480fac
33 changed files with 4787 additions and 1187 deletions

View file

@ -17,40 +17,48 @@
"update-prod-db": "wrangler d1 execute prod-d1-supermemory --remote"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@sentry/nextjs": "^8",
"ai": "^3.3.0",
"@sentry/nextjs": "^8.26.0",
"@tiptap-pro/extension-emoji": "^2.10.11",
"@tiptap-pro/extension-table-of-contents": "^2.10.11",
"@tiptap/extension-text-align": "^2.6.4",
"@tiptap/extension-typography": "^2.6.4",
"@tiptap/pm": "^2.6.4",
"@tiptap/react": "^2.6.4",
"ai": "^3.3.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"drizzle-orm": "0.30.0",
"lowlight": "^3.1.0",
"million": "^3.1.6",
"next": "^14.1.1",
"million": "^3.1.11",
"next": "^14.2.5",
"next-pwa": "^5.6.0",
"novel": "^0.4.2",
"nuqs": "^1.17.4",
"posthog-js": "^1.154.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.0.19",
"use-debounce": "^10.0.1"
"novel": "^0.4.3",
"nuqs": "^1.17.8",
"posthog-js": "^1.155.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.0",
"tippy.js": "^6.3.7",
"use-debounce": "^10.0.2"
},
"devDependencies": {
"@cloudflare/next-on-pages": "1",
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "*",
"@repo/shared-types": "*",
"@repo/tailwind-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@cloudflare/next-on-pages": "^1.13.2",
"@next/eslint-plugin-next": "^14.2.5",
"@repo/eslint-config": "^0.0.0",
"@repo/shared-types": "^0.0.1",
"@repo/tailwind-config": "^0.0.0",
"@repo/typescript-config": "^0.0.0",
"@types/eslint": "^8.56.11",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"typescript": "^5.3.3",
"wrangler": "^3.66.0"
"postcss": "^8.4.41",
"typescript": "^5.5.4",
"wrangler": "^3.71.0"
}
}