Files
2026-07-13 12:58:18 +08:00

34 lines
812 B
JSON

{
"name": "product-knowledge-base",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.36.3",
"@copilotkit/react-core": "^1.5.20",
"@copilotkit/react-ui": "^1.5.20",
"@copilotkit/runtime": "^1.5.20",
"@mantine/core": "^7.17.0",
"@mantine/hooks": "^7.17.0",
"@pinecone-database/pinecone": "^5.0.0",
"axios": "^1.12.0",
"lucide-react": "^0.475.0",
"mongodb": "^6.13.0",
"next": "15.5.15",
"product-knowledge-base": "file:",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}