UNPKG

@readme/markdown

Version:

ReadMe's React-based Markdown parser

71 lines (70 loc) 2.22 kB
{ "name": "@readme/markdown", "main": "dist/main.node.js", "browser": "dist/main.js", "description": "ReadMe's React-based Markdown parser", "version": "6.15.1", "files": [ "styles", "components", "dist" ], "dependencies": { "@readme/emojis": "^1.0.0", "@readme/syntax-highlighter": "^6.15.1", "@readme/variable": "^6.13.0", "copy-to-clipboard": "^3.3.1", "hast-util-sanitize": "^2.0.2", "hast-util-to-string": "^1.0.3", "lodash.kebabcase": "^4.1.1", "prop-types": "^15.7.2", "react": "^16.4.2", "rehype-raw": "^4.0.1", "rehype-react": "^5.0.0", "rehype-remark": "^8.0.0", "rehype-sanitize": "^3.0.1", "rehype-stringify": "^6.0.0", "remark-breaks": "^1.0.0", "remark-parse": "^7.0.2", "remark-rehype": "^7.0.0", "remark-slug": "^6.0.0", "remark-stringify": "^8.0.0", "unified": "^8.4.0", "unist-util-flatmap": "^1.0.0", "unist-util-map": "^2.0.0", "unist-util-visit": "^2.0.1" }, "scripts": { "build": "webpack", "watch": "webpack -w --progress --mode development", "lint": "eslint . --ext .jsx --ext .js", "inspect": "jsinspect", "pretest": "npm run lint && npm run prettier && npm run inspect", "prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"", "test": "jest --coverage --runInBand", "test.watch": "npm test -- --watch --coverage=false" }, "publishConfig": { "registry": "http://registry.npmjs.org", "access": "public" }, "author": "Dom Harrington <dom@harrington-mail.com>", "license": "ISC", "repository": "https://github.com/readmeio/api-explorer/tree/master/packages/markdown", "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@readme/eslint-config": "^3.2.0", "css-loader": "^3.4.2", "eslint": "^7.0.0", "isomorphic-style-loader": "^5.1.0", "jest": "^26.0.1", "jsinspect": "^0.12.7", "mini-css-extract-plugin": "^0.9.0", "prettier": "^2.0.1", "terser-webpack-plugin": "^3.0.3", "webpack": "^4.41.0", "webpack-merge": "^4.2.2" }, "prettier": "@readme/eslint-config/prettier", "gitHead": "041c6cd8ea20ee4cc4dc185716dd2a61e077451b" }