Current File : /home/kelaby89/listingslad.com/wp-content/plugins/mailchimp-for-woocommerce/blocks/package.json |
{
"name": "woocommerce-mailchimp-newsletter",
"title": "WooCommerce Newsletter Test",
"version": "1.0.0",
"description": "Test the i2 integration",
"license": "GPL-3.0+",
"homepage": "https://github.com/opr/",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git"
},
"devDependencies": {
"@automattic/color-studio": "^2.5.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0",
"@woocommerce/eslint-plugin": "^2.2.0",
"@wordpress/api-fetch": "^6.49.0",
"@wordpress/block-editor": "^12.20.0",
"@wordpress/blocks": "^12.29.0",
"@wordpress/components": "^27.0.0",
"@wordpress/element": "^5.29.0",
"@wordpress/html-entities": "^3.52.0",
"@wordpress/i18n": "4.52.0",
"@wordpress/plugins": "^6.20.0",
"@wordpress/scripts": "^29.0.0",
"node-wp-i18n": "~1.2.7",
"wp-prettier": "npm:wp-prettier@^3.0.3"
},
"scripts": {
"prebuild": "rm -rf ./vendor",
"build": "npm run build:js && npm run makepot",
"build:dev": "npm run makepot",
"build:js": "wp-scripts build",
"archive": "composer archive --file=$npm_package_name --format=zip",
"postarchive": "rm -rf $npm_package_name && unzip $npm_package_name.zip -d $npm_package_name && rm $npm_package_name.zip && zip -r $npm_package_name.zip $npm_package_name && rm -rf $npm_package_name",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style assets/js",
"lint:js": "wp-scripts lint-js assets/js",
"lint:js-fix": "eslint assets/js --ext=js,jsx,ts,tsx --fix",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js",
"makepot": "wpi18n makepot --domain-path ../languages --pot-file mc-woocommerce-newsletter.pot --type plugin --main-file woocommerce-blocks-integration.php --exclude node_modules,tests,docs"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
},
"config": {
"translate": true
},
"dependencies": {
"classnames": "^2.5.1"
}
}