forked from rrrobo/rcj-rescue-scoring
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.98 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "rcj-scoring",
"version": "24.2.9",
"copyright": "2016-2024 RCJ-CMS Development Team",
"private": true,
"scripts": {
"start": "node server.js",
"build": "workbox generateSW workbox-config.js",
"minify": "grunt"
},
"dependencies": {
"@bull-board/express": "5.20.5",
"archiver": "7.0.1",
"async": "3.2.5",
"body-parser": "1.20.2",
"bull": "4.15.1",
"chmodr": "1.2.0",
"compression": "1.7.4",
"connect-mongo": "5.1.0",
"cookie-parser": "1.4.6",
"dateformat": "4.6.3",
"escape-html": "1.0.3",
"express": "4.19.2",
"express-rate-limit": "5.4.0",
"express-session": "1.17.2",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "10.0.0",
"fs-readdir-recursive": "1.1.0",
"glob": "7.2.0",
"graceful-fs": "4.2.4",
"guesslanguage": "0.2.0",
"html-to-text": "8.0.0",
"lodash": "4.17.21",
"log4js": "6.4.5",
"mime": "3.0.0",
"mkdirp": "1.0.4",
"mongo-express": "1.0.0",
"mongoose": "6.11.3",
"mongoose-integer": "0.1.1",
"mongoose-timestamp": "0.6.0",
"multer": "1.4.3",
"node-env-file": "0.1.8",
"nodemailer": "6.9.14",
"onezip": "^5.0.0",
"passport": "0.6.0",
"passport-local": "1.0.0",
"pdfkit": "0.12.3",
"pug": "^3.0.3",
"qr-image": "3.2.0",
"rimraf": "3.0.2",
"sanitize-filename": "1.6.3",
"serve-favicon": "2.5.0",
"sessionstore": "^1.3.7",
"socket.io": "4.6.1",
"socket.io-redis": "6.1.1",
"validator": "13.7.0"
},
"main": "app.js",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "4.0.0",
"grunt": "1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-image": "^6.4.0",
"grunt-json-minification": "^0.2.1",
"prettier": "2.4.1",
"workbox-cli": "6.5.4"
},
"author": "",
"license": "MIT"
}