-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
58
59
60
61
62
63
64
{
"name": "intellicampus",
"version": "1.0.0",
"description": "eCampus 3.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prod_start": "SET NODE_ENV=production & nodemon index.js"
},
"keywords": [
"Campus",
"Manager"
],
"author": "Nexus",
"license": "ISC",
"dependencies": {
"config": "^3.3.9",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"del": "^6.0.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"gulp-cli": "^2.3.0",
"gulp-imagemin": "^6.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-uglify-es": "^3.0.0",
"html-pdf": "^3.0.1",
"ioredis": "^5.3.2",
"mongoback": "^3.0.6",
"mongodb-backup": "^1.6.9",
"mongoose": "^6.11.2",
"mongoose-autopopulate": "^1.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"node-sass-middleware": "^1.0.1",
"nodemailer": "^6.9.4",
"nodemon": "^2.0.22",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-microsoft": "^1.0.0",
"pdf-lib": "^1.17.1",
"pm2": "^5.3.0",
"pretty-date": "^0.2.0",
"rate-limiter-flexible": "^2.4.2",
"redis": "^4.6.8",
"rotating-file-stream": "^3.1.0",
"sass": "1.43.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-rev": "^9.0.0",
"gulp-sass": "^5.1.0"
}
}