{
  "name": "react-code-markdown-loader",
  "version": "0.0.26",
  "description": "",
  "main": "lib/markdown-loader.js",
  "files": [
    "lib"
  ],
  "keywords": [
    "react",
    "markdown",
    "md",
    "code",
    "preview",
    "demo",
    "loader"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NicoKam/react-code-markdown-loader"
  },
  "scripts": {
    "start": "webpack",
    "debug": "node --inspect-brk ./node_modules/webpack/bin/webpack.js",
    "compile": "k-tools compile",
    "prepublishOnly": "npm run compile",
    "pub": "npm publish --registry=https://registry.npmjs.org/ && git push",
    "ppub": "npm version patch && npm run pub",
    "watch": "tsc -p ./tsconfig.json --watch"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@mapbox/hast-util-to-jsx": "^1.0.0",
    "change-case": "^4.1.1",
    "clipboard-polyfill": "^3.0.1",
    "glob": "^7.1.6",
    "hast-util-from-parse5": "^6.0.0",
    "hast-util-has-property": "^1.0.4",
    "hast-util-is-element": "^1.0.4",
    "hast-util-to-string": "^1.0.4",
    "loader-utils": "^2.0.0",
    "parse5": "^6.0.1",
    "prefix-classnames": "^0.0.3",
    "rehype-parse": "^7.0.1",
    "remark-frontmatter": "^2.0.0",
    "remark-parse": "^8.0.3",
    "remark-rehype": "^7.0.0",
    "slash": "^3.0.0",
    "unified": "^9.1.0",
    "yaml": "^1.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-function-sent": "^7.10.4",
    "@babel/plugin-proposal-json-strings": "^7.10.4",
    "@babel/plugin-proposal-numeric-separator": "^7.10.4",
    "@babel/plugin-proposal-throw-expressions": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@types/node": "^14.6.4",
    "@types/react": "^16.9.49",
    "antd": "^4.6.2",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "k-tools": "^0.2.2",
    "prettier": "^2.1.1",
    "raw-loader": "^4.0.1",
    "react": "^16.13.1",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  }
}
