Making WordPress.org


Ignore:
Timestamp:
03/01/2017 06:08:54 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Update React client with latest changes.

This is largely a cleanup commit with some WIP around switching to node-wpapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json

    r4264 r5024  
    1515  "devDependencies": {
    1616    "autoprefixer": "^6.3.6",
     17    "babel-cli": "^6.18.0",
    1718    "babel-core": "^6.10.4",
     19    "babel-eslint": "^7.1.1",
    1820    "babel-loader": "^6.2.4",
    19     "babel-preset-es2015": "^6.9.0",
     21    "babel-plugin-lodash": "^3.2.11",
     22    "babel-plugin-transform-imports": "^1.1.0",
     23    "babel-preset-es2015": "^6.18.0",
    2024    "babel-preset-react": "^6.11.1",
     25    "babel-preset-stage-2": "^6.18.0",
     26    "eslint": "^3.12.2",
     27    "eslint-plugin-react": "^6.8.0",
    2128    "grunt": "^1.0.1",
    2229    "grunt-contrib-jshint": "^1.0.0",
    2330    "grunt-contrib-watch": "^1.0.0",
     31    "grunt-eslint": "^19.0.0",
    2432    "grunt-postcss": "~0.7.2",
    2533    "grunt-rtlcss": "^2.0.1",
    2634    "grunt-sass": "^1.2.0",
    2735    "grunt-sass-globbing": "^1.5.1",
     36    "grunt-shell": "^2.1.0",
    2837    "grunt-webpack": "^1.0.11",
    2938    "history": "^2.0.0",
     
    3847    "react-router-scroll": "^0.3.2",
    3948    "redux": "^3.5.2",
     49    "redux-router": "^2.1.2",
    4050    "redux-thunk": "^2.1.0",
    4151    "webpack": "^1.13.1",
    4252    "webpack-dev-server": "^1.14.1"
     53  },
     54  "dependencies": {
     55    "i18n-calypso": "^1.7.0",
     56    "json-loader": "^0.5.4",
     57    "wpapi": "^1.0.0"
    4358  }
    4459}
Note: See TracChangeset for help on using the changeset viewer.