-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.32 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
{
"name": "quickapply",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@architecturex/utils.cx": "^1.1.1",
"@google-cloud/local-auth": "^2.1.0",
"@remixicon/react": "^4.2.0",
"@tabler/icons-react": "^3.2.0",
"@upstash/ratelimit": "^1.2.1",
"@upstash/redis": "^1.28.3",
"@upstash/vector": "^1.0.2",
"ai": "^2.2.33",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.1",
"googleapis": "^105.0.0",
"https": "^1.0.0",
"langchain": "^0.1.15",
"markdown-to-jsx": "^7.4.6",
"net": "^1.0.2",
"next": "^14.2.4",
"nodemailer": "^6.9.9",
"openai": "^4.26.1",
"os": "^0.1.2",
"path": "^0.12.7",
"querystring": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"redis": "^4.6.13",
"remixicon": "^4.3.0",
"remixicon-react": "^1.0.0",
"tailwind-merge": "^2.2.2",
"tls": "^0.0.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}