-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 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
{
"name": "uploading-files-react-node",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"aws-sdk": "^2.843.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"concurrently": "^4.1.0",
"cors": "^2.8.5",
"cron": "^1.5.0",
"express": "^4.16.4",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.5",
"multer": "^1.3.0",
"next": "^6.0.1",
"nodemailer": "^6.6.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"validator": "^13.7.0",
"winston": "^3.3.3"
},
"license": "ISC"
}