Adds DFS
This commit is contained in:
36
spec/fixtures/dynamic_finders/plugin_version/geounit-maps/composer_file/package.json
vendored
Normal file
36
spec/fixtures/dynamic_finders/plugin_version/geounit-maps/composer_file/package.json
vendored
Normal 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" ]
|
||||
}
|
||||
Reference in New Issue
Block a user