{
  "name": "@focus-reactive/react-yaml",
  "version": "1.1.2",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "dev": "next dev",
    "dev:watch": "nodemon --exec yarn prepare",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "prepare": "package-prepare"
  },
  "dependencies": {
    "@codemirror/basic-setup": "^0.19.0",
    "@codemirror/commands": "^0.19.3",
    "@codemirror/lang-javascript": "^0.19.1",
    "@codemirror/legacy-modes": "^0.19.0",
    "@codemirror/rangeset": "^0.19.1",
    "@codemirror/state": "^0.19.1",
    "@codemirror/stream-parser": "^0.19.2",
    "@codemirror/theme-one-dark": "^0.19.0",
    "@codemirror/tooltip": "^0.19.2",
    "@codemirror/view": "^0.19.4",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@usulpro/package-prepare": "^1.3.1",
    "babel-eslint": "^10.1.0",
    "eslint": "7.32.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-next": "11.1.2",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jest": "^24.3.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.4",
    "next": "11.1.2",
    "nodemon": "^2.0.12",
    "prettier": "^2.0.5",
    "react": "^17.0.2",
    "react-dom": "17.0.2"
  },
  "peerDependencies": {
    "react": "*"
  },
  "homepage": "https://headless-cms-yaml-input.vercel.app/",
  "bugs": {
    "url": "https://github.com/focusreactive/headless-cms-yaml-input/tree/master/react-yaml/issues"
  },
  "author": "Oleg Proskurin <oleg@focusreactive.com> (https://github.com/focusreactive)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/focusreactive/headless-cms-yaml-input.git"
  },
  "keywords": [
    "react",
    "yaml",
    "syntax",
    "highlight",
    "validation",
    "component",
    "input",
    "editor",
    "plugin",
    "extension",
    "addon",
    "custom",
    "field",
    "custom-field",
    "codemirror",
    "js-yaml",
    "react-yaml"
  ]
}
