forked from hpi-schul-cloud/schulcloud-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
186 lines (186 loc) · 5.87 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
185
186
{
"name": "schulcloud-client",
"version": "24.5.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon --config nodemon.json",
"debug": "nodemon --inspect=9310 --config nodemon.json",
"debug:container": "nodemon --inspect=0.0.0.0:9310 --config nodemon.json",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js --ext .js --fix",
"sasslint": "sass-lint -q -v",
"sasslint:fix": "sass-lint-auto-fix -s -c ./.sass-lint-auto-fix.yml && sass-lint -q -v",
"startd": "echo 'Do you mean 'npm run watch'?'",
"test": "npm run mocha --exit ",
"mocha": "mocha test/mocha/ --exit --recursive --opts ./test/mocha/mocha.opts",
"coverage": "NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- -- test/**/*.test.js --opts ./test/mocha/mocha.opts"
},
"engines": {
"node": "10.x || 12.x"
},
"sasslintConfig": "./.sass-lint.yml",
"husky": {
"hooks": {
"pre-commit": "npx lint-staged"
}
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@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",
"@schul-cloud/commons": "^1.1.1",
"@sentry/browser": "^5.6.1",
"@sentry/integrations": "^5.6.1",
"@sentry/node": "^5.7.1",
"acorn": "^6.4.1",
"body-parser": "^1.19.0",
"ckeditor5-math": "^20.0.0",
"compression": "^1.6.2",
"connect-redis": "^4.0.3",
"cookie-parser": "~1.4.3",
"csurf": "^1.10.0",
"csv-parse": "^4.6.5",
"debug": "~2.6.0",
"device-detector-js": "^1.1.1",
"encoding-japanese": "^1.0.30",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.16.2",
"feedr": "^2.13.5",
"font-awesome": "^4.7.0",
"form-serializer": "^2.5.0",
"generate-password": "^1.5.1",
"git-repo-info": "^2.1.0",
"gulp-rename": "^2.0.0",
"handlebars": "^4.7.6",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^5.1.1",
"hbs": "^4.1.1",
"i18next": "^19.3.2",
"i18next-chained-backend": "^2.0.1",
"i18next-fetch-backend": "^2.2.0",
"i18next-localstorage-backend": "^3.1.1",
"i18next-sync-fs-backend": "^1.1.1",
"jquery": "^3.5.1",
"jquery-datetimepicker": "^2.5.20",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"marked": "^0.7.0",
"mathjax": "2.7.4",
"merge-stream": "^2.0.0",
"method-override": "^2.3.7",
"minimist": "^1.2.5",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"multi-download": "^3.0.0",
"natives": "^1.1.6",
"nexboard-api-js": "git://github.com/schul-cloud/nexboard-api-js.git",
"oauth-1.0a": "^2.1.0",
"path.join": "^1.0.0",
"postcss-loader": "^3.0.0",
"query-string": "^5.0.1",
"querystring": "^0.2.0",
"raw-loader": "^3.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-sortable-hoc": "^0.8.3",
"redis": "^2.8.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sanitize-html": "^1.23.0",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.8",
"showdown": "^1.9.1",
"storage-factory": "^0.1.0",
"string-strip-html": "^3.2.0",
"string_decoder": "^1.0.1",
"style-loader": "^1.2.1",
"truncate-html": "^1.0.0",
"ua-parser-js": "^0.7.21",
"video.js": "^7.7.6",
"winston": "^3.2.0",
"yargs-parser": "^18.1.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"env2": "^2.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-json": "^2.1.1",
"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-filelog": "^0.4.1",
"gulp-header": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^4.0.1",
"gulp-sass-grapher": "^0.1.4",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.1",
"husky": "^4.2.1",
"imagemin-lint-staged": "^0.4.0",
"istanbul": "^0.4.5",
"lint-staged": "^10.0.7",
"mocha": "^7.1.2",
"node-sass": "^4.14.1",
"nodemon": "^1.18.3",
"postcss-css-variables": "^0.13.0",
"pump": "^1.0.2",
"rebuild-changed-entrypoints-webpack-plugin": "^1.0.1",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.0",
"script-loader": "^0.7.2",
"vinyl-map": "^1.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.41.5",
"webpack-stream": "^5.2.1"
}
}