-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.75 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.75 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
65
66
67
68
{
"name": "out",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@planetscale/database": "^1.19.0",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@whiskeysockets/baileys": "^6.7.7",
"awesome-phonenumber": "^7.0.1",
"aws-sdk": "^2.1691.0",
"bcryptjs": "^2.4.3",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"express": "^4.21.0",
"file-type": "^19.5.0",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jose": "^5.9.2",
"js-cookie": "^3.0.5",
"kysely": "^0.27.4",
"link-preview-js": "^3.0.5",
"lucide-react": "^0.441.0",
"moment-timezone": "^0.5.45",
"next": "14.2.10",
"next-themes": "^0.3.0",
"path": "^0.12.7",
"pino-pretty": "^11.2.2",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"readline": "^1.3.0",
"sharp": "^0.32.6",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"url": "^0.11.4",
"utf-8-validate": "^6.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.12",
"eslint": "^8",
"eslint-config-next": "14.2.10",
"postcss": "^8",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}