Scaffold sidebar panel
parent
ed90a2db
No related branches found
No related tags found
Showing
- Gruntfile.js 21 additions, 17 deletionsGruntfile.js
- assets/src/js/index.js 41 additions, 0 deletionsassets/src/js/index.js
- inc/class-external-permalinks-redux-block-editor.php 1 addition, 1 deletioninc/class-external-permalinks-redux-block-editor.php
- package-lock.json 29208 additions, 29145 deletionspackage-lock.json
- package.json 28 additions, 26 deletionspackage.json
This diff is collapsed.
{ | ||
"name": "external-permalinks-redux", | ||
"version": "0.1.0", | ||
"description": "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter", | ||
"devDependencies": { | ||
"@wordpress/scripts": "^23.2.0", | ||
"grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0" | ||
}, | ||
"scripts": { | ||
"build": "wp-scripts build", | ||
"check-engines": "wp-scripts check-engines", | ||
"check-licenses": "wp-scripts check-licenses", | ||
"format": "wp-scripts format", | ||
"grunt": "grunt", | ||
"lint:css": "wp-scripts lint-style", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:md:docs": "wp-scripts lint-md-docs", | ||
"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" | ||
} | ||
"name": "external-permalinks-redux", | ||
"version": "0.1.0", | ||
"description": "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter", | ||
"devDependencies": { | ||
"@wordpress/icons": "^9.1.0", | ||
"@wordpress/scripts": "^23.2.0", | ||
"grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0", | ||
"prettier": "npm:wp-prettier@^2.6.2" | ||
}, | ||
"scripts": { | ||
"build": "wp-scripts build", | ||
"check-engines": "wp-scripts check-engines", | ||
"check-licenses": "wp-scripts check-licenses", | ||
"format": "wp-scripts format", | ||
"grunt": "grunt", | ||
"lint:css": "wp-scripts lint-style", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:md:docs": "wp-scripts lint-md-docs", | ||
"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" | ||
} | ||
} |
Please register or sign in to comment