-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
126 lines (126 loc) · 3.88 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
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
118
119
120
121
122
123
124
125
126
{
"name": "search-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "eslint -c .eslintrc.js --ext .ts src",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^17.0.9",
"@angular/animations": "^17.0.8",
"@angular/cdk": "^17.1.1",
"@angular/cli": "^17.0.9",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/material": "^17.1.1",
"@angular/material-moment-adapter": "^17.1.1",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@babel/core": "^7.14.2",
"@formatjs/intl-displaynames": "^6.2.6",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.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",
"ajv": "^6.12.6",
"angular-resizable-element": "^5.0.0",
"braces": "^3.0.2",
"cookieconsent": "^3.1.1",
"core-js": "^3.12.1",
"css-loader": "^3.6.0",
"d3": "^7.4.4",
"deep-extend": "^0.6.0",
"file-saver": "^2.0.5",
"flex-layout-sass": "^1.0.8",
"glob": "^7.1.7",
"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": "^17.0.1",
"ngx-cookieconsent": "^4.0.1",
"ngx-csv-parser": "^1.3.1",
"ngx-toastr": "^17.0.2",
"nouislider": "^15.6.1",
"npm": "^8.11.0",
"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.2.2",
"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.14.2"
},
"devDependencies": {
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/language-service": "^17.0.8",
"@bartholomej/ngx-translate-extract": "^8.0.2",
"@ngrx/schematics": "^16.3.0",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.20.12",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"esbuild": "0.20.0",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.4.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^42.0.0",
"jasmine-core": "~3.8.0",
"jasmine-marbles": "^0.9.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"nyc": "^15.1.0",
"protractor": "~7.0.0",
"puppeteer": "^14.1.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^19.0.0",
"ts-node": "^8.10.2"
}
}