Wordpress/package.json
Anton Timmermans 7a2fa10e28 Build tools: Build @wordpress packages with webpack.
We decided to split the media webpack config into it's own file. The
main webpack config then combines this file with the packages config.

Include vendor scripts by copying them. We copy the minified files if
they are available. If they aren't available we minify the original
files ourselves.

Props omarreiss, herregroen, gziolo, youknowriad, netweb, adamsilverstein.
Merges [43719] to trunk.
See #45065.


git-svn-id: https://develop.svn.wordpress.org/trunk@44112 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-13 15:25:37 +00:00

111 lines
3.4 KiB
JSON

{
"name": "WordPress",
"version": "5.1.0",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",
"url": "https://develop.svn.wordpress.org/trunk"
},
"engines": {
"node": "8.9.3",
"npm": "6.1.0"
},
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/custom-templated-path-webpack-plugin": "^1.1.5",
"@wordpress/library-export-default-webpack-plugin": "^1.0.4",
"autoprefixer": "^9.1.5",
"check-node-version": "3.2.0",
"copy-webpack-plugin": "^4.5.2",
"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-file-append": "0.0.7",
"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.1.3",
"ink-docstrap": "^1.3.0",
"jquery-migrate": "1.4.1",
"matchdep": "~2.0.0",
"source-map-loader": "^0.2.4",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-dev-server": "^3.1.9",
"webpack-livereload-plugin": "^2.1.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@wordpress/a11y": "^2.0.2",
"@wordpress/api-fetch": "^2.0.2",
"@wordpress/autop": "^2.0.2",
"@wordpress/blob": "^2.0.2",
"@wordpress/block-library": "2.1.0",
"@wordpress/block-serialization-default-parser": "^1.0.1",
"@wordpress/blocks": "^4.0.1",
"@wordpress/components": "^4.1.0",
"@wordpress/compose": "^2.0.2",
"@wordpress/core-data": "^2.0.2",
"@wordpress/data": "^2.1.1",
"@wordpress/date": "^2.0.2",
"@wordpress/deprecated": "^2.0.2",
"@wordpress/dom": "^2.0.2",
"@wordpress/dom-ready": "^2.0.2",
"@wordpress/edit-post": "1.0.0",
"@wordpress/editor": "^4.0.1",
"@wordpress/element": "^2.1.1",
"@wordpress/escape-html": "^1.0.0-beta.1",
"@wordpress/hooks": "^2.0.2",
"@wordpress/html-entities": "^2.0.2",
"@wordpress/i18n": "^3.0.1",
"@wordpress/is-shallow-equal": "^1.1.4",
"@wordpress/keycodes": "^2.0.2",
"@wordpress/list-reusable-blocks": "^1.1.0",
"@wordpress/nux": "^2.0.1",
"@wordpress/plugins": "^2.0.2",
"@wordpress/redux-routine": "^3.0.1",
"@wordpress/rich-text": "^1.0.0-beta.1",
"@wordpress/shortcode": "^2.0.2",
"@wordpress/token-list": "^1.0.2",
"@wordpress/url": "^2.0.2",
"@wordpress/viewport": "^2.0.2",
"@wordpress/wordcount": "^2.0.2",
"backbone": "1.3.3",
"element-closest": "^2.0.2",
"formdata-polyfill": "^3.0.12",
"imagesloaded": "3.2.0",
"jquery": "1.12.4",
"jquery-color": "github:jquery/jquery-color#2.1.1",
"jquery-form": "4.2.1",
"jquery-hoverintent": "1.8.3",
"jquery-ui": "github:jquery/jquery-ui#1.11.4",
"lodash": "^4.17.11",
"masonry-layout": "3.3.2",
"moment": "^2.22.2",
"polyfill-library": "^3.26.0-0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"twemoji": "11.0.0",
"underscore": "1.8.3",
"whatwg-fetch": "^3.0.0"
}
}