forked from lentrekin1/devmind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.69 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "devmind",
"version": "2.1.0",
"private": true,
"description": "AI-powered development workflow orchestration platform",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"next": "13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"openai": "^4.0.0",
"langchain": "^0.1.0",
"@prisma/client": "^5.0.0",
"prisma": "^5.0.0",
"@langchain/core": "^0.1.0",
"@langchain/openai": "^0.1.0",
"pinecone-database": "^1.0.0",
"uuid": "^9.0.0",
"axios": "^1.6.0",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"jest": "^29.7.0",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.0",
"@types/uuid": "^9.0.0",
"dotenv": "^16.0.0",
"zod": "^3.22.0",
"@prisma/client": "^5.8.0",
"@langchain/community": "^0.2.0",
"chromadb": "^1.8.0",
"ioredis": "^5.3.0",
"stripe": "^14.0.0",
"@sentry/nextjs": "^7.88.0",
"jsonwebtoken": "^9.0.0",
"@types/jsonwebtoken": "^9.0.0",
"bcryptjs": "^2.4.0",
"@types/bcryptjs": "^2.4.0",
"websocket": "^1.0.34",
"ws": "^8.14.0",
"@types/ws": "^8.5.0",
"socket.io": "^4.7.0",
"socket.io-client": "^4.7.0",
"@tensorflow/tfjs": "^4.15.0",
"@tensorflow/tfjs-node-gpu": "^4.15.0",
"huggingface": "^1.1.0",
"@google-cloud/aiplatform": "^3.12.0",
"aws-sdk": "^2.1481.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^4"
}
}