-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.02 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.02 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"dependencies": {
"angular": "^1.7.9",
"ansi-styles": "^4.3.0",
"async": "^2.6.3",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.0.0",
"backbone": "^1.4.0",
"body-parser": "^1.18.3",
"braces": "^2.3.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^4.1.11",
"color-name": "^1.1.4",
"cookie-signature": "^1.0.6",
"cross-env": "^5.2.0",
"cryptiles": "^4.1.2",
"debug": "^3.1.0",
"dot-prop": "^4.2.0",
"ejs": "^2.5.5",
"error-ex": "^1.3.2",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"fresh": "^0.5.2",
"growl": "^1.10.2",
"handlebars": "^4.7.6",
"hoek": "^2.16.3",
"immer": "^8.0.1",
"is": "^3.3.0",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"kind-of": "^6.0.2",
"lodash": "^4.17.19",
"lodash.merge": "^4.6.1",
"lodash.template": "^4.5.0",
"marked": "^0.3.9",
"merge": "^1.2.1",
"merge-deep": "^3.0.2",
"merge-options": "^1.0.0",
"merge-stream": "^1.0.1",
"mime": "^1.4.1",
"minimatch": "^3.0.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.28",
"ngx-bootstrap": "^7.1.2",
"node-fetch": "^2.6.0",
"nth-check": "^1.0.2",
"parse": "^3.4.4",
"path-parse": "^1.0.6",
"postcss": "^7.0.32",
"qs": "^6.5.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"serialize-javascript": "^4.0.0",
"shelljs": "^0.8.3",
"sshpk": "^1.13.1",
"static-eval": "^2.0.0",
"strip-ansi": "^6.0.1",
"systeminformation": "^5.9.4",
"tar": "^4.4.17",
"uglify-js": "^2.4.24",
"underscore": "^1.12.1",
"ws": "^7.4.5",
"xml2js": "^0.4.19",
"xmldom": "^0.5.0",
"xmlhttprequest": "^1.8.0",
"yargs-parser": "^13.1.1"
},
"devDependencies": {
"crypto-js": "^4.1.1",
"css-what": "^5.0.0",
"glob-parent": "^5.1.1",
"js-yaml": "^3.13.0",
"minimist": "^1.2.5",
"mongoose": "^5.7.5",
"sequelize": "^5.21.2",
"ssri": "^6.0.1",
"tough-cookie": "^3.0.1",
"validator": "^12.0.0"
}
}