forked from rajatmw1999/thisCourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "youtube-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"googleapis": "^52.1.0",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.22",
"mongoose-findorcreate": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth2": "^0.2.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local-mongoose": "^6.0.1",
"path": "^0.12.7",
"puppeteer": "^5.2.1",
"puppeteer-extra": "^3.1.12",
"puppeteer-extra-plugin-stealth": "^2.4.12",
"react-quill": "^1.3.5",
"react-render-html": "^0.6.0",
"react-script-tag": "^1.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sharp": "^0.23.4",
"webshot": "^0.18.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shivam7374/thisCourse.git"
},
"bugs": {
"url": "https://github.com/shivam7374/thisCourse/issues"
},
"homepage": "https://github.com/shivam7374/thisCourse#readme",
"description": ""
}