-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.63 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.63 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
77
78
79
80
81
82
83
84
85
{
"name": "base-app",
"version": "0.0.0",
"license": "Apache-2.0",
"packageManager": "yarn@4.12.0",
"engines": {
"node": ">=22.0.0 <23.0.0",
"npm": "please-use-yarn",
"yarn": ">=4.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production",
"test": "ng test --watch=true",
"test-ci": "ng test --watch=false",
"tests": "echo 'Test suite should be run with \"`npm run test` or npm `run test-ci`\"'",
"lint": "ng lint --format=stylish",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.0",
"@angular/cdk": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/localize": "^21.0.0",
"@angular/material": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/router": "^21.0.0",
"@ctrl/tinycolor": "^4.1.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@ng-select/ng-select": "^21.1.0",
"@popperjs/core": "^2.11.8",
"@tinymce/tinymce-angular": "^9.0.0",
"analytics": "^0.8.14",
"bootstrap": "^5.3.7",
"jszip": "^3.10.1",
"keycloak-angular": "^21.0.0",
"keycloak-js": "^26.0.0",
"luxon": "^3.7.2",
"mygovbc-bootstrap-theme": "~0.4.1",
"ng-zorro-antd": "^21.0.0",
"rxjs": "^7.8.2",
"tinymce": "^5.10.9",
"tslib": "^2.0.0",
"web-animations-js": "^2.3.2",
"xlsx": "^0.18.5",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/core": "^21.0.0",
"@angular-devkit/schematics": "^21.0.0",
"@angular-eslint/builder": "^21.0.0",
"@angular-eslint/eslint-plugin": "^21.0.0",
"@angular-eslint/eslint-plugin-template": "^21.0.0",
"@angular-eslint/schematics": "^21.0.0",
"@angular-eslint/template-parser": "^21.0.0",
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@types/jasmine": "~3.10.0",
"@types/jest": "^27.0.3",
"@types/luxon": "^3.7.1",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@typescript-eslint/types": "^8.37.0",
"@typescript-eslint/utils": "^8.37.0",
"eslint": "^9.30.1",
"jasmine-core": "~5.8.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "~2.0.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"puppeteer": "^24.11.2",
"typescript": "~5.9.0",
"vite": "^7.0.8"
}
}