-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.71 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
{
"name": "@giscience/dashboard",
"version": "1.4.0",
"license": "GPL-3.0-only",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:prod": "ng build --configuration=production",
"build:test": "ng build --configuration=test",
"build-idai": "ng build --configuration=idai",
"test": "ng test",
"test:coverage": "ng test --code-coverage --watch=false",
"test-chrome": "ng test --browsers=Chrome",
"test-chromium": "ng test --browsers=Chromium",
"test-chromium-headless": "ng test --browsers=ChromiumHeadless --watch=false",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@geoman-io/leaflet-geoman-free": "^2.17.0",
"@giscience/ohsome-js-utils": "^0.6.5",
"@turf/area": "7.1.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/centroid": "7.1.0",
"@turf/envelope": "7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@turf/mask": "7.1.0",
"@turf/meta": "^7.1.0",
"@turf/union": "^7.1.0",
"chart.js": "^2.7.1",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"ngx-pipes": "^3.2.0",
"plotly.js-dist-min": "^2.35.2",
"prismjs": "^1.29.0",
"reproject": "^1.2.7",
"rxjs": "^7.8.0",
"semantic-ui-calendar": "^0.0.8",
"tslib": "^2.5.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "18.4.1",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/schematics": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@types/chart.js": "^2.9.39",
"@types/geojson": "7946.0.14",
"@types/jasmine": "~4.3.0",
"@types/leaflet": "^1.9.4",
"@types/node": "~18.14.1",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/prismjs": "^1.26.5",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-unused-imports": "^4.1.4",
"jasmine-core": "~4.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.5"
}
}