-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 839 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
{
"name": "whatsapp_clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"firebase": "^9.8.3",
"mongodb": "^4.7.0",
"next": "12.1.6",
"next-auth": "^4.3.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-speech-recognition": "^3.9.1",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"sweetalert2": "^11.4.17",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}