-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
{
"name": "pi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@vitalets/google-translate-api": "^9.1.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"euclidean-distance": "^1.0.0",
"express": "~4.16.1",
"express-session": "^1.17.3",
"franc": "^6.1.0",
"generate-password": "^1.7.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.0",
"lemmatizer": "^0.0.1",
"ml-distance": "^4.0.0",
"mongoose": "^6.10.0",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"natural": "^6.3.0",
"node-fetch": "^3.3.1",
"node-linkedin-v2": "^0.0.8",
"node-nlp": "^4.26.1",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"peer": "^1.0.0",
"perspective-api-client": "^3.1.0",
"random-forest-classifier": "^0.6.0",
"request": "^2.88.2",
"socket.io": "^4.6.1",
"stopwords": "^0.0.9",
"yup": "^1.0.2"
}
}