{ "name": "wordpress-seo", "license": "GPL-2.0+", "description": "Development files for the Yoast SEO plugin", "private": true, "plugin": { "glotpress": "http://translate.wordpress.org", "textdomain": "wordpress-seo" }, "pot": { "reportmsgidbugsto": "https://github.com/yoast/wordpress-seo/issues", "languageteam": "Yoast Translate ", "lasttranslator": "Yoast Translate Team " }, "repository": { "type": "git", "url": "https://github.com/Yoast/wordpress-seo" }, "workspaces": { "packages": [ "packages/*" ], "nohoist": [ "**/sassdash" ] }, "scripts": { "lint": "yarn lint:packages && yarn lint:tooling", "lint:packages": "lerna run lint", "lint:tooling": "eslint . --max-warnings=0", "test": "lerna run test", "build": "lerna run build", "build:css": "postcss css/dist/*.css --verbose --replace", "webpack-analyze-bundle": "wp-scripts build --config config/webpack/webpack.config.js --webpack-bundle-analyzer", "start": "wp-scripts start --config config/webpack/webpack.config.js --webpack-src-dir=packages/**/src", "sync:wp-deps": "node config/scripts/sync-wp-dependencies.js" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.18.5", "@slack/webhook": "^5.0.2", "@tailwindcss/forms": "^0.5.2", "@wordpress/dependency-extraction-webpack-plugin": "^4.28.0", "@wordpress/scripts": "^26.16.0", "@yoast/babel-preset": "^1.1.1", "@yoast/browserslist-config": "^1.2.3", "@yoast/grunt-plugin-tasks": "^2.4", "@yoast/postcss-preset": "^1.2.0", "@yoast/tailwindcss-preset": "^2.3.0", "@yoast/ui-library": "^4.0.0", "colors": "1.4.0", "copy-webpack-plugin": "^12.0.2", "core-js": "^2.6.12", "cross-env": "^7.0.3", "dotenv": "^8.2.0", "eslint": "^8.57.0", "eslint-config-yoast": "^6.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.1", "grunt-git": "^1.0.14", "grunt-prompt": "^1.3.3", "grunt-shell": "^3.0.1", "jest": "^27.5.1", "jest-styled-components": "^7.0.3", "lerna": "^6.4.1", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.5.1", "node-fetch": "^2.6.1", "postcss": "^8.4.14", "postcss-cli": "^9.1.0", "readline-sync": "^1.4.9", "tmp": "^0.1.0", "webpack": "^5.88.2", "webpack-bundle-analyzer": "^4.9.1" }, "yoast": { "pluginVersion": "22.7-RC6" }, "version": "0.0.0" }