-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.56 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ergatas2",
"version": "5.1.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev:server": "nodemon --ignore public/ --ignore sessions/ server.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.4.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@google-analytics/data": "^4.0.0",
"@googlemaps/js-api-loader": "^1.12.1",
"@googlemaps/markerclustererplus": "^1.2.0",
"@icon/open-iconic": "^1.1.1-alpha.3",
"@mailchimp/mailchimp_marketing": "^3.0.27",
"@uppy/image-editor": "^0.1.5",
"@uppy/robodog": "^1.9.5",
"@uppy/screen-capture": "^1.0.7",
"alertifyjs": "^1.13.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"busboy": "^0.3.1",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"d3": "^3.5.17",
"datamaps": "^0.5.9",
"datatables.net": "^1.10.24",
"datatables.net-dt": "^1.10.24",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-sitemap-xml": "^3.0.0",
"file-loader": "^6.0.0",
"file-md5": "^1.0.0",
"helmet": "^4.1.1",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"knockout": "^3.5.1",
"log4javascript": "^1.4.15",
"mailgun-js": "^0.22.0",
"md5-file": "^5.0.0",
"multer": "^1.4.2",
"node": "^14.8.0",
"node-cron": "^2.0.3",
"nouislider": "^14.7.0",
"popper.js": "^1.16.1",
"qrcode": "^1.5.3",
"rss-generator": "0.0.3",
"selectize": "^0.12.6",
"selectize-bootstrap4-theme": "^2.0.2",
"server": "^1.0.30",
"stripe": "^8.222.0",
"topojson": "^3.0.2",
"trumbowyg": "^2.23.0",
"vanilla-router": "^1.2.8",
"web-push": "^3.4.5"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^3.6.0",
"dotenv-webpack": "^1.8.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.10.0",
"mocha": "^8.1.3",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"ttf-loader": "^1.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"workbox-precaching": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-webpack-plugin": "^5.1.3"
}
}