-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 962 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
{
"name": "chitchat",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev": "next dev"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.8",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"font-awesome": "^4.7.0",
"mongodb": "^6.5.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.1",
"react-toastify": "^10.0.5",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swr": "^2.2.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}