forked from epos-eu/data-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.74 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
{
"name": "epos",
"version": "OpenSource",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "ng lint",
"test": "ng lint && ng test --watch=false && ng e2e",
"e2e": "ng e2e",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e-run": "ng run epos:cypress-run --browser chrome --configuration production --headless",
"ci-pipeline-e2e": "ng run epos:cypress-run --browser chrome",
"build-prod": "ng build --configuration production --extract-css=false"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^8.0.0",
"@angular-material-components/moment-adapter": "^8.0.0",
"@angular/animations": "14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/core": "14.3.0",
"@angular/forms": "14.3.0",
"@angular/material": "^14.2.7",
"@angular/material-moment-adapter": "^14.2.7",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@cypress/schematic": "^2.5.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@turf/turf": "^6.5.0",
"angular-oauth2-oidc": "^10.0.3",
"angular-oauth2-oidc-jwks": "^15.0.1",
"angular-plotly.js": "^4.0.4",
"angular-resizable-element": "^6.0.2",
"core-js": "^3.31.1",
"daterangepicker": "^3.1.0",
"driver.js": "^0.9.8",
"esri-leaflet": "^3.0.10",
"esri-leaflet-geocoder": "^3.1.4",
"esri-leaflet-vector": "^4.1.0",
"file-saver": "^2.0.5",
"geojson": "^0.5.0",
"jquery": "^3.7.0",
"jquery-ui-dist": "^1.13.2",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^7.2.0",
"leaflet": "^1.9.4",
"leaflet-draw": "^0.4.14",
"leaflet-mouse-position": "^1.2.0",
"leaflet-wfst": "^2.0.1-beta.27",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"material-community-components": "^13.0.0",
"mime": "^3.0.0",
"moment-es6": "^1.0.0",
"ngx-papaparse": "^8.0.0",
"plotly.js": "^2.24.3",
"proj4js": "^10.0.0",
"rxjs": "^7.8.1",
"ts-keycode-enum": "^1.0.6",
"tslib": "^2.6.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.12",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "^14.2.12",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "14.3.0",
"@compodoc/compodoc": "^1.1.11",
"@types/daterangepicker": "^3.1.5",
"@types/esri-leaflet": "^2.1.9",
"@types/esri-leaflet-geocoder": "^2.2.3",
"@types/geojson": "^7946.0.10",
"@types/jasmine": "~4.3.5",
"@types/jasminewd2": "^2.0.10",
"@types/jquery": "^3.5.16",
"@types/jsonpath": "0.2.0",
"@types/leaflet": "^1.9.3",
"@types/leaflet-draw": "^1.0.7",
"@types/leaflet-mouse-position": "^1.2.1",
"@types/leaflet.heat": "^0.2.1",
"@types/leaflet.markercluster": "^1.5.1",
"@types/mime": "^3.0.1",
"@types/node": "^20.4.2",
"@types/plotly.js": "^2.12.24",
"@types/proj4": "^2.5.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"angular-ide": "^0.9.77",
"cypress": "12.17.1",
"eslint": "^8.23.0",
"eslint-plugin-angular": "4.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prefer-arrow": "1.2.3",
"http-status-codes": "^2.2.0",
"jasmine-core": "~5.0.1",
"jasmine-spec-reporter": "~7.0.0",
"raw-loader": "^4.0.2",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.1",
"typescript": "4.6.4"
}
}