-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "post-map-table-view",
"version": "1.5.1",
"description": "Display a map with all posts with GPS data in a leaflet map and / or a table view",
"author": "Martin von Berg",
"license": "GPL-2.0",
"homepage": "https://www.berg-reise-foto.de/software-wordpress-lightroom-plugins/wordpress-plugins-fotos-und-gpx/",
"main": "build/index.js",
"scripts": {
"test": "eslint --config ./js/eslint.config.mjs ./js/pmtv_main*.js ./js/tabulator/*.js ./js/libs/*.js ./js/leafletGpxJs/*.js",
"build": "webpack --config ./js/webpack.config.js"
},
"overrides": {
"js-yaml": "4.1.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^10.0.0",
"eslint-plugin-security": "^4.0.0",
"@eslint/js": "^10.0.1",
"path-browserify": "^1.0.1",
"style-loader": "^4.0.0",
"webpack": "^5.105.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-gpx": "^2.1.2",
"leaflet.fullscreen": "^5.3.1",
"leaflet.markercluster": "^1.5.3",
"leaflet.markercluster.layersupport": "^2.0.1",
"tabulator-tables": "^6.4.0"
}
}