{
  "name": "@mozilla-frontend-infra/components",
  "version": "3.0.7",
  "description": "Mozilla Front End Infra Shareable React Components",
  "repository": "mozilla-frontend-infra/components",
  "engines": {
    "npm": "^6.12.0",
    "yarn": "^1.17.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MPL-2.0",
  "main": "./index.js",
  "scripts": {
    "start": "styleguidist server",
    "build": "webpack --mode production && scripts/copyFiles",
    "lint": "eslint --cache --format codeframe --ext js,jsx src",
    "test": "jest",
    "update:authors": "scripts/authors",
    "styleguide:build": "styleguidist build",
    "styleguide:deploy": "styleguidist build && gh-pages -d styleguide --remote upstream",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-decorators": "^7.4.0",
    "@material-ui/core": "^4.5.1",
    "@mozilla-frontend-infra/react-lint": "^1.1.0",
    "@neutrinojs/jest": "^9.0.0-rc.0",
    "@neutrinojs/react-components": "^9.0.0-rc.0",
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.4",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "conventional-changelog-eslint": "^3.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "enzyme-to-json": "^3.4.3",
    "eslint": "^5.8.0",
    "gh-pages": "^2.0.1",
    "jest": "^24.9.0",
    "jest-prop-type-error": "^1.1.0",
    "neutrino": "^9.0.0-rc.0",
    "prettier": "^1.14.3",
    "react": "^16.10.2",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.10.2",
    "react-styleguidist": "^7.3.11",
    "semantic-release": "^15.9.16",
    "verdaccio": "^3.13.0",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.2.1"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.0.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "codemirror": "^5.39.0",
    "error-stack-parser": "^2.0.2",
    "highlight.js": "^9.12.0",
    "is-absolute-url": "^2.1.0",
    "js-yaml": "^3.13.1",
    "jsonlint-mod": "^1.7.2",
    "markdown-it": "^10.0.0",
    "markdown-it-highlightjs": "^3.0.0",
    "markdown-it-link-attributes": "^2.1.0",
    "mdi-react": "^4.0.0",
    "prop-types": "^15.6.2",
    "ramda": "^0.26.1",
    "react-codemirror2": "^5.1.0",
    "react-fout-stager": "^3.0.0",
    "react-router-dom": "^4.3.1",
    "redbox-react": "^1.6.0",
    "typeface-roboto": "^0.0.54"
  },
  "bugs": {
    "url": "https://github.com/mozilla-frontend-infra/components/issues"
  }
}
