-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
119 lines (119 loc) · 3.5 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "agora",
"description": "The platform for Softwerkskammer",
"version": "3.0.0",
"author": "Andreas Leidig",
"repository": {
"type": "git",
"url": "https://github.com/softwerkskammer/Agora"
},
"license": "(MIT OR Apache-2.0)",
"main": "",
"engines": {
"node": ">=18.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.6.0",
"@fullcalendar/core": "6.1.15",
"@fullcalendar/luxon3": "6.1.15",
"@popperjs/core": "2.11.8",
"adm-zip": "0.5.16",
"better-sqlite3": "11.0.0",
"better-sqlite3-session-store": "0.1.0",
"bootstrap": "5.3.3",
"bootstrap-datepicker": "1.10.0",
"bootstrap-markdown": "2.10.0",
"compression": "1.7.5",
"connect-ensure-login": "0.1.1",
"cookie-parser": "1.4.7",
"csurf": "1.11.0",
"datatables.net": "2.1.8",
"datatables.net-bs5": "2.1.8",
"exifr": "7.1.3",
"express": "5.0.1",
"express-session": "1.18.1",
"feed": "4.2.2",
"fullcalendar": "6.1.15",
"glob": "10.4.5",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-sass": "3.1.0",
"guillotine": "1.3.1",
"i18next": "23.16.4",
"i18next-fs-backend": "2.3.2",
"i18next-http-middleware": "3.6.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"icalendar": "0.7.1",
"iconv-lite": "0.6.3",
"jqcloud2": "2.0.3",
"jquery": "3.7.1",
"jquery-validation": "1.21.0",
"jsonwebtoken": "9.0.2",
"leaflet": "1.9.4",
"luxon": "3.5.0",
"marked": "14.1.3",
"mime-types": "2.1.35",
"morgan": "1.10.0",
"multiparty": "4.2.3",
"node-syntaxhighlighter": "0.8.1",
"nodemailer": "6.9.16",
"openidconnect-for-passport": "0.0.3",
"passport": "0.7.0",
"passport-github": "1.1.0",
"passport-local": "1.0.0",
"passport-openid": "0.4.0",
"passport-strategy": "1.0.0",
"pug": "3.0.3",
"qr-image": "3.2.0",
"ramda": "0.30.1",
"sass": "1.80.6",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"serve-favicon": "2.5.0",
"sharp": "0.32.6",
"simple-configure": "0.1.6",
"simple-timepicker": "1.1.1",
"superagent": "10.1.1",
"tinycolor2": "1.6.0",
"tinygradient": "1.1.5",
"uuid": "11.0.2",
"winston": "3.16.0"
},
"devDependencies": {
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"grunt-contrib-pug": "3.0.0",
"grunt-karma": "4.0.2",
"grunt-mocha-cli": "7.0.0",
"grunt-puglint": "1.0.0",
"grunt-simple-nyc": "3.0.1",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-html2js-preprocessor": "1.1.0",
"karma-intl-shim": "1.0.3",
"karma-mocha": "2.0.1",
"karma-must": "0.1.1",
"karma-sinon": "1.0.5",
"mocha": "10.8.2",
"must-dist": "0.12.0",
"prettier": "3.3.3",
"proxyquire": "2.1.3",
"puppeteer": "23.6.1",
"sinon": "19.0.2",
"supertest": "7.0.0"
},
"scripts": {
"lint": "yarn eslint",
"deploy": "yarn prepare && grunt deploy_production",
"start": "node start-softwerkskammer",
"test": "yarn prepare && yarn lint && grunt",
"prepare": "git log -1 --pretty=\"format:a.dropdown-item.nav-link(href='https://github.com/softwerkskammer/Agora/commit/%H', target='_blank')%n i.fab.fa-github.fa-fw%n | Version: %h\" > softwerkskammer/version.pug"
},
"packageManager": "[email protected]"
}