-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.53 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.53 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "search-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start_local_asf": "ng serve --port 4447 --ssl true --host local.asf.alaska.edu",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "eslint -c eslint.config.js src",
"e2e": "ng e2e",
"check:i18n": "node scripts/check-i18n.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.9",
"@angular/cdk": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/compiler-cli": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/material": "^21.2.7",
"@angular/material-moment-adapter": "^21.2.1",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-browser-dynamic": "^21.2.9",
"@angular/router": "^21.2.9",
"@babel/core": "^7.14.2",
"@formatjs/intl-displaynames": "^6.2.6",
"@fortawesome/angular-fontawesome": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@ngrx/component-store": "^21.0.1",
"@ngrx/effects": "^21.0.1",
"@ngrx/entity": "^21.0.1",
"@ngrx/operators": "^21.0.1",
"@ngrx/router-store": "^21.0.1",
"@ngrx/store": "^21.0.1",
"@ngrx/store-devtools": "^21.0.1",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@types/arcgis-rest-api": "^10.4.5",
"@types/d3": "^7.1.0",
"@types/topojson": "^3.2.3",
"@types/ua-parser-js": "^0.7.36",
"@types/wnumb": "^1.2.0",
"@types/xml2js": "^0.4.8",
"@yellowspot/ng-truncate": "^2.0.0",
"angular-resizable-element": "^5.0.0",
"braces": "^3.0.2",
"buffer": "^6.0.3",
"cookieconsent": "^3.1.1",
"core-js": "^3.12.1",
"d3": "^7.4.4",
"deep-extend": "^0.6.0",
"file-saver": "^2.0.5",
"flex-layout-sass": "^1.0.8",
"glob": "^13.0.6",
"globby": "^13.1.1",
"install": "^0.13.0",
"intl": "^1.2.5",
"jwt-decode": "^2.2.0",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"ngx-clipboard": "^15.0.0",
"ngx-cookie-service": "^21.1.0",
"ngx-cookieconsent": "^4.0.1",
"ngx-csv-parser": "^1.3.1",
"ngx-toastr": "^19.0.0",
"nouislider": "^15.6.1",
"ol": "^7.4.0",
"popper.js": "^1.16.1",
"postcss": "^8.3.4",
"prismjs": "^1.28.0",
"proj4": "^2.7.2",
"rxjs": "^7.5.5",
"sass": "^1.32.12",
"stream": "0.0.2",
"streamsaver": "^2.0.5",
"subsink": "^1.0.2",
"timers": "^0.1.1",
"tippy.js": "^5.2.1",
"tslib": "^2.2.0",
"typescript": "~5.9.3",
"ua-parser-js": "^0.7.28",
"uuid": "^7.0.3",
"webpack": "^5.72.1",
"wnumb": "^1.2.0",
"xml2js": "^0.5.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^21.2.7",
"@angular/language-service": "^21.2.9",
"@ngrx/schematics": "^21.0.1",
"@playwright/test": "1.59.1",
"@vitest/coverage-v8": "^4.0.17",
"angular-eslint": "21.3.1",
"csv-parse": "^6.2.1",
"esbuild": "^0.28.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jsdom": "^27.4.0",
"playwright-ng-schematics": "21.0.3",
"prettier": "3.6.2",
"stylelint": "^17.4.0",
"stylelint-config-standard": "^19.0.0",
"ts-node": "^8.10.2",
"typescript-eslint": "8.40.0",
"vitest": "^4.0.17"
}
}