-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 769 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
{
"name": "project1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@uppy/core": "^1.18.1",
"@uppy/dashboard": "^1.19.1",
"@uppy/xhr-upload": "^1.7.2",
"axios": "^0.21.1",
"cloudinary": "^1.26.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"googleapis": "^73.0.0",
"imgflip": "^2.0.0",
"method-override": "^3.0.0",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.4.1",
"streamifier": "^0.1.1"
}
}