-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 3.04 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "chatbot-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"node initializeDb.js\" \"next dev\" \"node cron.js\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@auth/mongodb-adapter": "^2.0.0",
"@deepgram/sdk": "^3.9.0",
"@langchain/openai": "^0.2.5",
"@langchain/pinecone": "^0.0.8",
"@nextui-org/react": "^2.2.9",
"@pinecone-database/pinecone": "^2.0.1",
"@slack/web-api": "^7.0.2",
"@sparticuz/chromium-min": "^119.0.2",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@vapi-ai/web": "^2.1.4",
"@vercel/blob": "^0.20.0",
"@wavesurfer/react": "^1.0.7",
"ai": "^2.2.20",
"antd": "^5.10.1",
"awesome-phonenumber": "^6.9.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"cron": "^3.1.6",
"crypto-js": "^4.2.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.4",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"express": "^4.18.3",
"formidable": "^3.5.0",
"googleapis": "^126.0.1",
"gpt-tokenizer": "^2.1.2",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"joi": "^17.10.1",
"js-yaml": "^4.1.0",
"json-2-csv": "^5.5.1",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.2.11",
"lottie-react": "^2.4.0",
"mammoth": "^1.6.0",
"markdown-to-jsx": "^7.4.7",
"moment": "^2.30.1",
"mongodb": "^6.0.0",
"mv": "^2.1.1",
"next": "13.4.12",
"next-auth": "^4.23.1",
"next-swagger-doc": "^0.4.0",
"node-cron": "^3.0.3",
"node-html-parser": "^6.1.10",
"npm": "^10.4.0",
"openai": "^4.14.2",
"pdf-parse": "^1.1.1",
"pinecone-client": "^1.1.0",
"playwright": "^1.39.0",
"postmark": "^4.0.2",
"puppeteer": "^19.7.2",
"rate-limiter-flexible": "^5.0.3",
"react": "18.2.0",
"react-cookie": "^5.0.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-phone-input-2": "^2.15.1",
"react-share": "^5.1.0",
"react-to-print": "^2.15.1",
"react-use": "^17.5.1",
"saslprep": "^1.0.3",
"stripe": "^14.16.0",
"swagger-ui-react": "^5.16.2",
"swiper": "^10.3.0",
"twilio": "^4.14.1",
"typescript": "5.1.6",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"xls-to-json": "^2.1.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.5",
"@types/js-cookie": "^3.0.3",
"@types/js-yaml": "^4.0.9",
"@types/json2csv": "^5.0.7",
"@types/jsonwebtoken": "^9.0.2",
"@types/mongodb": "^4.0.7",
"@types/react-google-recaptcha": "^2.1.9",
"@types/swagger-ui-react": "^4.18.3",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.11.9",
"concurrently": "^8.2.2",
"encoding": "^0.1.13",
"sass": "^1.69.5"
}
}