{ "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": "cross-env BABEL_ENV=default NODE_ENV=production webpack", "start": "cross-env BABEL_ENV=default webpack --watch", "lint": "npm run lint:css && npm run lint:js", "lint:css": "stylelint assets/css", "lint:js": "eslint assets/js --ext=js,jsx", "test": "wp-scripts test-unit-js --config tests/js/jest.config.json", "test:help": "wp-scripts test-unit-js --help", "test:update": "wp-scripts test-unit-js --updateSnapshot --config tests/js/jest.config.json", "test:watch": "npm run test -- --watch" }, "devDependencies": { "@babel/core": "7.1.6", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.2", "@wordpress/babel-preset-default": "3.0.1", "@wordpress/blocks": "5.3.1", "@wordpress/components": "6.0.2", "@wordpress/date": "2.2.1", "@wordpress/editor": "7.0.1", "@wordpress/element": "2.1.8", "@wordpress/i18n": "3.1.0", "@wordpress/jest-preset-default": "3.0.3", "@wordpress/rich-text": "2.0.4", "@wordpress/scripts": "2.4.4", "autoprefixer": "9.3.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "clean-webpack-plugin": "1.0.0", "core-js": "2.5.7", "cross-env": "5.2.0", "css-loader": "1.0.1", "eslint": "5.9.0", "eslint-config-wordpress": "2.0.0", "eslint-plugin-jest": "22.0.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-react": "7.11.1", "eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1", "har-validator": "^5.1.3", "interpolate-components": "^1.1.1", "mini-css-extract-plugin": "0.4.4", "node-sass": "4.10.0", "postcss-loader": "3.0.0", "react-test-renderer": "16.6.3", "sass-loader": "7.1.0", "style-loader": "0.23.1", "stylelint": "9.8.0", "stylelint-config-wordpress": "13.1.0", "webpack": "4.26.0", "webpack-cli": "3.1.2" }, "engines": { "node": "10.13.0", "npm": "6.4.1" }, "dependencies": { "@woocommerce/components": "1.0.1" } }