-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.25 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.25 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
{
"name": "openalprwebhookprocessor.client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "run-script-os",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:prod": "ng test --browsers=ChromeHeadlessPuppeteer --watch=false --code-coverage",
"prestart": "node aspnetcore-https",
"lint": "node scripts/smart-lint.js",
"lint:fix": "node scripts/smart-lint.js --fix",
"e2e": "ng e2e",
"start:windows": "ng serve --ssl --ssl-cert \"%APPDATA%\\ASP.NET\\https\\%npm_package_name%.pem\" --ssl-key \"%APPDATA%\\ASP.NET\\https\\%npm_package_name%.key\" --host=127.0.0.1",
"start:default": "ng serve --ssl --ssl-cert \"$HOME/.aspnet/https/${npm_package_name}.pem\" --ssl-key \"$HOME/.aspnet/https/${npm_package_name}.key\" --host=127.0.0.1"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.1",
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.1",
"@angular/compiler": "^21.2.1",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.2.1",
"@angular/material": "^21.2.1",
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@angular/service-worker": "^21.2.1",
"@microsoft/signalr": "^10.0.0",
"chart.js": "^4.5.1",
"lean-qr": "^2.6.0",
"ngx-highlightjs": "^14.0.1",
"ngx-lightbox": "^3.0.0",
"run-script-os": "^1.1.6",
"rxjs": "~7.8.2",
"tslib": "^2.3.0",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular/build": "^21.2.1",
"@angular/cli": "^21.2.1",
"@angular/compiler-cli": "^21.2.1",
"@angular/localize": "^21.2.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/jasmine": "~6.0.0",
"@types/node": "^25.3.0",
"@types/qrcode": "^1.5.6",
"@angular-eslint/builder": "^21.3.0",
"angular-eslint": "^21.3.0",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"jasmine-core": "~6.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"less": "^4.4.2",
"puppeteer": "^24.38.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1"
}
}