Changeset 3695 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json
- Timestamp:
- 07/19/2016 07:42:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json
r3676 r3695 5 5 "author": "wordpressdotorg", 6 6 "license": "GPL-2.0", 7 "main": "index.php", 8 "scripts": { 9 "test": "echo \"Error: no test specified\" && exit 1" 10 }, 7 11 "repository": { 8 12 "type": "svn", … … 11 15 "devDependencies": { 12 16 "autoprefixer": "^6.3.6", 17 "babel-core": "^6.10.4", 18 "babel-loader": "^6.2.4", 19 "babel-preset-es2015": "^6.9.0", 20 "babel-preset-react": "^6.11.1", 13 21 "grunt": "^1.0.1", 14 22 "grunt-contrib-jshint": "^1.0.0", … … 16 24 "grunt-postcss": "^0.8.0", 17 25 "grunt-rtlcss": "^2.0.1", 18 "grunt-sass": "^1.2.0" 26 "grunt-sass": "^1.2.0", 27 "grunt-webpack": "^1.0.11", 28 "history": "^2.0.0", 29 "jquery": "^3.1.0", 30 "react": "^15.2.1", 31 "react-dom": "^15.2.1", 32 "react-redux": "^4.4.5", 33 "react-router": "^2.5.2", 34 "react-router-redux": "^4.0.5", 35 "redux": "^3.5.2", 36 "redux-thunk": "^2.1.0", 37 "underscore": "^1.8.3", 38 "webpack": "^1.13.1", 39 "webpack-dev-server": "^1.14.1" 19 40 } 20 41 }
Note: See TracChangeset
for help on using the changeset viewer.