-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
128 lines (128 loc) · 4.55 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
{
"name": "hslayers-examples",
"private": false,
"version": "0.5.5",
"description": "Hslayers-ng examples",
"repository": "git+ssh://[email protected]:hslayers/examples.git",
"license": "MIT",
"scripts": {
"postinstall": "",
"prestart": "npm install",
"build-all": "npm run build-full && npm run build-cesium && npm run build-datasources && npm run build-routing && npm run build-clustering && npm run build-vector-tiles && npm run build-olu-spoi",
"serve-full": "ng serve full --disable-host-check",
"build-full": "ng build full --configuration production",
"serve-cesium": "ng serve cesium --disable-host-check",
"build-cesium": "ng build cesium --configuration production",
"serve-datasources": "ng serve datasources --disable-host-check",
"build-datasources": "ng build datasources --configuration production",
"serve-routing": "ng serve routing",
"build-routing": "ng build routing --configuration production",
"serve-clustering": "ng serve clustering",
"build-clustering": "ng build clustering --configuration production",
"serve-vector-tiles": "ng serve vector-tiles",
"build-vector-tiles": "ng build vector-tiles --configuration production",
"serve-olu-spoi": "ng serve olu-spoi",
"build-olu-spoi": "ng build olu-spoi --configuration production",
"start": "live-server",
"pretest": "npm install",
"start-server": "npm explore hslayers-server -- npm start",
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js"
},
"dependencies": {
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/localize": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.1.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.3.0",
"cesium": "^1.119.0",
"colormap": "^2.3.2",
"d3": "^7.9.0",
"dayjs": "^1.11.0",
"deepmerge": "^4.3.0",
"geostyler-legend": "^4.0.0",
"geostyler-openlayers-parser": "^4.3.0",
"geostyler-qgis-parser": "^2.0.1",
"geostyler-sld-parser": "^5.3.0",
"geostyler-style": "^8.1.0",
"hslayers-cesium": "^14.1.0",
"hslayers-cesium-app": "^14.1.0",
"hslayers-ng": "^14.1.0",
"hslayers-ng-app": "^14.1.0",
"hslayers-server": "^2.0.0",
"jszip": "^3.10.0",
"moment": "^2.29.4",
"moment-interval": "^0.2.1",
"ngx-color": "^9.0.0",
"ngx-cookie-service": "^18.0.0",
"ol": "^9.2.0",
"ol-ext": "^4.0.0",
"ol-popup": "^5.0.0",
"polygon-clipping": "^0.15.3",
"polygon-splitter": "^0.0.11",
"proj4": "^2.11.0",
"queue": "^7.0.0",
"resumablejs": "^1.1.0",
"rxjs": "^7.8.0",
"share-api-polyfill": "^1.1.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.4",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "~18.1.0",
"@babel/core": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"babel-loader": "^8.0.6",
"babel-plugin-angularjs-annotate": "^0.10.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-openlayers": "14.0.0",
"eslint-plugin-import": "^2.20.2",
"extract-loader": "^5.0.1",
"file-loader": "^6.0.0",
"html-loader": "^4.0.0",
"html-webpack-plugin": "^4.0.0",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^1.2.0",
"ng-annotate-loader": "^0.7.0",
"ng-cache-loader": "0.0.26",
"postcss-prefix-selector": "^1.7.2",
"sass": "^1.49.7",
"sass-loader": "^13.0.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.0.0",
"typescript": "~5.5.0",
"url-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
},
"browser": {
"fs": false,
"http": false,
"https": false,
"path": false,
"url": false,
"zlib": false
}
}