-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "remoto",
"version": "1.0.0",
"description": "Employee onboarding platform",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"build": "cd client && yarn && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raibove/remoto.git"
},
"type": "module",
"author": "Shweta Kale",
"license": "ISC",
"bugs": {
"url": "https://github.com/raibove/remoto/issues"
},
"homepage": "https://github.com/raibove/remoto#readme",
"dependencies": {
"@azure/msal-browser": "^2.22.1",
"@azure/msal-node": "^1.7.0",
"@microsoft/microsoft-graph-client": "^3.0.2",
"@sendgrid/mail": "^7.6.0",
"aws-sdk": "^2.1081.0",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fast-csv": "^4.3.6",
"fs": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.0",
"multer": "^1.4.4",
"nodemon": "^2.0.15",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"uuid": "^8.3.2"
}
}