๐ Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
a-z-listing
/
Editing: package.json
{ "name": "wp-a-z-listing", "version": "4.0.0", "main": "build/index.js", "author": "Dani Llewellyn", "scripts": { "build": "wp-scripts build ./scripts/blocks/index.js && grunt", "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses", "env": "wp-env", "format:js": "wp-scripts format-js ./scripts", "lint:css": "wp-scripts lint-style ./css/editor.css ./css/style.css", "lint:js": "wp-scripts lint-js ./scripts", "lint:pkg-json": "wp-scripts lint-pkg-json", "packages-update": "wp-scripts packages-update", "postpackages-update": "npm run build", "start": "wp-scripts start ./scripts/blocks/index.js" }, "devDependencies": { "@wordpress/env": "^4.9.0", "@wordpress/scripts": "^23.3.0", "babel-core": "^6.26.3", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "eslint": "^7.31.0", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", "grunt-sass": "^3.1.0", "grunt-wp-i18n": "^1.0.3", "grunt-wp-readme-to-markdown": "^2.0.1", "sass": "^1.36.0" }, "wp-env": { "plugin-dir": "a-z-listing", "plugin-name": "A-Z Listing", "welcome-logo": [ ",โปโปโปยท . |", "| ุโโ. . |--- ,---. ,---. |---. ,---. ,---. ,---.", "| | | | | |---' | | | | |---' | | |", "`---' `---' `---โ `---โ ' ` `---' `---โ ` `---|", " `---'" ], "welcome-build-command": "npm run dev" }, "dependencies": { "@wordpress/api-fetch": "^6.8.0", "@wordpress/block-editor": "^9.3.0", "@wordpress/blocks": "^11.10.0", "@wordpress/components": "^19.13.0", "@wordpress/data": "^6.11.0", "@wordpress/dom-ready": "^3.11.0", "@wordpress/element": "^4.9.0", "@wordpress/hooks": "^3.11.0", "@wordpress/i18n": "^4.11.0", "@wordpress/icons": "^9.2.0", "@wordpress/server-side-render": "^3.9.0", "@wordpress/url": "^3.12.0", "lodash": "^4.17.20", "uuid": "^8.3.2" } }
Save
Cancel