-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
161 lines (161 loc) · 6.46 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "hslayers-workspace",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "node projects/hslayers/prebuild.js",
"build": "ng build hslayers --configuration production",
"prebuild-app-bs": "echo '⚠️ Building with Bootstrap... ⚠️'",
"prebuild-app": "echo '⚠️ Building WITHOUT Bootstrap... ⚠️'",
"build-app": "ng build hslayers-app --configuration without-bootstrap",
"build-app-bs": "ng build hslayers-app --configuration bootstrap",
"build-cesium": "ng build hslayers-cesium --configuration production",
"build-cesium-app": "ng build hslayers-cesium-app --configuration production",
"build-decoupling-app": "ng build decoupling-test-app --configuration production",
"build-sensors": "ng build hslayers-sensors --configuration production",
"prebuild-watch": "node projects/hslayers/prebuild.js",
"postbuild": "npm run build-css && npm run build-css-colors && npm run build-css-wo-bootstrap",
"build-css": "npx sass --load-path=node_modules projects/hslayers/css/hslayers-ng.scss dist/hslayers/css/hslayers-ng.css",
"build-css-wo-bootstrap": "node projects/hslayers/css/hslayers-wo-bootstrap.js",
"build-css-colors": "npx sass --load-path=node_modules projects/hslayers/css/hslayers-colors.scss dist/hslayers/css/hslayers-ng-colors.css",
"start-test-app": "ng serve test-app --hmr",
"start-decoupling-test-app": "ng serve decoupling-test-app --hmr",
"start-cesium-test-app": "ng serve cesium-test-app --hmr",
"build-watch": "ng build hslayers --watch",
"find-circular": "npx madge --circular --extensions ts ./projects/hslayers/",
"test": "ng test hslayers --browsers=ChromeHeadless",
"test:ci": "ng test hslayers --browsers=ChromeHeadlessNoSandbox",
"test-server": "cd ./projects/hslayers-server && npm test",
"lint": "eslint --ignore-path .gitignore --fix-dry-run ./",
"lint-stats": "eslint --ignore-path .gitignore --format node_modules/eslint-stats/byErrorAndWarning.js ./",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"doc-hs": "cd ./projects/hslayers && npx compodoc -c .compodocrc.json -t",
"doc-cesium": "cd ./projects/hslayers-cesium && npx compodoc -c .compodocrc.json -t",
"doc-sensors": "cd ./projects/hslayers-sensors && npx compodoc -c .compodocrc.json -t",
"doc": "npm run doc-hs && npm run doc-cesium && npm run doc-sensors && node scripts/gen-doc.js",
"generate-changelog": "standard-changelog",
"commit-log": "git log --pretty=format:\"+ %as %s (%H)\" c738091dd004550a4e2fb0e188d0baaf488a1020..aaad3ddad24cac4879b56a217b2e46f42391b4cd > changelog.md",
"commit": "git-cz",
"deps-graph": "madge --exclude '.*(layer-extensions)\\.ts$' --dot projects/decoupling-test-app/src/hslayers-app/hslayers-app.module.ts > graph.gv",
"proxy": "cd ./projects/hslayers-server && node server.js -l",
"prepare-release": "cd ./scripts && bump-version.sh"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.10",
"@angular/cdk": "^18.2.11",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/localize": "^18.2.10",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.7",
"big.js": "^6.2.2",
"bootstrap": "^5.3.3",
"cesium": "^1.123.0",
"colormap": "^2.3.2",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"deepmerge": "^4.3.1",
"geostyler-legend": "^5.0.0",
"geostyler-openlayers-parser": "^5.0.0",
"geostyler-qgis-parser": "^3.0.0",
"geostyler-sld-parser": "^7.0.0",
"geostyler-style": "^9.1.0",
"jszip": "^3.10.1",
"ngx-color": "^9.0.0",
"ngx-cookie-service": "^18.0.0",
"ol": "^10.2.1",
"ol-ext": "^4.0.24",
"ol-popup": "^4.0.0, ^5.0.0",
"papaparse": "^5",
"passport-oauth2-middleware": "^1.0.3",
"polygon-clipping": "^0.15.7",
"polygon-splitter": "^0.0.11",
"proj4": "^2.14.0",
"queue": "^7.0.0",
"resumablejs": "^1.1.0",
"rxjs": "^7.8.1",
"share-api-polyfill": "^1.1.1",
"tslib": "^2.8.1",
"vega": "5.25.0",
"vega-embed": "6.27.0",
"vega-lite": "~5.21.0",
"xml-js": "^1.6.11",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^18.2.11",
"@angular-devkit/schematics": "^18.2.11",
"@angular-eslint/builder": "^18.4.0",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@compodoc/compodoc": "^1.1.26",
"@cypress/schematic": "^2.5.2",
"@frsource/cypress-plugin-visual-regression-diff": "^3.2.14",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "~2.0.12",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"cypress": "~13.15.2",
"cypress-real-events": "^1.13.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-openlayers": "14.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-stats": "^1.0.1",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"puppeteer": "^23.7.0",
"sass": "^1.80.6",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog",
"disableSubjectLowerCase": true
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"subject-case": "sentence-case"
}
},
"browser": {
"timers": false,
"buffer": false,
"path-browserify": false,
"path": false,
"fs": false
}
}