{
  "name": "markdown-plus",
  "version": "3.0.0-alpha.3",
  "description": "A React markdown editor and previewer.",
  "keywords": [
    "markdown",
    "editor",
    "markdown plus",
    "react markdown",
    "react markdown editor",
    "react editor"
  ],
  "homepage": "https://github.com/tylerlong/markdown-plus/",
  "bugs": {
    "url": "https://github.com/tylerlong/markdown-plus/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tylerlong/markdown-plus.git"
  },
  "license": "MIT",
  "author": "Tyler Liu",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "lint": "tsc --skipLibCheck --noEmit && eslint . --fix && prettier --write . && sort-package-json",
    "prepublishOnly": "rm -rf lib && tsc --skipLibCheck --declaration --sourceMap && rm -rf lib/demo && mv lib/src/* lib/ && rmdir lib/src",
    "postpublish": "rm -rf lib",
    "release": "rm -rf .parcel-cache docs && parcel build demo/index.html --dist-dir docs --public-url ./ && gh-pages -d docs && rm -rf docs",
    "serve": "rm -rf .parcel-cache temp && parcel demo/index.html --dist-dir temp"
  },
  "dependencies": {
    "@codemirror/commands": "^6.7.1",
    "@codemirror/lang-markdown": "^6.3.0",
    "@codemirror/language": "^6.10.3",
    "@codemirror/state": "^6.4.1",
    "@codemirror/view": "^6.34.2",
    "@fortawesome/fontawesome-free": "^6.6.0",
    "@uiw/codemirror-theme-github": "^4.23.6",
    "antd": "^5.21.6",
    "chart.js": "^4.4.6",
    "debounce": "^2.2.0",
    "github-markdown-css": "^5.7.0",
    "katex": "^0.16.11",
    "manate": "^0.9.11",
    "markdown-extensible": "^0.2.8",
    "mermaid": "^11.4.0",
    "split-grid": "^1.0.11",
    "wait-for-async": "^0.7.0"
  },
  "devDependencies": {
    "@parcel/transformer-typescript-tsc": "^2.12.0",
    "@types/node": "^22.9.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "eslint-config-tyler": "^0.2.1",
    "gh-pages": "^6.2.0",
    "globals": "^15.12.0",
    "localforage": "^1.10.0",
    "parcel": "^2.12.0",
    "parcel-namer-hashless": "^1.0.6",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "sort-package-json": "^2.10.1",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3",
    "yarn-upgrade-all": "^0.7.4"
  },
  "parcel-namer-hashless": {},
  "targets": {
    "main": false,
    "types": false
  }
}
