{
  "name": "@yoast/components",
  "version": "3.0.0-alpha.3",
  "description": "Yoast Components",
  "main": "build/index.js",
  "private": false,
  "files": [
    "build",
    "!*.map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yoast/wordpress-seo",
    "directory": "packages/components"
  },
  "author": "Yoast",
  "license": "GPL-3.0",
  "scripts": {
    "build": "yarn clean && yarn build:js && yarn build:css",
    "build:js": "babel src --out-dir build",
    "build:css": "postcss src/**/*.css --base src --dir build",
    "clean": "rm -rf build",
    "lint": "eslint . --max-warnings=98",
    "test": "jest",
    "watch": "yarn clean && ( yarn watch:js & yarn watch:css )",
    "watch:js": "yarn build:js --watch",
    "watch:css": "yarn build:css --watch"
  },
  "dependencies": {
    "@wordpress/a11y": "^4.8.2",
    "@wordpress/i18n": "^5.8.2",
    "@wordpress/element": "^6.8.1",
    "@yoast/helpers": "^0.17.0-alpha.2",
    "@yoast/style-guide": "^0.14.0-alpha.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-modal": "^3.8.1",
    "react-select": "^5.10.2",
    "styled-components": "^5.3.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.17.10",
    "@babel/plugin-transform-react-jsx": "^7.17.3",
    "@babel/preset-env": "^7.16.11",
    "@yoast/browserslist-config": "^1.2.5",
    "@yoast/eslint-config": "^8.1.0",
    "autoprefixer": "^10.4.16",
    "babel-plugin-styled-components": "^2.0.6",
    "browserslist": "^4.7.3",
    "cssnano": "^6.0.2",
    "eslint": "^9.16.0",
    "globals": "^15.13.0",
    "jest": "^27.5.1",
    "jest-styled-components": "^7.0.3",
    "postcss": "^8.4.32",
    "postcss-import": "^15.1.0",
    "raf": "^3.4.0",
    "react-test-renderer": "^18.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
