Changeset 5024 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json
- Timestamp:
- 03/01/2017 06:08:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json
r4264 r5024 15 15 "devDependencies": { 16 16 "autoprefixer": "^6.3.6", 17 "babel-cli": "^6.18.0", 17 18 "babel-core": "^6.10.4", 19 "babel-eslint": "^7.1.1", 18 20 "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", 20 24 "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", 21 28 "grunt": "^1.0.1", 22 29 "grunt-contrib-jshint": "^1.0.0", 23 30 "grunt-contrib-watch": "^1.0.0", 31 "grunt-eslint": "^19.0.0", 24 32 "grunt-postcss": "~0.7.2", 25 33 "grunt-rtlcss": "^2.0.1", 26 34 "grunt-sass": "^1.2.0", 27 35 "grunt-sass-globbing": "^1.5.1", 36 "grunt-shell": "^2.1.0", 28 37 "grunt-webpack": "^1.0.11", 29 38 "history": "^2.0.0", … … 38 47 "react-router-scroll": "^0.3.2", 39 48 "redux": "^3.5.2", 49 "redux-router": "^2.1.2", 40 50 "redux-thunk": "^2.1.0", 41 51 "webpack": "^1.13.1", 42 52 "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" 43 58 } 44 59 }
Note: See TracChangeset
for help on using the changeset viewer.