Prepare for block-editor control
parent
5874dca5
No related branches found
No related tags found
Showing
- automatically-paginate-posts.php 89 additions, 2 deletionsautomatically-paginate-posts.php
- inc/class-block-editor.php 127 additions, 0 deletionsinc/class-block-editor.php
- package-lock.json 28421 additions, 1436 deletionspackage-lock.json
- package.json 17 additions, 0 deletionspackage.json
- webpack.config.js 10 additions, 0 deletionswebpack.config.js
inc/class-block-editor.php
0 → 100644
This diff is collapsed.
... | ... | @@ -4,8 +4,25 @@ |
"main": "Gruntfile.js", | ||
"author": "Erick Hitter & Oomph, Inc.", | ||
"devDependencies": { | ||
"@wordpress/scripts": "^23.3.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": "npm run test:e2e && npm run test:unit", | ||
"test:e2e": "wp-scripts test-e2e --passWithNoTests", | ||
"test:unit": "wp-scripts test-unit-js --passWithNoTests" | ||
} | ||
} |
webpack.config.js
0 → 100644
Please register or sign in to comment