{
  "name": "tinacms-doc-toolkit",
  "version": "0.1.1",
  "description": "",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "prepublish": "yarn run build",
    "prepush": "yarn run build",
    "prepack": "yarn run build",
    "start": "yarn run watch",
    "watch": "tinacms-scripts watch",
    "dev": "tinacms-scripts dev",
    "build": "tinacms-scripts build",
    "test": "jest --passWithNoTests",
    "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
    "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
  },
  "keywords": [
    "tinamcs"
  ],
  "author": "logan-anderson",
  "devDependencies": {
    "@tinacms/scripts": "^0.26.0",
    "@types/jest": "^26.0.10",
    "@types/mdx-js__react": "^1.5.3",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.9.4",
    "@types/react-syntax-highlighter": "^11.0.5",
    "@types/styled-components": "^5.1.4",
    "@types/vfile-message": "^2.0.0",
    "react-tinacms-inline": "^0.27.3",
    "tinacms": "^0.28.0"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-final-form": "^6.3.0",
    "react-tinacms-inline": "^0.27.3",
    "tinacms": "^0.27.1"
  },
  "dependencies": {
    "@mapbox/rehype-prism": "^0.5.0",
    "@mdx-js/loader": "^1.6.18",
    "@mdx-js/react": "^1.6.19",
    "@next/mdx": "^9.5.5",
    "@tinacms/styles": "^0.33.0",
    "bloomer": "^0.6.5",
    "prism-react-renderer": "^1.1.1",
    "react-syntax-highlighter": "^15.2.1",
    "remark-highlight.js": "^6.0.0",
    "styled-components": "^5.2.1"
  },
  "gitHead": "00cd393271f7de5180e93c31c25fdd08fef14e45"
}
