-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.1 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
{
"name": "v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "npx prisma migrate dev -n \"init\"",
"generate": "npx prisma generate",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.2",
"@formatjs/intl-localematcher": "^0.5.8",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "^6.0.1",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tinymce/tinymce-react": "^5.1.1",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"daisyui": "^4.12.13",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"i18next": "^23.16.8",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"negotiator": "^1.0.0",
"next": "14.2.15",
"next-auth": "^5.0.0-beta.22",
"next-i18next": "^15.3.1",
"nodemailer": "^6.9.15",
"openai": "^4.71.1",
"react": "^18",
"react-circle-flags": "^0.0.20",
"react-dom": "^18",
"react-floating-whatsapp": "^5.0.8",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^15.1.1",
"react-phone-number-input": "^3.4.8",
"react-player": "^2.16.0",
"react-svg-worldmap": "^2.0.0-alpha.16",
"react-toastify": "^10.0.6",
"tinymce": "^7.6.0",
"twilio": "^5.3.4",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/multer": "^1.4.12",
"@types/multer-s3": "^3.0.3",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.13",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}