-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
{
"name": "canal-otaku",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run generate && next build",
"build-compile": "next build experimental-compile",
"postinstall": "patch-package",
"generate": "npx prisma generate",
"migrate": "npx prisma migrate dev --name init",
"start": "next start",
"startup": "node job/ startup",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/joy": "^5.0.0-beta.36",
"@prisma/client": "^5.11.0",
"@tanstack/react-query": "^5.28.4",
"@whiskeysockets/baileys": "6.2.1",
"apexcharts": "^3.49.0",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bufferutil": "^4.0.8",
"dotenv": "^16.4.5",
"flatpickr": "^4.6.13",
"framer-motion": "^11.1.9",
"g4f": "^1.4.3",
"jsonwebtoken": "^9.0.2",
"jsvectormap": "^1.5.3",
"luxon": "^3.4.4",
"next": "14.1.3",
"next-auth": "^4.24.7",
"patch-package": "^8.0.0",
"persist-and-sync": "^1.2.1",
"pino-pretty": "^11.0.0",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-icons": "^5.0.1",
"react-input-mask": "^2.0.4",
"react-quill": "^2.0.0",
"react-share": "^5.1.0",
"react-spreadsheet": "^0.9.5",
"scheduler": "^0.23.2",
"sharp": "^0.33.2",
"stripe": "^15.6.0",
"wa-sockets": "^1.3.1",
"whatsapp-web.js": "^1.24.0",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "2.0.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}