Wordpress/package.json

123 lines
3.6 KiB
JSON

{
"name": "WordPress",
"version": "5.3.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": "10.13.0",
"npm": "6.1.0"
},
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/custom-templated-path-webpack-plugin": "1.2.0",
"@wordpress/library-export-default-webpack-plugin": "1.1.0",
"autoprefixer": "9.4.7",
"check-node-version": "3.2.0",
"copy-webpack-plugin": "^4.6.0",
"cssnano": "4.1.8",
"grunt": "1.0.4",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~2.0.0",
"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.3.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": "~3.0.2",
"grunt-webpack": "^3.1.3",
"ink-docstrap": "^1.3.0",
"jquery-migrate": "1.4.1",
"matchdep": "~2.0.0",
"node-sass": "~4.12.0",
"source-map-loader": "^0.2.4",
"uglify-js": "3.5.15",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "4.29.2",
"webpack-dev-server": "3.1.14",
"webpack-livereload-plugin": "2.2.0"
},
"dependencies": {
"@babel/polyfill": "7.2.5",
"@wordpress/a11y": "2.2.0",
"@wordpress/annotations": "1.2.3",
"@wordpress/api-fetch": "3.1.2",
"@wordpress/autop": "2.2.0",
"@wordpress/blob": "2.3.0",
"@wordpress/block-editor": "2.0.2",
"@wordpress/block-library": "2.4.5",
"@wordpress/block-serialization-default-parser": "3.1.0",
"@wordpress/blocks": "6.2.5",
"@wordpress/components": "7.3.2",
"@wordpress/compose": "3.2.0",
"@wordpress/core-data": "2.2.2",
"@wordpress/data": "4.4.0",
"@wordpress/date": "3.2.0",
"@wordpress/deprecated": "2.2.0",
"@wordpress/dom": "2.2.5",
"@wordpress/dom-ready": "2.2.0",
"@wordpress/edit-post": "3.3.5",
"@wordpress/editor": "9.2.5",
"@wordpress/element": "2.3.0",
"@wordpress/escape-html": "1.2.0",
"@wordpress/format-library": "1.4.5",
"@wordpress/hooks": "2.2.0",
"@wordpress/html-entities": "2.2.0",
"@wordpress/i18n": "3.3.0",
"@wordpress/is-shallow-equal": "1.2.0",
"@wordpress/keycodes": "2.2.0",
"@wordpress/list-reusable-blocks": "1.3.5",
"@wordpress/notices": "1.3.0",
"@wordpress/nux": "3.2.5",
"@wordpress/plugins": "2.2.0",
"@wordpress/priority-queue": "1.1.0",
"@wordpress/redux-routine": "3.2.0",
"@wordpress/rich-text": "3.2.3",
"@wordpress/shortcode": "2.2.0",
"@wordpress/token-list": "1.2.0",
"@wordpress/url": "2.5.0",
"@wordpress/viewport": "2.3.0",
"@wordpress/wordcount": "2.2.0",
"backbone": "1.3.3",
"clipboard": "2.0.4",
"element-closest": "^2.0.2",
"formdata-polyfill": "3.0.13",
"imagesloaded": "3.2.0",
"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.27.4",
"react": "16.8.4",
"react-dom": "16.8.4",
"twemoji": "12.0.1",
"underscore": "1.8.3",
"whatwg-fetch": "3.0.0"
},
"scripts": {
"build": "grunt build",
"dev": "grunt build --dev",
"test": "grunt test",
"watch": "grunt watch",
"grunt": "grunt"
}
}