-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
114 lines (114 loc) · 3.65 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
{
"name": "gis",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:docker": "ng serve --host=0.0.0.0 --poll=2000",
"build": "ng build --configuration production --localize --source-map",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"start:en": "ng serve -c en",
"start:de": "ng serve -c de",
"extract-i18n": "ng extract-i18n gis --format xlf2 --output-path src/i18n && xliffmerge --profile xliffmerge.json",
"postinstall": "cd ../../ && husky install && husky set .husky/pre-commit \"cd ./Frontend/gis && npx lint-staged\""
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.12",
"@angular/cdk": "17.3.10",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "17.3.12",
"@angular/localize": "17.3.12",
"@angular/material": "17.3.10",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@sentry/browser": "7.120.2",
"@sentry/tracing": "7.114.0",
"core-js": "3.39.0",
"cron": "2.4.4",
"css-element-queries": "1.2.3",
"d3": "7.9.0",
"es5-shim": "4.6.7",
"es6-shim": "0.35.8",
"file-saver": "2.0.5",
"html2canvas": "1.4.1",
"json-url": "3.1.0",
"leaflet": "github:dbvis-ukon/Leaflet#aa2095232c4c0b5b2f5435f1594084c1f97a7b90",
"lodash-es": "4.17.21",
"luxon": "3.4.4",
"marked": "14.1.4",
"ng2-nouislider": "2.0.0",
"ngx-markdown": "17.2.1",
"nouislider": "15.8.1",
"quadtree-lib": "1.0.9",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"vega": "5.30.0",
"vega-embed": "6.29.0",
"vega-lite": "5.23.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/build-angular": "17.3.11",
"@angular-eslint/builder": "17.5.3",
"@angular-eslint/eslint-plugin": "17.5.3",
"@angular-eslint/eslint-plugin-template": "17.5.3",
"@angular-eslint/schematics": "17.5.3",
"@angular-eslint/template-parser": "17.5.3",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@angular/language-service": "17.3.12",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.26.0",
"@types/cron": "2.4.3",
"@types/d3": "7.4.3",
"@types/file-saver": "2.0.7",
"@types/geojson": "7946.0.15",
"@types/jasmine": "5.1.5",
"@types/jasminewd2": "2.0.13",
"@types/leaflet": "1.9.15",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.3.5",
"@types/marked": "6.0.0",
"@types/mapbox-gl-leaflet": "0.0.4",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"ajv-formats": "3.0.1",
"are-you-es5": "2.1.2",
"babel-loader": "9.2.1",
"eslint": "^8.53.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"husky": "8.0.3",
"jasmine-core": "5.5.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"lint-staged": "15.2.11",
"ngx-i18nsupport": "0.17.1",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"webpack": "5.97.1"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,html}": [
"eslint --fix"
]
},
"packageManager": "yarn@1.22.22"
}