-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.96 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
{
"name": "exam",
"version": "6.3.2",
"description": "EXAM – electronic exam software for higher education",
"repository": {
"type": "git",
"url": " https://github.com/CSCfi/exam.git"
},
"license": "EUPL-1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --build-optimizer false --output-path ./public",
"analyze": "ng build --stats-json && webpack-bundle-analyzer dist/exam/stats.json",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint --fix",
"format": "prettier --write \"ui/src/app/**/*.{ts,html}\" --write \"{app,test}/**/*.java\" --plugin=prettier-plugin-java --print-width=120 --tab-width=4; exit 0",
"prepare": "lefthook install",
"check-format": "prettier --check \"ui/src/app/**/*.{ts,html}\" --check \"{app,test}/**/*.java\" --plugin=prettier-plugin-java --print-width=120 --tab-width=4; exit 0",
"check-lint": "ng lint"
},
"dependencies": {
"@angular/animations": "^17.0.9",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.9",
"@angular/compiler": "^17.0.9",
"@angular/core": "^17.0.9",
"@angular/forms": "^17.0.9",
"@angular/localize": "^17.0.9",
"@angular/platform-browser": "^17.0.9",
"@angular/platform-browser-dynamic": "^17.0.9",
"@angular/router": "^17.0.9",
"@fullcalendar/angular": "^6.0.3",
"@fullcalendar/luxon2": "^6.0.3",
"@fullcalendar/timegrid": "^6.0.3",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.3.0",
"chart.js": "^3.8.0",
"chartjs-plugin-datalabels": "^2.0.0",
"date-fns": "^2.25.0",
"file-saver-es": "^2.0.5",
"luxon": "^2.0.0",
"ngx-toastr": "^16.0.2",
"ngx-webstorage-service": "^5.0.0",
"ramda": "^0.28.0",
"rxjs": "^7.4.0",
"zone.js": "^0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.10",
"@angular-eslint/builder": "^17.2.0",
"@angular-eslint/eslint-plugin": "^17.2.0",
"@angular-eslint/eslint-plugin-template": "^17.2.0",
"@angular-eslint/schematics": "^17.2.0",
"@angular-eslint/template-parser": "^17.2.0",
"@angular/cli": "^17.0.10",
"@angular/compiler-cli": "^17.0.9",
"@types/ckeditor": "^4.9.10",
"@types/file-saver-es": "^2.0.1",
"@types/jasmine": "^3.10.0",
"@types/luxon": "^3.1.0",
"@types/mathjax": "^0.0.37",
"@types/ramda": "^0.28.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"karma": "^6.3.0",
"lefthook": "^1.6.1",
"prettier": "^3.0.0",
"prettier-plugin-java": "^2.5.0",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "~5.3.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}