forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
192 lines (192 loc) · 8.25 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
187
188
189
190
191
192
{
"name": "artemis",
"version": "6.7.0",
"description": "Interactive Learning with Individual Feedback",
"private": true,
"license": "MIT",
"author": {
"name": "Stephan Krusche",
"email": "[email protected]",
"url": "https://ase.cit.tum.de/krusche"
},
"cacheDirectories": [
"node_modules"
],
"dependencies": {
"ngx-slider-v2": "16.0.2",
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.11",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/localize": "16.2.12",
"@angular/material": "16.2.11",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@ctrl/ngx-emoji-mart": "9.2.0",
"@danielmoncada/angular-datetime-picker": "16.0.1",
"@fingerprintjs/fingerprintjs": "4.2.1",
"@flaviosantoro92/ngx-datatable": "1.0.2",
"@fortawesome/angular-fontawesome": "0.13.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@ls1intum/apollon": "3.3.0",
"@ng-bootstrap/ng-bootstrap": "15.1.2",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@sentry/angular-ivy": "7.76.0",
"@sentry/tracing": "7.76.0",
"@sentry/types": "7.76.0",
"@swimlane/ngx-charts": "20.4.1",
"@swimlane/ngx-graph": "8.2.3",
"ace-builds": "1.31.2",
"bootstrap": "5.3.1",
"brace": "0.11.1",
"compare-versions": "6.1.0",
"core-js": "3.33.2",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"diff-match-patch-typescript": "1.0.8",
"dompurify": "3.0.6",
"export-to-csv": "0.2.1",
"franc-min": "6.1.0",
"interactjs": "1.10.21",
"ismobilejs-es5": "0.0.1",
"js-video-url-parser": "0.5.1",
"jszip": "3.10.1",
"lodash-es": "4.17.21",
"mobile-drag-drop": "3.0.0-rc.0",
"ngx-infinite-scroll": "16.0.0",
"ngx-webstorage": "12.0.0",
"papaparse": "5.3.2",
"process": "0.11.10",
"rxjs": "7.8.1",
"showdown": "2.1.0",
"showdown-highlight": "3.1.0",
"showdown-katex": "0.6.0",
"simple-statistics": "7.8.3",
"smoothscroll-polyfill": "0.4.4",
"sockjs-client": "1.6.1",
"split.js": "1.6.5",
"ts-cacheable": "1.0.10",
"tslib": "2.6.2",
"uuid": "9.0.1",
"webstomp-client": "1.2.6",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zone.js": "0.13.0"
},
"overrides": {
"showdown-katex": {
"showdown": "2.1.0"
},
"@swimlane/ngx-graph": {
"d3-color": "^3.1.0",
"d3-interpolate": "^3.0.1",
"d3-transition": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-selection": "^3.0.0"
},
"critters": "0.0.20",
"semver": "7.5.4",
"word-wrap": "1.2.5",
"debug": "4.3.4",
"tough-cookie": "4.1.3",
"postcss": "8.4.31"
},
"devDependencies": {
"@angular-builders/jest": "16.0.1",
"@angular-devkit/build-angular": "16.2.9",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.9",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2.12",
"@types/crypto-js": "4.2.1",
"@types/d3-shape": "3.1.5",
"@types/dompurify": "3.0.5",
"@types/jest": "29.5.8",
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.1",
"@types/papaparse": "5.3.11",
"@types/showdown": "2.0.4",
"@types/smoothscroll-polyfill": "0.3.2",
"@types/sockjs-client": "1.5.4",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest-extended": "2.0.0",
"eslint-plugin-prettier": "5.0.1",
"folder-hash": "4.0.4",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-canvas-mock": "2.5.2",
"jest-date-mock": "1.0.8",
"jest-extended": "4.0.2",
"jest-fail-on-console": "3.1.1",
"jest-junit": "16.0.0",
"jest-preset-angular": "13.1.2",
"lint-staged": "15.1.0",
"ng-mocks": "14.11.0",
"prettier": "3.1.0",
"sass": "1.69.5",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"weak-napi": "2.0.2",
"webpack-bundle-analyzer": "4.10.1"
},
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"postinstall": "husky install",
"prettier:write": "prettier --write \"src/{main/webapp,test}/**/*.{json,ts,js,css,scss,html}\"",
"prettier:check": "prettier --check \"src/{main/webapp,test}/**/*.{json,ts,js,css,scss,html}\"",
"lint": "eslint --ext .ts \"src/{main/webapp,test}/**/*.ts\"",
"lint:fix": "eslint --fix --ext .ts \"src/{main/webapp,test}/**/*.ts\"",
"cleanup": "rimraf build/resources/main/static/ build/resources/main/aot",
"clean-www": "rimraf build/resources/main/static/app/{src,build/}",
"start-docker": "npm run webapp:dev --hot --env.docker",
"update": "ncu -i --format group",
"prebuild": "node prebuild.mjs",
"start": "npm run prebuild -- --develop && ng serve --hmr",
"start-tls": "npm run webapp:dev-ssl",
"serve": "npm run start --",
"build": "npm run webapp:prod --",
"compile:ts": "npm run prebuild && tsc --project tsconfig.app.json",
"compile:ts:tests": "npm run prebuild && tsc --project tsconfig.spec.json",
"jest": "npm run prebuild && jest --coverage --log-heap-usage --max-workers=4 --config jest.config.js",
"test": "npm run prebuild && ng test --coverage --log-heap-usage -w=4",
"test-only": "npm run prebuild && ng test",
"test-only:ci": "npm run prebuild && ng test --ci --reporters=default --reporters=jest-junit",
"test-diff": "npm run prebuild && ng test --log-heap-usage -w=4 --pass-with-no-tests --changed-since=origin/develop --coverage",
"test:ci": "npm run prebuild && ng test --coverage --log-heap-usage -w=4 --ci --reporters=default --reporters=jest-junit",
"test-diff:ci": "git fetch origin develop && npm run prebuild && ng test --log-heap-usage -w=4 --ci --reporters=default --reporters=jest-junit --pass-with-no-tests --changed-since=origin/develop",
"test:leaks": "npm run prebuild && ng test --log-heap-usage --detect-leaks",
"test:open-handles": "npm run prebuild && ng test --detect-open-handles",
"test:watch": "npm run prebuild && npm run test -- --watch",
"webapp:build": "npm run clean-www && npm run webapp:build:dev",
"webapp:build:dev": "npm run prebuild -- --develop && ng build --configuration development",
"webapp:build:prod": "npm run prebuild && ng build --configuration production --stats-json",
"webapp:dev": "npm run prebuild -- --develop && ng serve",
"webapp:dev-verbose": "npm run prebuild -- --develop && ng serve --verbose",
"webapp:dev-ssl": "npm run prebuild -- --develop && ng serve --ssl",
"webapp:prod": "npm run clean-www && npm run webapp:build:prod && npm run bundle-analyze",
"webapp:test": "npm run test --",
"bundle-analyze": "webpack-bundle-analyzer 'build/resources/main/static/stats.json' --mode static --no-open --report 'build/resources/main/stats.html'",
"prepare": "husky install",
"java:war": "./gradlew bootWar -Pwar -x test -x integrationTest",
"java:war:dev": "npm run java:war -- -Pdev,webapp",
"java:war:prod": "npm run java:war -- -Pprod"
}
}