-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "outofkind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.13",
"@types/formidable": "^3.4.0",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"cloudinary": "^1.39.0",
"dayjs": "^1.11.9",
"formidable": "^3.5.0",
"framer-motion": "^10.13.0",
"googlethis": "^1.7.1",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.4",
"mv": "^2.1.1",
"next": "13.4.10",
"next-auth": "^4.22.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.4",
"typescript": "5.1.6"
}
}