-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 862 Bytes
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": "zombie_twitter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"date-fns": "^2.29.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"formidable": "^2.1.1",
"ioredis": "^5.3.2",
"javascript-time-ago": "^2.5.9",
"joi": "^17.9.1",
"mongoose": "^7.0.2",
"multer": "^1.4.5-lts.1",
"next": "13.2.4",
"next-auth": "^4.20.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"react-icons": "^4.8.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"swr": "^2.1.1",
"uuid": "^9.0.0"
}
}