/home/altere25/labratnyc.com/wp-content/plugins/mailchimp-for-woocommerce/blocks
NameSizeModeActions
assets/-0755rm
build/-0755rm
.eslintignore320644editdlrm
.eslintrc.js4710644editdlrm
.gitignore3560644editdlrm
composer.json4440644editdlrm
composer.lock612130644editdlrm
newsletter.php22020644editdlrm
package-lock.json9255990644editdlrm
package.json22310644editdlrm
phpcs.xml00644editdlrm
webpack.config.js16260644editdlrm
woocommerce-blocks-extend-store-endpoint-sms.php45460644editdlrm
woocommerce-blocks-extend-store-endpoint.php23630644editdlrm
woocommerce-blocks-integration.php118180644editdlrm
woocommerce-sms-blocks-integration.php150090644editdlrm
Edit: /home/altere25/labratnyc.com/wp-content/plugins/mailchimp-for-woocommerce/blocks/package.json (2231B)
{ "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": "^4.0.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": "^31.6.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", "express": "^4.22.2", "qs": "^6.15.2", "react-phone-number-input": "^3.4.14" } }