Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
plugins
/
agile-store-locator
/
admin
/
blocks
:
package.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "wordpress-blocks-boilerplate", "version": "1.0.0", "homepage": "https://them.es", "author": "them.es", "description": "them.es WordPress Blocks boilerplate", "license": "GPLv2+", "scripts": { "build": "wp-scripts build", "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses --production", "lint:css": "wp-scripts lint-style '**/*.css'", "lint:js": "wp-scripts lint-js .", "lint:pkg-json": "wp-scripts lint-pkg-json .", "start": "wp-scripts start", "test:e2e": "wp-scripts test-e2e", "test:unit": "wp-scripts test-unit-js" }, "dependencies": { "@wordpress/blocks": "^11.1.4", "@wordpress/icons": "^6.1.1", "@wordpress/scripts": "^18.0.0", "color": "^4.1.0", "lodash": "^4.17.21" } }