Make WordPress Core

Changeset 44112 for trunk/package.json


Ignore:
Timestamp:
12/13/2018 03:25:37 PM (6 years ago)
Author:
atimmer
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/package.json

    r44111 r44112  
    1414    "license": "GPL-2.0-or-later",
    1515    "devDependencies": {
     16        "@wordpress/custom-templated-path-webpack-plugin": "^1.1.5",
     17        "@wordpress/library-export-default-webpack-plugin": "^1.0.4",
    1618        "autoprefixer": "^9.1.5",
    1719        "check-node-version": "3.2.0",
     20        "copy-webpack-plugin": "^4.5.2",
     21        "cssnano": "^4.1.4",
    1822        "grunt": "~1.0.3",
    1923        "grunt-banner": "^0.6.0",
     
    4246        "jquery-migrate": "1.4.1",
    4347        "matchdep": "~2.0.0",
     48        "source-map-loader": "^0.2.4",
     49        "uglify-js": "^3.4.9",
    4450        "uglifyjs-webpack-plugin": "^2.0.1",
    4551        "webpack": "^4.20.2",
    46         "webpack-dev-server": "^3.1.9"
     52        "webpack-dev-server": "^3.1.9",
     53        "webpack-livereload-plugin": "^2.1.1"
    4754    },
    4855    "dependencies": {
     56        "@babel/polyfill": "^7.0.0",
     57        "@wordpress/a11y": "^2.0.2",
     58        "@wordpress/api-fetch": "^2.0.2",
     59        "@wordpress/autop": "^2.0.2",
     60        "@wordpress/blob": "^2.0.2",
     61        "@wordpress/block-library": "2.1.0",
     62        "@wordpress/block-serialization-default-parser": "^1.0.1",
     63        "@wordpress/blocks": "^4.0.1",
     64        "@wordpress/components": "^4.1.0",
     65        "@wordpress/compose": "^2.0.2",
     66        "@wordpress/core-data": "^2.0.2",
     67        "@wordpress/data": "^2.1.1",
     68        "@wordpress/date": "^2.0.2",
     69        "@wordpress/deprecated": "^2.0.2",
     70        "@wordpress/dom": "^2.0.2",
     71        "@wordpress/dom-ready": "^2.0.2",
     72        "@wordpress/edit-post": "1.0.0",
     73        "@wordpress/editor": "^4.0.1",
     74        "@wordpress/element": "^2.1.1",
     75        "@wordpress/escape-html": "^1.0.0-beta.1",
     76        "@wordpress/hooks": "^2.0.2",
     77        "@wordpress/html-entities": "^2.0.2",
     78        "@wordpress/i18n": "^3.0.1",
     79        "@wordpress/is-shallow-equal": "^1.1.4",
     80        "@wordpress/keycodes": "^2.0.2",
     81        "@wordpress/list-reusable-blocks": "^1.1.0",
     82        "@wordpress/nux": "^2.0.1",
     83        "@wordpress/plugins": "^2.0.2",
     84        "@wordpress/redux-routine": "^3.0.1",
     85        "@wordpress/rich-text": "^1.0.0-beta.1",
     86        "@wordpress/shortcode": "^2.0.2",
     87        "@wordpress/token-list": "^1.0.2",
     88        "@wordpress/url": "^2.0.2",
     89        "@wordpress/viewport": "^2.0.2",
     90        "@wordpress/wordcount": "^2.0.2",
    4991        "backbone": "1.3.3",
     92        "element-closest": "^2.0.2",
     93        "formdata-polyfill": "^3.0.12",
    5094        "imagesloaded": "3.2.0",
    5195        "jquery": "1.12.4",
     
    5498        "jquery-hoverintent": "1.8.3",
    5599        "jquery-ui": "github:jquery/jquery-ui#1.11.4",
     100        "lodash": "^4.17.11",
    56101        "masonry-layout": "3.3.2",
     102        "moment": "^2.22.2",
     103        "polyfill-library": "^3.26.0-0",
     104        "react": "^16.5.2",
     105        "react-dom": "^16.5.2",
    57106        "twemoji": "11.0.0",
    58         "underscore": "1.8.3"
     107        "underscore": "1.8.3",
     108        "whatwg-fetch": "^3.0.0"
    59109    }
    60110}
Note: See TracChangeset for help on using the changeset viewer.