2013-08-07 05:25:25 +00:00
|
|
|
{
|
2018-10-22 04:49:24 +00:00
|
|
|
"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": {
|
2018-11-01 02:01:04 +00:00
|
|
|
"node": "10.13.0",
|
2018-10-22 04:49:24 +00:00
|
|
|
"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",
|
2018-11-03 07:56:28 +00:00
|
|
|
"copy-webpack-plugin": "^4.6.0",
|
2018-10-22 04:49:24 +00:00
|
|
|
"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",
|
2018-11-03 07:56:28 +00:00
|
|
|
"webpack": "^4.24.0",
|
2018-10-22 04:49:24 +00:00
|
|
|
"webpack-dev-server": "^3.1.9",
|
|
|
|
"webpack-livereload-plugin": "^2.1.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/polyfill": "^7.0.0",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/a11y": "^2.0.2",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/annotations": "^1.0.3",
|
|
|
|
"@wordpress/api-fetch": "^2.2.5",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/autop": "^2.0.2",
|
|
|
|
"@wordpress/blob": "^2.1.0",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/block-library": "^2.2.6",
|
2018-11-12 02:26:18 +00:00
|
|
|
"@wordpress/block-serialization-default-parser": "^2.0.0",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/blocks": "^6.0.2",
|
|
|
|
"@wordpress/components": "^7.0.1",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"@wordpress/compose": "^3.0.0",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/core-data": "^2.0.14",
|
|
|
|
"@wordpress/data": "^4.0.1",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"@wordpress/date": "^3.0.0",
|
2018-10-29 07:40:44 +00:00
|
|
|
"@wordpress/deprecated": "^2.0.3",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/dom": "^2.0.7",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/dom-ready": "^2.0.2",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/edit-post": "^3.1.1",
|
|
|
|
"@wordpress/editor": "^9.0.1",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"@wordpress/element": "^2.1.8",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/escape-html": "^1.0.1",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/format-library": "^1.2.4",
|
2018-10-29 07:40:44 +00:00
|
|
|
"@wordpress/hooks": "^2.0.3",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/html-entities": "^2.0.3",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"@wordpress/i18n": "^3.1.0",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/is-shallow-equal": "^1.1.4",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/keycodes": "^2.0.5",
|
|
|
|
"@wordpress/list-reusable-blocks": "^1.1.14",
|
|
|
|
"@wordpress/notices": "^1.1.0",
|
|
|
|
"@wordpress/nux": "^3.0.2",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"@wordpress/plugins": "^2.0.9",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/redux-routine": "^3.0.3",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/rich-text": "^3.0.2",
|
2018-10-29 01:55:57 +00:00
|
|
|
"@wordpress/shortcode": "^2.0.2",
|
Block Editor: Update @WordPress dependencies to match Gutenberg 4.5.1.
Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport
Fixes undefined notices in some blocks. Removes incorrect `'gutenberg'` textdomain too.
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43919 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-21 15:08:01 +00:00
|
|
|
"@wordpress/token-list": "^1.1.0",
|
|
|
|
"@wordpress/url": "^2.3.1",
|
|
|
|
"@wordpress/viewport": "^2.0.12",
|
2018-10-29 07:40:44 +00:00
|
|
|
"@wordpress/wordcount": "^2.0.3",
|
2018-10-22 04:49:24 +00:00
|
|
|
"element-closest": "^2.0.2",
|
|
|
|
"formdata-polyfill": "^3.0.12",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"moment": "^2.22.2",
|
|
|
|
"polyfill-library": "^3.26.0-0",
|
Block Editor: Update @wordpress dependencies to match Gutenberg 4.4.0
Updates packages: annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, edit-post, editor, element, format-library, i18n, list-reusable-blocks, notices, nux, plugins, rich-text, viewport
Updates changed dependencies in script-loader.php
Upgrades React from 16.5.2 to 16.6.3
See #45145
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43903 602fd350-edb4-49c9-b593-d223f7449a82
2018-11-16 00:09:08 +00:00
|
|
|
"react": "^16.6.3",
|
|
|
|
"react-dom": "^16.6.3",
|
2018-10-22 04:49:24 +00:00
|
|
|
"whatwg-fetch": "^3.0.0"
|
2018-10-29 02:11:35 +00:00
|
|
|
},
|
2018-10-29 07:40:44 +00:00
|
|
|
"scripts": {
|
2018-10-29 02:11:35 +00:00
|
|
|
"grunt": "grunt"
|
2018-10-22 04:49:24 +00:00
|
|
|
}
|
2013-08-07 05:25:25 +00:00
|
|
|
}
|