woocommerce/plugins/woocommerce-blocks/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "woocommerceproductsblock",
"title": "WooCommerce Products Block",
"version": "3.3.0",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
"url": "https://github.com:woocommerce/woocommerce-gutenberg-products-block.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build-gutenberg": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"build-gutenberg-watch": "cross-env BABEL_ENV=default webpack --watch"
},
"devDependencies": {
"autoprefixer": "~7.1.6",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-core": "6.25.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"config": "^1.24.0",
"cross-env": "~5.1.1",
"grunt": "~1.0.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.1.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-phpcs": "~0.4.0",
"grunt-postcss": "~0.9.0",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "~2.0.0",
"grunt-shell": "~2.1.0",
"grunt-stylelint": "~0.9.0",
"grunt-wp-i18n": "~1.0.1",
"stylelint": "~8.2.0",
"webpack": "^3.1.0"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
}
2018-09-05 18:30:46 +00:00
}