-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.34 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.34 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": "parks-reso-admin",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test-ci": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
"lint": "ng lint --format=stylish"
},
"pre-push": [
"lint"
],
"private": true,
"dependencies": {
"@angular/animations": "^19.2.18",
"@angular/common": "^19.2.18",
"@angular/compiler": "^19.2.20",
"@angular/core": "^19.2.20",
"@angular/forms": "^19.2.18",
"@angular/platform-browser": "^19.2.18",
"@angular/platform-browser-dynamic": "^19.2.18",
"@angular/router": "^19.2.18",
"@digitalspace/bcparks-bootstrap-theme": "^1.4.6",
"@digitalspace/browser": "^0.1.2",
"@digitalspace/ngx-scanner": "^3.8.2",
"@ng-bootstrap/ng-bootstrap": "^17",
"@ng-select/ng-select": "^13",
"@popperjs/core": "^2.11.8",
"@tinymce/tinymce-angular": "^7.0.0",
"@zxing/library": "^0.19.1",
"bootstrap-icons": "^1.11.2",
"chart.js": "^4.3.0",
"guid-typescript": "^1.0.9",
"jquery": "^3.6.0",
"keycloak-angular": "^16",
"keycloak-js": "^25.0.6",
"luxon": "^3.2.1",
"moment": "^2.29.4",
"ngx-bootstrap": "^18",
"ngx-toastr": "^16.0.1",
"rxjs": "^7.6.0",
"tinymce": "^7.2.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.1",
"@angular-eslint/builder": "19.2.0",
"@angular-eslint/eslint-plugin": "19.2.0",
"@angular-eslint/eslint-plugin-template": "19.2.0",
"@angular-eslint/schematics": "19.2.0",
"@angular-eslint/template-parser": "19.2.0",
"@angular/cli": "^19.2.1",
"@angular/compiler-cli": "^19.2.18",
"@angular/localize": "^19.2.18",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/types": "^8.26.0",
"@typescript-eslint/utils": "^8.26.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"eslint": "^8.56.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.5.4",
"vite": "^4"
}
}