-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "jobconnect",
"version": "1.0.0",
"description": "Job Portal for Marginalized ",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js"
},
"author": "Amaan Farooqi",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"im": "^0.4.0",
"imagemagick": "^0.1.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"material-ui-chip-input": "^1.1.0",
"ml-knn": "^3.0.0",
"mongoose": "^8.1.2",
"mongoose-type-email": "^1.1.2",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
"natural": "^7.0.5",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pdf-parse": "^1.1.1",
"pdf-to-img": "^2.1.2",
"pdf2pic": "^3.1.1",
"react-phone-input-2": "^2.15.1",
"sharp": "^0.33.3"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}