mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 06:03:49 +00:00
36 lines
765 B
JSON
36 lines
765 B
JSON
{
|
|
"name": "chatapp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/react": "3.0.160",
|
|
"@posthog/ai": "^7.3.0",
|
|
"@supermemory/tools": "1.4.1",
|
|
"ai": "6.0.158",
|
|
"next": "16.0.0",
|
|
"openai": "^4.104.0",
|
|
"posthog-node": "^5.0.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"zod": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"ai": "6.0.158"
|
|
}
|
|
}
|