-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.17 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.17 KB
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
{
"name": "citizenos-fe",
"version": "1.3.11",
"scripts": {
"dev": "node ./prebuild.js && ng serve --host",
"ng": "ng",
"start": "node ./prebuildDist.js && node ./index.js",
"build": "node ./prebuild.js && ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.4",
"@angular/cdk": "^20.0.3",
"@angular/common": "^20.0.4",
"@angular/compiler": "^20.0.4",
"@angular/core": "^20.0.4",
"@angular/forms": "^20.0.4",
"@angular/platform-browser": "^20.0.4",
"@angular/platform-browser-dynamic": "^20.0.4",
"@angular/router": "^20.0.4",
"@ngx-loading-bar/core": "^7.0.0",
"@ngx-loading-bar/http-client": "^7.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@web-eid/web-eid-library": "^2.0.2",
"angularx-qrcode": "^20.0.0",
"autolinker": "^4.0.0",
"config": "^4.0.0",
"easymde": "^2.16.1",
"express": "^4.21.2",
"express-csp-header": "^6.1.0",
"fast-json-patch": "^3.1.1",
"hwcrypto-js": "0.0.13",
"lodash": "4.17.21",
"marked": "^15.0.12",
"moment": "^2.30.1",
"ngx-cookie-service": "^20.0.1",
"ngx-linky": "^4.0.0",
"ngx-moment": "^6.0.2",
"ngx-translate-debug": "^0.1.4",
"prerender-node": "3.8.0",
"rxjs": "~7.8.0",
"sass": "^1.80.4",
"timers": "^0.1.1",
"tslib": "^2.6.3",
"validator": "^13.12.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.3",
"@angular/cli": "^20.0.3",
"@angular/compiler-cli": "^20.0.4",
"@types/gulp": "^4.0.17",
"@types/jasmine": "~5.1.4",
"@types/marked": "^5.0.0",
"@types/node": "^24.0.3",
"gulp": "^5.0.1",
"jasmine-core": "^5.8.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ngx-unused-css": "^4.0.0-1",
"typescript": "~5.8.3"
},
"browser": {
"hwcrypto-js": true
},
"engines": {
"node": "20.19.0",
"npm": "10.8.2"
}
}