{
  "name": "@accordproject/markdown-editor",
  "version": "0.92.2",
  "private": false,
  "dependencies": {
    "@accordproject/markdown-cicero": "^0.11.2",
    "@accordproject/markdown-html": "^0.11.2",
    "@accordproject/markdown-slate": "^0.11.2",
    "image-extensions": "^1.1.0",
    "is-hotkey": "^0.1.6",
    "prop-types": "^15.7.2",
    "semantic-ui-react": "^0.88.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build:app": "react-scripts build",
    "test": "react-scripts test --env=jest-environment-jsdom-sixteen",
    "eject": "react-scripts eject",
    "build": "npx rollup -c",
    "fix:js": "npx eslint --fix ./src/",
    "lint:js": "npx eslint ./src/",
    "lint:style": "npx stylelint ./src/",
    "fix:style": "npx stylelint ./src/ --fix",
    "start:docs": "docz dev",
    "build:docs": "docz build"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "CI=true yarn test --passWithNoTests"
    }
  },
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.9.0",
    "@babel/preset-env": "7.9.5",
    "@babel/preset-react": "7.9.4",
    "@rollup/plugin-babel": "5.0.0",
    "@rollup/plugin-commonjs": "11.1.0",
    "@rollup/plugin-node-resolve": "7.1.3",
    "@testing-library/jest-dom": "5.5.0",
    "@testing-library/react": "10.0.3",
    "@testing-library/react-hooks": "3.2.1",
    "@testing-library/user-event": "10.1.0",
    "autoprefixer": "9.7.6",
    "docz": "2.3.1",
    "husky": "4.2.5",
    "jest-environment-jsdom-sixteen": "1.0.3",
    "lint-staged": "10.1.7",
    "npm-run-all": "4.1.5",
    "postcss-preset-env": "6.7.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "3.4.1",
    "react-test-renderer": "16.13.1",
    "recursive-copy": "2.0.10",
    "rimraf": "3.0.2",
    "rollup": "2.7.3",
    "rollup-plugin-eslint": "7.0.0",
    "rollup-plugin-filesize": "7.0.0",
    "rollup-plugin-includepaths": "0.2.3",
    "rollup-plugin-peer-deps-external": "2.2.2",
    "rollup-plugin-postcss": "3.1.1",
    "rollup-plugin-stylelint": "1.0.0",
    "rollup-plugin-terser": "5.3.0",
    "stylelint": "13.3.3",
    "stylelint-config-standard": "20.0.0",
    "stylelint-order": "4.0.0"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-dom": ">=16.13.1",
    "slate": ">=0.57.2",
    "slate-history": ">=0.57.2",
    "slate-react": ">=0.57.2",
    "styled-components": "^5.1.0"
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=10"
  }
}