{
  "name": "@inoft/eui",
  "description": "Inoft fork of the Elastic UI Component Library",
  "version": "31.4.3",
  "license": "Apache-2.0",
  "main": "lib",
  "module": "es",
  "types": "eui.d.ts",
  "docker_image": "node:10",
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "scripts": {
    "start": "cross-env BABEL_MODULES=false webpack-dev-server --inline --hot --config=src-docs/webpack.config.js",
    "test-docker": "node ./scripts/test-docker.js",
    "sync-docs": "node ./scripts/docs-sync.js",
    "build-docs": "cross-env BABEL_MODULES=false cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 webpack --config=src-docs/webpack.config.js",
    "build": "yarn extract-i18n-strings && node ./scripts/compile-clean.js && node ./scripts/compile-eui.js && node ./scripts/compile-scss.js $npm_package_name",
    "compile-icons": "node ./scripts/compile-icons.js && prettier --write --loglevel=warn \"./src/components/icon/assets/**/*.js\"",
    "extract-i18n-strings": "node ./scripts/babel/fetch-i18n-strings",
    "lint": "yarn tsc --noEmit && yarn lint-es && yarn lint-sass",
    "lint-fix": "yarn lint-es-fix",
    "lint-es": "eslint --cache \"{src,src-docs}/**/*.{ts,tsx,js}\" --max-warnings 0",
    "lint-es-fix": "yarn lint-es --fix",
    "lint-sass": "sass-lint -v --max-warnings 0",
    "lint-sass-fix": "sass-lint-auto-fix -c ./.sass-lint-fix.yml",
    "test": "yarn lint && yarn test-unit",
    "test-unit": "cross-env NODE_ENV=test jest --config ./scripts/jest/config.json",
    "test-a11y": "node ./scripts/a11y-testing",
    "test-staged": "yarn lint && node scripts/test-staged.js",
    "start-test-server": "BABEL_MODULES=false NODE_ENV=puppeteer NODE_OPTIONS=--max-old-space-size=4096 webpack-dev-server --config src-docs/webpack.config.js --port 9999",
    "yo-component": "yo ./generator-eui/app/component.js",
    "update-token-changelog": "node ./scripts/update-token-changelog.js",
    "start-test-server-and-a11y-test": "start-server-and-test start-test-server http-get://localhost:9999 test-a11y",
    "yo-doc": "yo ./generator-eui/app/documentation.js",
    "release": "node ./scripts/release.js",
    "postinstall": "node ./scripts/postinstall.js",
    "version": "node ./scripts/update-changelog-version.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elastic/eui.git"
  },
  "pre-commit": [
    "test-staged"
  ],
  "dependencies": {
    "babel-cli": "^6.26.0",
    "chroma-js": "^2.1.0",
    "classnames": "^2.2.6",
    "highlight.js": "^9.18.5",
    "lodash": "^4.17.20",
    "numeral": "^2.0.6",
    "prop-types": "^15.6.0",
    "react-ace": "^7.0.5",
    "react-beautiful-dnd": "^13.0.0",
    "react-dropzone": "^11.2.0",
    "react-focus-on": "^3.5.0",
    "react-input-autosize": "^2.2.2",
    "react-is": "~16.3.0",
    "react-virtualized-auto-sizer": "^1.0.2",
    "react-window": "^1.8.5",
    "rehype-raw": "^5.0.0",
    "rehype-react": "^6.0.0",
    "rehype-stringify": "^8.0.0",
    "remark-emoji": "^2.1.0",
    "remark-highlight.js": "^6.0.0",
    "remark-parse": "^8.0.3",
    "remark-rehype": "^8.0.0",
    "tabbable": "^3.0.0",
    "text-diff": "^1.0.1",
    "unified": "^9.2.0",
    "unist-util-visit": "^2.0.3",
    "url-parse": "^1.4.7",
    "uuid": "^8.3.0",
    "vfile": "^4.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.12.1",
    "@inoft/charts": "^20.0.0",
    "@elastic/datemath": "^5.0.3",
    "@inoft/eslint-config-kibana": "^0.15.0",
    "@svgr/core": "5.4.0",
    "@svgr/plugin-svgo": "^4.0.3",
    "@types/chroma-js": "^2.0.0",
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.5",
    "@types/highlight.js": "^9.12.4",
    "@types/jest": "^24.0.6",
    "@types/lodash": "^4.14.160",
    "@types/node": "^10.17.5",
    "@types/numeral": "^0.0.28",
    "@types/react": "^16.9.34",
    "@types/react-beautiful-dnd": "^13.0.0",
    "@types/react-dom": "^16.9.6",
    "@types/react-input-autosize": "^2.2.0",
    "@types/react-is": "^16.7.1",
    "@types/react-router-dom": "^5.1.5",
    "@types/react-virtualized-auto-sizer": "^1.0.0",
    "@types/react-window": "^1.8.2",
    "@types/tabbable": "^3.1.0",
    "@types/url-parse": "^1.4.3",
    "@types/uuid": "^8.3.0",
    "@types/vfile-message": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^4.8.1",
    "argparse": "^2.0.1",
    "autoprefixer": "^9.8.6",
    "axe-core": "^4.1.1",
    "axe-puppeteer": "^1.1.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^24.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-inline-react-svg": "^1.1.1",
    "babel-plugin-pegjs-inline-precompile": "^0.1.1",
    "babel-template": "^6.26.0",
    "cache-loader": "^4.1.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.4.2",
    "circular-dependency-plugin": "^5.2.0",
    "codesandbox": "^2.1.16",
    "core-js": "^3.6.5",
    "cross-env": "^7.0.2",
    "css-loader": "^4.2.2",
    "cssnano": "^4.1.10",
    "deasync": "^0.1.20",
    "dedent": "^0.7.0",
    "dts-generator": "^3.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.3",
    "enzyme-to-json": "^3.5.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-import-resolver-webpack": "^0.13.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-local": "^1.0.0",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.3",
    "eslint-plugin-react-hooks": "^4.1.2",
    "expose-gc": "^1.0.0",
    "faker": "^4.1.0",
    "file-loader": "^6.1.0",
    "findup": "^0.1.5",
    "fork-ts-checker-webpack-plugin": "^5.1.0",
    "get-port": "^5.1.1",
    "glob": "^7.1.6",
    "html": "^1.0.0",
    "html-format": "^1.0.1",
    "html-webpack-plugin": "^4.4.1",
    "jest": "^24.1.0",
    "jest-cli": "^24.1.0",
    "moment": "^2.27.0",
    "moment-timezone": "^0.5.31",
    "node-sass": "^4.14.1",
    "nodegit": "^0.27.0",
    "null-loader": "^4.0.1",
    "pegjs": "^0.10.0",
    "postcss-cli": "^7.1.2",
    "postcss-inline-svg": "^4.1.0",
    "postcss-loader": "^4.0.1",
    "pre-commit": "^1.2.2",
    "prettier": "^2.1.2",
    "prettier-stylelint": "^0.4.2",
    "prompt": "^1.0.0",
    "prop-types": "^15.6.0",
    "puppeteer": "^5.5.0",
    "raw-loader": "^4.0.1",
    "react": "^16.12.0",
    "react-docgen-typescript": "^1.20.5",
    "react-dom": "^16.12.0",
    "react-redux": "^7.2.1",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-router-redux": "^4.0.8",
    "react-test-renderer": "^16.12.0",
    "react-view": "^2.3.2",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "resolve": "^1.17.0",
    "rimraf": "^3.0.2",
    "sass-extract": "^2.1.0",
    "sass-lint": "^1.13.1",
    "sass-lint-auto-fix": "^0.21.2",
    "sass-loader": "^10.0.1",
    "sass-vars-to-js-loader": "^2.1.1",
    "shelljs": "^0.8.4",
    "start-server-and-test": "^1.11.3",
    "style-loader": "^1.2.1",
    "terser-webpack-plugin": "^4.1.0",
    "typescript": "4.0.5",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^4.1.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "yeoman-generator": "^4.12.0",
    "yo": "^3.1.1"
  },
  "peerDependencies": {
    "@elastic/datemath": "^5.0.2",
    "moment": "^2.13.0",
    "prop-types": "^15.5.0",
    "typescript": "^4.0.5"
  }
}
