-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.7 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.7 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
{
"name": "@giscience/dashboard",
"version": "2.0.3",
"license": "GPL-3.0-only",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development-en",
"start:en": "ng serve --configuration=development-en",
"start:de": "ng serve --configuration=development-de",
"build:prod": "ng build --configuration=production && cp src/redirect-locale.html dist/index.html",
"build:test": "ng build --configuration=test && cp src/redirect-locale.html dist/index.html",
"build-idai": "ng build --configuration=idai && cp src/redirect-locale.html dist/index.html",
"test": "ng test --ui",
"test:coverage": "ng test --configuration=coverage",
"test:ci": "ng test --configuration=ci",
"test:ci-node26fix": "NODE_OPTIONS=--no-webstorage ng test --configuration=ci",
"test:chrome": "ng test --browsers=chrome",
"test:chrome-headless": "ng test --browsers=chromeHeadless --watch=false",
"test:integration": "ng test --configuration=integration",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"extract-i18n": " ng extract-i18n --format json --output-path src/locale --out-file messages-source.en.json",
"e2e": "ng e2e",
"create-ohsome-api-v2-types": "npx openapi-typescript https://api.heigit.org/ohsome-api-staging/v2/openapi.json -o src/app/ohsomeapi/ohsome-api-v2-types.d.ts"
},
"dependencies": {
"@angular/common": "^22.1.4",
"@angular/core": "^22.1.4",
"@angular/forms": "^22.1.4",
"@angular/localize": "~22.1.4",
"@angular/platform-browser": "^22.1.4",
"@angular/router": "^22.1.4",
"@geoman-io/leaflet-geoman-free": "^2.19.3",
"@giscience/ohsome-js-utils": "^0.6.5",
"@turf/area": "^7.3.5",
"@turf/bbox": "^7.3.5",
"@turf/bbox-polygon": "^7.3.5",
"@turf/boolean-point-in-polygon": "^7.3.5",
"@turf/centroid": "^7.3.5",
"@turf/envelope": "^7.3.5",
"@turf/helpers": "^7.3.5",
"@turf/invariant": "^7.3.5",
"@turf/mask": "^7.3.5",
"@turf/meta": "^7.3.5",
"@turf/projection": "^7.3.5",
"@turf/truncate": "^7.3.5",
"@turf/union": "^7.3.5",
"appwrite": "~24.0.0",
"fast-deep-equal": "^3.1.3",
"html-to-image": "^1.11.13",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"ngx-pipes": "^3.2.0",
"papaparse": "^5.5.4",
"plotly.js-dist-min": "^3.6.0",
"prism-code-editor": "^3.4.0",
"prismjs": "^1.30.0",
"rxjs": "^7.8.2",
"semantic-ui-calendar": "^0.0.8",
"tabulator-tables": "^6.5.1",
"tslib": "^2.5.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-eslint/builder": "^22.2.0",
"@angular-eslint/schematics": "22.2.0",
"@angular/build": "^22.1.6",
"@angular/cli": "^22.1.6",
"@angular/compiler": "^22.1.4",
"@angular/compiler-cli": "^22.1.4",
"@eslint/js": "^10.0.1",
"@standard-schema/spec": "^1.0.0",
"@types/geojson": "7946.0.16",
"@types/jquery": "^4.0.1",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.1.0",
"@types/papaparse": "^5.5.2",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/prismjs": "^1.26.5",
"@types/tabulator-tables": "^6.3.4",
"@vitest/browser-webdriverio": "^4.1.9",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"angular-eslint": "^22.2.0",
"baseline-browser-mapping": "^2.10.38",
"eslint": "^10.5.0",
"jsdom": "^29.1.1",
"ts-node": "~10.9.2",
"typescript": "~6.0.3",
"typescript-eslint": "^8.62.0",
"vitest": "^4.1.9",
"webdriverio": "^9.29.0"
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"edgedriver@6.3.0": true,
"esbuild@0.28.1": true,
"esbuild@0.27.7": true,
"geckodriver@6.1.0": true,
"lmdb@3.5.4": true,
"msgpackr-extract@3.0.4": true
}
}