-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
184 lines (184 loc) · 5.68 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "schulcloud-client",
"scripts": {
"start": "node --unhandled-rejections=warn ./bin/www",
"watch": "node --watch ./bin/www",
"debug": "node --inspect=9310 --watch ./bin/www",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js ./locales --ext .js --ext .json --fix",
"mocha": "cross-env NODE_ENV=test mocha test/mocha/ --exit --recursive",
"build": "gulp clear && cross-env NODE_OPTIONS=--openssl-legacy-provider gulp",
"dev": "gulp clear && cross-env NODE_OPTIONS=--openssl-legacy-provider gulp watch-reload",
"coverage": "nyc npm run mocha"
},
"engines": {
"node": "22",
"npm": ">=9"
},
"lint-staged": {
"static/images/**/*.{png,jpeg,jpg,gif,svg}": [
"imagemin-lint-staged"
]
},
"husky": {
"hooks": {
"pre-commit": "npx lint-staged"
}
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@ckeditor/ckeditor5-autoformat": "^20.0.0",
"@ckeditor/ckeditor5-basic-styles": "^20.0.0",
"@ckeditor/ckeditor5-block-quote": "^20.0.0",
"@ckeditor/ckeditor5-ckfinder": "^20.0.0",
"@ckeditor/ckeditor5-core": "^20.0.0",
"@ckeditor/ckeditor5-dev-utils": "^20.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^20.0.0",
"@ckeditor/ckeditor5-easy-image": "^20.0.0",
"@ckeditor/ckeditor5-editor-classic": "^20.0.0",
"@ckeditor/ckeditor5-essentials": "^20.0.0",
"@ckeditor/ckeditor5-font": "^20.0.0",
"@ckeditor/ckeditor5-heading": "^20.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^20.0.0",
"@ckeditor/ckeditor5-image": "^20.0.0",
"@ckeditor/ckeditor5-indent": "^20.0.0",
"@ckeditor/ckeditor5-link": "^20.0.0",
"@ckeditor/ckeditor5-list": "^20.0.0",
"@ckeditor/ckeditor5-media-embed": "^20.0.0",
"@ckeditor/ckeditor5-paragraph": "^20.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^20.0.0",
"@ckeditor/ckeditor5-remove-format": "^20.0.0",
"@ckeditor/ckeditor5-special-characters": "^20.0.0",
"@ckeditor/ckeditor5-table": "^20.0.0",
"@ckeditor/ckeditor5-theme-lark": "^20.0.0",
"@ckeditor/ckeditor5-ui": "^20.0.0",
"@ckeditor/ckeditor5-upload": "^20.0.0",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/moment": "^4.4.2",
"@fullcalendar/moment-timezone": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@hpi-schul-cloud/commons": "^1.3.3",
"@mdi/font": "^7.2.96",
"acorn": "^6.4.2",
"body-parser": "^1.19.0",
"ckeditor5-math": "^20.0.0",
"compression": "^1.6.2",
"connect-redis": "^7.1.1",
"cookie-parser": "~1.4.3",
"cross-env": "^7.0.3",
"csurf": "^1.10.0",
"csv-parse": "^4.16.0",
"debug": "~2.6.0",
"device-detector-js": "^1.1.1",
"encoding-japanese": "^1.0.30",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-prom-bundle": "^6.3.6",
"express-session": "^1.17.2",
"feedr": "^4.8.0",
"font-awesome": "^4.7.0",
"form-serializer": "^2.5.0",
"generate-password": "^1.6.1",
"git-repo-info": "^2.1.0",
"gulp-change": "^1.0.2",
"gulp-cli": "^2.3.0",
"gulp-rename": "^2.0.0",
"handlebars": "^4.7.7",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^5.1.1",
"hbs": "^4.1.2",
"html-entities": "^2.3.3",
"i18next": "^19.9.2",
"i18next-chained-backend": "^2.1.0",
"i18next-fetch-backend": "^2.2.0",
"i18next-localstorage-backend": "^3.1.3",
"i18next-sync-fs-backend": "^1.1.1",
"ioredis": "^5.3.2",
"jquery": "^3.6.0",
"jquery-datetimepicker": "^2.5.20",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mathjax": "^2.7.9",
"merge-stream": "^2.0.0",
"method-override": "^2.3.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"morgan": "^1.9.1",
"multer": "^1.4.5-lts.1",
"multi-download": "^3.0.0",
"natives": "^1.1.6",
"oauth-1.0a": "^2.1.0",
"path.join": "^1.0.0",
"postcss-loader": "^3.0.0",
"prom-client": "^12.0.0",
"query-string": "^5.0.1",
"querystring": "^0.2.1",
"raw-loader": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-sortable-hoc": "^1.11.0",
"request": "^2.79.0",
"request-promise": "^4.2.6",
"sanitize-html": "^2.12.1",
"sass": "^1.43.2",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.16",
"showdown": "^1.9.1",
"staticify": "^5.0.0",
"storage-factory": "^0.1.1",
"string_decoder": "^1.0.1",
"string-strip-html": "^8.3.0",
"style-loader": "^1.3.0",
"ua-parser-js": "^0.7.33",
"video.js": "^7.20.3",
"winston": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"browser-sync": "^2.27.11",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"env2": "^2.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^2.1.2",
"expose-loader": "^0.7.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-count": "^1.0.0",
"gulp-error-handle": "^1.0.1",
"gulp-header": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.1",
"husky": "^4.3.8",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "^10.5.4",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"postcss-css-variables": "^0.13.0",
"pump": "^1.0.2",
"rebuild-changed-entrypoints-webpack-plugin": "^1.0.1",
"script-loader": "^0.7.2",
"vinyl-map": "^1.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.46.0",
"webpack-stream": "^5.2.1"
}
}