-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node src/index.js",
"start:prod": "cross-env NODE_ENV=production node src/index.js",
"dev": "cross-env NODE_ENV=development nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^5.0.0",
"@adminjs/mongoose": "^3.0.0",
"@sendgrid/mail": "^7.7.0",
"adminjs": "^6.2.3",
"agenda": "^4.3.0",
"axios": "^0.27.2",
"connect-pg-simple": "^7.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-formidable": "^1.2.0",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"firebase-admin": "^11.0.1",
"http-status": "^1.5.2",
"joi": "^17.6.0",
"mongoose": "^6.5.0",
"morgan": "^1.10.0",
"nodemailer": "^6.7.8",
"tslib": "^2.4.0",
"winston": "^3.8.1",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}