-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
134 lines (134 loc) · 5.31 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
127
128
129
130
131
132
133
134
{
"name": "helgoland-toolbox",
"version": "17.0.0",
"description": "Helgoland toolbox",
"license": "Apache-2.0",
"keywords": [
"helgoland",
"angular",
"webpack",
"typescript"
],
"author": {
"name": "Jan Schulte"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/52North/helgoland-toolbox.git"
},
"bugs": {
"url": "https://github.com/52North/helgoland-toolbox/issues"
},
"homepage": "https://github.com/52North/helgoland-toolbox#readme",
"workspaces": [
"projects/**"
],
"scripts": {
"compodoc": "./node_modules/.bin/compodoc projects -p tsconfig.doc.json --includes docs",
"build:timeseries": "ng build helgoland-timeseries",
"build:trajectories": "ng build helgoland-trajectories",
"lib:build": "npm run lib:bumpVersion && npm run update-versions && ./node_modules/ts-node/dist/bin.js --skip-project scripts/build.ts",
"lib:pack": "./node_modules/ts-node/dist/bin.js --skip-project scripts/pack.ts",
"lib:bumpVersion": "./node_modules/ts-node/dist/bin.js --skip-project scripts/bumpVersions.ts",
"lib:test": "./node_modules/ts-node/dist/bin.js --skip-project scripts/test.ts",
"lib:publish": "./node_modules/ts-node/dist/bin.js --skip-project scripts/publish.ts",
"lint": "ng lint",
"license-report": "license-report --output=json --config license/license-report-config.json > license/license-report.json && tablemark license/license-report.json > license/license-report.md && rm license/license-report.json",
"ng": "ng",
"start": "ng serve helgoland-timeseries",
"prestart": "npm run versions-script",
"test": "rimraf dist && ng test --watch=false",
"watch": "ng build --watch --configuration development",
"versions-script": "node scripts/git.version.js",
"preversion": "npm run license-report && ng lint",
"version": "npm run lib:build && git add -A .",
"postversion": "git push && git push --tags && npm run lib:publish",
"bundle-war": "node scripts/bundle-war.js",
"i18n": "npm run i18n:extract:common && npm run i18n:extract:timeseries && npm run i18n:extract:trajectories",
"i18n:extract:common": "ngx-translate-extract --input ./projects/helgoland-common/src --output ./projects/helgoland-common/src/i18n/*.json --clean --format --sort",
"i18n:extract:timeseries": "ngx-translate-extract --input ./projects/helgoland-timeseries/src --output ./projects/helgoland-timeseries/src/assets/i18n/*.json --clean --format --sort",
"i18n:extract:trajectories": "ngx-translate-extract --input ./projects/helgoland-trajectories/src --output ./projects/helgoland-trajectories/src/assets/i18n/*.json --clean --format --sort",
"list-versions": "syncpack list-mismatches",
"update-versions": "syncpack fix-mismatches"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.5",
"@angular/cdk": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/material": "^17.3.5",
"@angular/material-moment-adapter": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/router": "^17.3.5",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"bootstrap-slider": "^11.0.2",
"class-transformer": "^0.4.0",
"d3": "^7.8.5",
"d3-delaunay": "^6.0.4",
"jquery": "^3.6.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"material-icons": "^1.13.12",
"moment": "^2.29.4",
"moment-timezone": "^0.5.39",
"ngx-clipboard": "^15.1.0",
"ngx-color-picker": "^13.0.0",
"ol": "^6.4.3",
"roboto-fontface": "^0.10.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typescript-logging": "^0.6.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@compodoc/compodoc": "^1.1.19",
"@types/d3": "^7.4.0",
"@types/d3-delaunay": "^6.0.1",
"@types/geojson": "^7946.0.10",
"@types/jasmine": "^4.3.0",
"@types/jsonfile": "^6.1.0",
"@types/leaflet": "^1.9.3",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.197",
"@types/node": "^12.20.15",
"@types/ol": "^5.3.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vendure/ngx-translate-extract": "^9.0.0",
"archiver": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"license-report": "^6.3.0",
"ng-packagr": "^17.0.2",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"syncpack": "11.2.1",
"tablemark-cli": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}