{ "name": "@woocommerce/block-templates", "version": "1.0.0", "description": "Utilities for working with block templates in WooCommerce admin.", "author": "Automattic", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "woocommerce" ], "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/block-templates/README.md", "repository": { "type": "git", "url": "https://github.com/woocommerce/woocommerce.git" }, "bugs": { "url": "https://github.com/woocommerce/woocommerce/issues" }, "main": "build/index.js", "module": "build-module/index.js", "types": "build-types", "react-native": "src/index", "sideEffects": [ "build-style/**", "src/**/*.scss" ], "scripts": { "build": "pnpm --if-present --filter=\"$npm_package_name...\" run build:project", "build:project": "pnpm --if-present run /^build:project:.*$/", "build:project:bundle": "wireit", "build:project:cjs": "wireit", "build:project:esm": "wireit", "changelog": "composer install && composer exec -- changelogger", "lint": "pnpm --if-present run '/^lint:lang:.*$/'", "lint:fix": "pnpm --if-present run '/^lint:fix:lang:.*$/'", "lint:fix:lang:js": "eslint src --fix", "lint:lang:js": "eslint --output-file eslint_report.json --format json src", "prepack": "pnpm run build", "test:js": "wireit", "watch:build": "pnpm run build:project --watch" }, "dependencies": { "@woocommerce/expression-evaluation": "workspace:*", "@wordpress/block-editor": "^9.8.0", "@wordpress/blocks": "^12.24.0", "@wordpress/data": "wp-6.0", "@wordpress/element": "wp-6.0" }, "devDependencies": { "@babel/core": "^7.23.5", "@babel/runtime": "^7.23.5", "@testing-library/jest-dom": "5.16.2", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^27.5.2", "@types/react": "^17.0.71", "@types/testing-library__jest-dom": "^5.14.9", "@types/wordpress__block-editor": "7.0.0", "@types/wordpress__blocks": "11.0.7", "@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "wp-6.0", "copy-webpack-plugin": "^9.1.0", "css-loader": "^3.6.0", "eslint": "^8.55.0", "jest": "~27.5.1", "jest-cli": "~27.5.1", "postcss": "^8.4.32", "postcss-loader": "^4.3.0", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "sass-loader": "^10.5.0", "ts-jest": "~29.1.1", "typescript": "^5.3.3", "webpack": "^5.89.0", "webpack-cli": "^3.3.12", "wireit": "^0.14.1" }, "peerDependencies": { "@types/react": "^17.0.71", "react": "^17.0.2", "react-dom": "^17.0.2" }, "publishConfig": { "access": "public" }, "wireit": { "build:project:bundle": { "command": "webpack", "files": [ "webpack.config.js", "src/**/*.scss" ], "output": [ "build-style" ], "dependencies": [ "dependencyOutputs" ] }, "build:project:cjs": { "command": "tsc --project tsconfig-cjs.json", "files": [ "tsconfig-cjs.json", "src/**/*.{js,jsx,ts,tsx}", "typings/**/*.ts" ], "output": [ "build" ], "dependencies": [ "dependencyOutputs" ] }, "build:project:esm": { "command": "tsc --project tsconfig.json", "files": [ "tsconfig.json", "src/**/*.{js,jsx,ts,tsx}", "typings/**/*.ts" ], "output": [ "build-module", "build-types" ], "dependencies": [ "dependencyOutputs" ] }, "test:js": { "command": "jest --config ./jest.config.json --passWithNoTests", "dependencies": [ "build:project" ] }, "dependencyOutputs": { "allowUsuallyExcludedPaths": true, "files": [ "node_modules/@woocommerce/internal-style-build/", "node_modules/@woocommerce/internal-js-tests/", "node_modules/@woocommerce/eslint-plugin/configs", "node_modules/@woocommerce/eslint-plugin/rules", "node_modules/@woocommerce/eslint-plugin/index.js", "node_modules/@woocommerce/expression-evaluation/", "package.json", "!node_modules/@woocommerce/expression-evaluation/node_modules", "!node_modules/@woocommerce/expression-evaluation/.git", "!node_modules/@woocommerce/expression-evaluation/.svn", "!node_modules/@woocommerce/expression-evaluation/src", "!node_modules/@woocommerce/internal-js-tests/node_modules", "!node_modules/@woocommerce/internal-js-tests/.git", "!node_modules/@woocommerce/internal-js-tests/.svn", "!node_modules/@woocommerce/internal-js-tests/src", "!node_modules/@woocommerce/internal-style-build/node_modules", "!node_modules/@woocommerce/internal-style-build/.git", "!node_modules/@woocommerce/internal-style-build/.svn", "!node_modules/@woocommerce/internal-style-build/src" ] } } }