generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.24 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
{
"name": "fom-admin",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start:admin": "ng serve --configuration development --host=0.0.0.0",
"build:admin": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@auth0/angular-jwt": "^5.1.0",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@rxweb/reactive-form-validators": "~13.0.0",
"@types/file-saver-es": "^2.0.3",
"@types/luxon": "^3.4.2",
"amazon-cognito-identity-js": "^6.3.12",
"aws-amplify": "^6.12.0",
"bootstrap": "~5.3.0",
"file-saver-es": "^2.0.5",
"jquery": "^3.6.0",
"leaflet": "~1.9.0",
"leaflet.markercluster": "~1.5.3",
"luxon": "^3.5.0",
"ngx-bootstrap": "^12.0.0",
"ngx-dropzone": "^3.1.0",
"remeda": "^2.19.0",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1703.11",
"@angular-devkit/build-angular": "^17.3.11",
"@angular-devkit/core": "^17.3.11",
"@angular-eslint/builder": "~17.5.3",
"@angular-eslint/eslint-plugin": "~17.5.3",
"@angular-eslint/eslint-plugin-template": "~17.5.3",
"@angular-eslint/schematics": "~17.5.3",
"@angular-eslint/template-parser": "~17.5.3",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"@types/jest": "^29.0.0",
"@types/leaflet": "~1.9.0",
"@types/leaflet.markercluster": "~1.5.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"jest": "^29.5.0",
"jest-preset-angular": "^14.0.0",
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "^5.4.5"
},
"overrides": {
"micromatch@<4.0.8": "4.0.8"
}
}