wordpress/package.json
Gary Pendergast 26414eec37 Block Editor: Update @wordpress dependencies to the latest version.
Changes of note:
- Includes the new Annotations API package.
- `wp-polyfill-ecmascript.js` is renamed to `wp-polyfill.js`.
- `strip_dynamic_blocks()` has been removed in favour of `excerpt_remove_blocks()`.
- The PHP block parser is now syncing from the `block-serialization-default-parser` package.
- `do_blocks()` uses the new parser.
- The `do_block` filter has been removed from `do_blocks()`, in favour of a `render_block` filter in `render_block()`.

See #45145, #45190, #45264, #45282.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43884 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-12 02:26:18 +00:00

103 lines
3.1 KiB
JSON

{
"name": "WordPress",
"version": "5.0.0",
"description": "WordPress is web software you can use to create a beautiful website or blog.",
"repository": {
"type": "svn",
"url": "https://develop.svn.wordpress.org/trunk"
},
"engines": {
"node": "10.13.0",
"npm": "6.1.0"
},
"author": "The WordPress Contributors",
"license": "GPL-2.0+",
"devDependencies": {
"@wordpress/custom-templated-path-webpack-plugin": "^1.1.5",
"@wordpress/library-export-default-webpack-plugin": "^1.0.4",
"autoprefixer": "^9.1.5",
"copy-webpack-plugin": "^4.6.0",
"cssnano": "^4.1.4",
"grunt": "~1.0.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-imagemin": "~2.0.1",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-includes": "~1.1.0",
"grunt-jsdoc": "^2.1.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^1.1.1",
"grunt-patch-wordpress": "~1.0.0",
"grunt-postcss": "~0.9.0",
"grunt-replace": "~1.0.1",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "~2.0.0",
"grunt-webpack": "^3.0.2",
"ink-docstrap": "^1.3.0",
"matchdep": "~2.0.0",
"source-map-loader": "^0.2.4",
"uglify-js": "^3.4.9",
"webpack": "^4.24.0",
"webpack-dev-server": "^3.1.9",
"webpack-livereload-plugin": "^2.1.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@wordpress/a11y": "^2.0.2",
"@wordpress/annotations": "^1.0.0",
"@wordpress/api-fetch": "^2.2.3",
"@wordpress/autop": "^2.0.2",
"@wordpress/blob": "^2.1.0",
"@wordpress/block-library": "^2.2.2",
"@wordpress/block-serialization-default-parser": "^2.0.0",
"@wordpress/blocks": "^5.3.1",
"@wordpress/components": "^6.0.0",
"@wordpress/compose": "^2.1.2",
"@wordpress/core-data": "^2.0.12",
"@wordpress/data": "^3.1.2",
"@wordpress/date": "^2.2.1",
"@wordpress/deprecated": "^2.0.3",
"@wordpress/dom": "^2.0.6",
"@wordpress/dom-ready": "^2.0.2",
"@wordpress/edit-post": "^3.0.0",
"@wordpress/editor": "^7.0.0",
"@wordpress/element": "^2.1.7",
"@wordpress/escape-html": "^1.0.1",
"@wordpress/format-library": "^1.2.0",
"@wordpress/hooks": "^2.0.3",
"@wordpress/html-entities": "^2.0.2",
"@wordpress/i18n": "^3.0.1",
"@wordpress/is-shallow-equal": "^1.1.4",
"@wordpress/keycodes": "^2.0.3",
"@wordpress/list-reusable-blocks": "^1.1.10",
"@wordpress/notices": "^1.0.4",
"@wordpress/nux": "^2.0.12",
"@wordpress/plugins": "^2.0.8",
"@wordpress/redux-routine": "^3.0.3",
"@wordpress/rich-text": "^2.0.4",
"@wordpress/shortcode": "^2.0.2",
"@wordpress/token-list": "^1.0.2",
"@wordpress/url": "^2.3.0",
"@wordpress/viewport": "^2.0.10",
"@wordpress/wordcount": "^2.0.3",
"element-closest": "^2.0.2",
"formdata-polyfill": "^3.0.12",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"polyfill-library": "^3.26.0-0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"grunt": "grunt"
}
}