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

32 lines
747 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.32.1",
"@copilotkit/react-core": "^1.8.11",
"@copilotkit/react-ui": "^1.8.11",
"@copilotkit/runtime": "^1.8.11",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@pinecone-database/pinecone": "^4.0.0",
"axios": "^1.12.0",
"lucide-react": "^0.466.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}