This commit is contained in:
erwanlr
2023-03-19 19:28:09 +01:00
parent 63094494d3
commit fb812554f3
112 changed files with 110709 additions and 9 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "geounit-maps",
"version": "0.0.3",
"private": true,
"description": "This plugin adds a Gutenberg block to display gdpr compliant maps from GeoUNIT servers. No 2 click or cookie consent tools needed",
"main": "geounit-maps.php",
"author": "Unit08",
"license": "GPLv3",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^4.1.1",
"@wordpress/scripts": "^25.0.0",
"url-loader": "^4.1.1"
},
"dependencies": {
"classnames": "^2.3.2",
"leaflet": "^1.9.3",
"react-leaflet": "^4.1.0"
},
"files": [ "lib", "build", "geounit-maps.php", "readme.txt" ]
}