{ "name": "@woocommerce/plugin-woo-ai", "private": true, "description": "Implementing WooCommerce AI Experiments.", "license": "GPL-2.0", "repository": { "type": "git", "url": "git://github.com/woocommerce/woo-ai.git" }, "title": "Woo AI", "version": "0.5.0", "homepage": "http://github.com/woocommerce/woo-ai", "devDependencies": { "@babel/preset-react": "7.23.3", "@svgr/webpack": "^8.1.0", "@testing-library/react": "12.1.5", "@testing-library/dom": "9.3.3", "@testing-library/jest-dom": "5.16.5", "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0", "@types/debug": "^4.1.12", "@types/jquery": "^3.5.29", "@types/react": "^17.0.71", "@types/react-dom": "^17.0.25", "@babel/preset-typescript": "7.23.2", "@types/wordpress__components": "^19.10.5", "@woocommerce/dependency-extraction-webpack-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*", "@wordpress/data": "wp-6.0", "@wordpress/env": "^8.13.0", "@wordpress/prettier-config": "2.17.0", "@wordpress/scripts": "^19.2.4", "babel-jest": "~27.5.1", "eslint": "^8.55.0", "prettier": "npm:wp-prettier@^2.8.5", "ts-loader": "^9.5.1", "typescript": "^5.3.3", "uglify-js": "^3.17.4", "wireit": "0.14.3" }, "scripts": { "build": "pnpm build:admin && pnpm uglify", "build:admin": "wp-scripts build", "build:dev": "pnpm lint:js && pnpm build", "build:zip": "./bin/build-zip.sh", "changelog": "composer install && composer exec -- changelogger", "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses", "format:js": "wp-scripts format-js", "postinstall": "composer install", "lint:css": "wp-scripts lint-style", "lint:css:fix": "wp-scripts lint-style --fix", "lint:js": "wp-scripts lint-js", "lint:js:fix": "wp-scripts lint-js --fix", "lint:md:docs": "wp-scripts lint-md-docs", "lint:md:js": "wp-scripts lint-md-js", "lint:pkg-json": "wp-scripts lint-pkg-json", "packages-update": "wp-scripts packages-update", "start": "wp-scripts start", "test:e2e": "wp-scripts test-e2e", "test:unit": "wp-scripts test-unit-js --config tests/js/jest.config.js", "uglify": "rm -f $npm_package_assets_js_min && for f in $npm_package_assets_js_js; do file=${f%.js}; node_modules/.bin/uglifyjs $f -c -m > $file.min.js; done" }, "dependencies": { "@automattic/tour-kit": "^1.1.1", "@emotion/react": "^11.11.1", "@types/prop-types": "^15.7.11", "@types/react-outside-click-handler": "^1.3.3", "@woocommerce/ai": "workspace:0.1.0-beta.0", "@woocommerce/components": "workspace:*", "@woocommerce/tracks": "workspace:*", "@wordpress/api-fetch": "wp-6.0", "@wordpress/components": "wp-6.0", "@wordpress/compose": "wp-6.0", "@wordpress/element": "wp-6.0", "@wordpress/hooks": "wp-6.0", "@wordpress/i18n": "wp-6.0", "@wordpress/notices": "wp-6.0", "@wordpress/plugins": "wp-6.0", "@wordpress/preferences": "wp-6.0", "debug": "^4.3.4", "prop-types": "^15.8.1", "react-query": "^3.39.3" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "engines": { "node": "^16.14.1", "pnpm": "^8.12.1" }, "lint-staged": { "*.php": [ "php -d display_errors=1 -l", "composer run-script phpcs-pre-commit" ], "*.(t|j)s?(x)": [ "npm run lint:js:fix" ], "*.scss": [ "npm run lint:css:fix" ] } }