{
  "name": "@meetingmaker/material-ui",
  "version": "4.11.4",
  "scripts": {
    "proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
    "deduplicate": "node scripts/deduplicate.js",
    "argos": "argos upload test/regressions/screenshots/chrome --token $ARGOS_TOKEN",
    "build:codesandbox": "lerna run --parallel --scope \"@material-ui/*\" build",
    "docs:api": "rimraf ./docs/pages/api-docs && cross-env BABEL_ENV=test __NEXT_EXPORT_TRAILING_SLASH=true babel-node ./docs/scripts/buildApi.js ./packages/material-ui/src ./docs/pages/api-docs && cross-env BABEL_ENV=test __NEXT_EXPORT_TRAILING_SLASH=true babel-node ./docs/scripts/buildApi.js ./packages/material-ui-lab/src ./docs/pages/api-docs",
    "docs:build": "yarn workspace docs build",
    "docs:build-sw": "yarn workspace docs build-sw",
    "docs:build-color-preview": "babel-node scripts/buildColorTypes",
    "docs:deploy": "yarn workspace docs deploy",
    "docs:dev": "yarn workspace docs dev",
    "docs:export": "yarn workspace docs export",
    "docs:icons": "yarn workspace docs icons",
    "docs:size-why": "cross-env DOCS_STATS_ENABLED=true yarn docs:build",
    "docs:start": "yarn workspace docs start",
    "docs:i18n": "cross-env BABEL_ENV=test babel-node ./docs/scripts/i18n.js",
    "docs:typescript": "yarn workspace docs typescript:transpile:dev",
    "docs:typescript:check": "yarn workspace docs typescript",
    "docs:typescript:formatted": "yarn workspace docs typescript:transpile",
    "docs:mdicons:synonyms": "babel-node --config-file ./babel.config.js ./docs/scripts/updateIconSynonyms",
    "extract-error-codes": "lerna run --parallel extract-error-codes",
    "framer:build": "yarn workspace framer build",
    "jsonlint": "node scripts/jsonlint.js",
    "lint": "eslint . --cache --report-unused-disable-directives",
    "lint:ci": "eslint . --report-unused-disable-directives",
    "lint:fix": "eslint . --cache --fix",
    "prettier": "node ./scripts/prettier.js",
    "prettier:all": "node ./scripts/prettier.js write",
    "size:snapshot": "node scripts/sizeSnapshot/create",
    "size:why": "size-limit --why packages/material-ui/build/index.js",
    "start": "yarn docs:dev",
    "test": "yarn lint && yarn typescript && yarn test:coverage",
    "test:coverage": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.js' 'docs/**/*.test.js' --exclude '**/node_modules/**' && nyc report -r lcovonly",
    "test:coverage:html": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/**/*.test.js' --exclude '**/node_modules/**' && nyc report --reporter=html",
    "test:karma": "cross-env NODE_ENV=test karma start test/karma.conf.js",
    "test:regressions": "yarn test:regressions:build && rimraf test/regressions/screenshots/chrome/* && vrtest run --config test/vrtest.config.js --record",
    "test:regressions:build": "webpack --config test/regressions/webpack.config.js",
    "test:umd": "node packages/material-ui/test/umd/run.js",
    "test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.js' 'docs/**/*.test.js' 'scripts/**/*.test.js' --exclude '**/node_modules/**'",
    "test:watch": "yarn test:unit --watch",
    "typescript": "lerna run --no-bail --parallel typescript"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/node": "^7.10.1",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
    "@babel/plugin-transform-object-assign": "^7.10.1",
    "@babel/plugin-transform-react-constant-elements": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-react": "^7.10.1",
    "@babel/register": "^7.10.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@testing-library/dom": "^7.0.3",
    "@testing-library/react": "^10.0.1",
    "@testing-library/react-hooks": "3.3.0",
    "@types/chai": "^4.2.3",
    "@types/chai-dom": "^0.0.9",
    "@types/enzyme": "^3.10.3",
    "@types/fs-extra": "^9.0.0",
    "@types/glob": "^7.1.1",
    "@types/jsdom": "^16.1.0",
    "@types/lodash": "^4.14.138",
    "@types/mocha": "^7.0.1",
    "@types/prettier": "^2.0.0",
    "@types/react": "^16.9.3",
    "@types/sinon": "^9.0.0",
    "argos-cli": "^0.1.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-macros": "^2.8.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-optimize-clsx": "^2.3.0",
    "babel-plugin-react-remove-properties": "^0.3.0",
    "babel-plugin-tester": "^9.0.0",
    "babel-plugin-transform-dev-warning": "^0.1.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.21",
    "chai": "^4.1.2",
    "chai-dom": "^1.8.1",
    "chalk": "^4.0.0",
    "compression-webpack-plugin": "^4.0.0",
    "confusing-browser-globals": "^1.0.9",
    "core-js": "^2.6.11",
    "cross-env": "^7.0.0",
    "danger": "^10.0.0",
    "dom-accessibility-api": "^0.5.1",
    "dtslint": "^3.2.0",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.2.0",
    "eslint-import-resolver-webpack": "^0.12.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-mocha": "^6.1.1",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^2.1.1",
    "expect-puppeteer": "^4.3.0",
    "format-util": "^1.0.5",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.2",
    "glob-gitignore": "^1.0.11",
    "jsdom": "^16.0.0",
    "karma": "^5.0.1",
    "karma-browserstack-launcher": "~1.4.0",
    "karma-chrome-launcher": "^3.0.0",
    "karma-mocha": "^2.0.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "lerna": "^3.16.4",
    "lodash": "^4.17.15",
    "mocha": "^7.0.0",
    "node-fetch": "^ 2.6.0",
    "nyc": "^15.0.0",
    "prettier": "^2.0.1",
    "pretty-bytes": "^5.3.0",
    "pretty-format-v24": "npm:pretty-format@24",
    "prop-types": "^15.7.2",
    "puppeteer": "^3.0.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-test-renderer": "^16.13.0",
    "remark": "^12.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.10.8",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^6.1.0",
    "sinon": "^9.0.0",
    "size-limit": "^0.21.0",
    "ts-node": "^8.3.0",
    "tslint": "5.14.0",
    "typescript": "^3.8.2",
    "typescript-to-proptypes": "^2.0.1",
    "unist-util-visit": "^2.0.2",
    "vrtest-mui": "^0.3.3",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9",
    "yargs": "^15.2.0",
    "yarn-deduplicate": "^2.0.0"
  },
  "resolutions": {
    "**/@babel/core": "^7.10.2",
    "**/@babel/plugin-proposal-class-properties": "^7.10.1",
    "**/@babel/plugin-proposal-object-rest-spread": "^7.10.1",
    "**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
    "**/@babel/plugin-proposal-optional-chaining": "^7.10.1",
    "**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
    "**/@babel/plugin-transform-runtime": "^7.10.1",
    "**/@babel/preset-env": "^7.10.2",
    "**/@babel/preset-react": "^7.10.1",
    "**/@babel/runtime": "^7.10.2",
    "**/@babel/types": "^7.10.2",
    "**/hoist-non-react-statics": "^3.3.2",
    "**/next/terser": "^4.1.2",
    "**/react-is": "^16.13.1"
  },
  "nyc": {
    "include": [
      "packages/material-ui/src/**/*.js",
      "packages/material-ui-utils/src/**/*.js",
      "packages/material-ui-styles/src/**/*.js"
    ],
    "exclude": [
      "**/*.test.js"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "workspaces": [
    "packages/*",
    "docs",
    "framer"
  ]
}
