-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 Bytes
/
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
{
"name": "nayakai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.0.0",
"@hookform/resolvers": "^3.3.4",
"cloudinary": "^2.2.0",
"clsx": "^2.1.0",
"daisyui": "^4.12.10",
"framer-motion": "^11.1.5",
"i18next": "^23.10.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.4",
"next": "14.2.2",
"next-auth": "5.0.0-beta.17",
"openai": "^4.28.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-icons": "^4.12.0",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "18.3.1",
"autoprefixer": "^10.4.18",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "13.5.4",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}