-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "geoserver-geostyler-module",
"version": "1.3.3",
"description": "GeoStyler - GeoServer integration",
"author": "terrestris GmbH & Co. KG <info@terrestris.de>",
"contributors": [
"Andreas Schmitz <schmitz@terrestris.de>",
"André Henn <henn@terrestris.de>",
"Kai Volland <volland@terrestris.de>",
"Nils Bühner <buehner@terrestris.de>",
"Johannes Weskamm <weskamm@terrestris.de>"
],
"scripts": {
"lint": "eslint -c .eslintrc --ext ftl ./src/main/resources/org/geoserver/wms/web/data/",
"build": "node ./npm-update-libs.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/geostyler/geostyler-geoserver-plugin.git"
},
"keywords": [
"GeoServer",
"GeoStyler",
"Style",
"SLD"
],
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/geostyler/geostyler-geoserver-plugin/issues"
},
"homepage": "https://github.com/geostyler/geostyler-geoserver-plugin",
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"dependencies": {
"antd": "5.18.1",
"dayjs": "1.11.11",
"geostyler": "14.1.4",
"geostyler-geojson-parser": "1.0.1",
"geostyler-sld-parser": "5.3.1",
"geostyler-wfs-parser": "2.0.2",
"ol": "9.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@terrestris/maven-semantic-release": "^3.0.1",
"eslint": "^8.35.0",
"semantic-release": "^23.1.1"
},
"funding": "https://opencollective.com/geostyler"
}