UNPKG

@readme/markdown

Version:

ReadMe's React-based Markdown parser

127 lines (126 loc) 4.13 kB
{ "name": "@readme/markdown", "description": "ReadMe's React-based Markdown parser", "author": "Rafe Goldberg <rafe@readme.io>", "version": "6.33.0", "main": "dist/main.node.js", "browser": "dist/main.js", "files": [ "styles", "components", "dist" ], "scripts": { "build": "webpack --mode production", "heroku-postbuild": "make emojis && webpack --mode production --config ./webpack.dev.js", "lint": "eslint . --ext .jsx --ext .js", "prepare": "husky install", "pretest": "npm run lint", "pretest.browser": "jest --clearCache", "prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"", "release": "npx semantic-release", "release.dry": "npx semantic-release --dry-run", "start": "webpack serve --config ./webpack.dev.js --open --mode development", "sync": "rdme docs ./docs --version=2", "test": "jest --coverage --runInBand --testPathIgnorePatterns '__tests__/browser'", "test.watch": "jest --watch --coverage=false", "test.browser": "jest --runInBand --testPathPattern '__tests__/browser'", "watch": "webpack -w --progress --mode production" }, "dependencies": { "@readme/emojis": "^4.0.0", "@readme/syntax-highlighter": "^10.13.0", "copy-to-clipboard": "^3.3.1", "hast-util-sanitize": "^4.0.0", "hast-util-to-string": "^1.0.4", "lodash.kebabcase": "^4.1.1", "mdast-util-toc": "^5.1.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "prop-types": "^15.7.2", "rehype-raw": "^5.1.0", "rehype-react": "^6.2.1", "rehype-sanitize": "^4.0.0", "rehype-stringify": "^6.0.0", "remark-breaks": "^1.0.0", "remark-disable-tokenizers": "^1.0.24", "remark-frontmatter": "^2.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-select": "^4.0.0" }, "peerDependencies": { "@readme/variable": "*", "react": "^16.14.0", "react-dom": "^16.14.0" }, "devDependencies": { "@babel/core": "^7.15.5", "@babel/eslint-parser": "^7.15.7", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@commitlint/cli": "^13.1.0", "@commitlint/config-angular": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@hot-loader/react-dom": "^16.14.0", "@readme/eslint-config": "^7.1.1", "@readme/variable": "^13.5.4", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.1", "babel-jest": "^27.2.1", "babel-loader": "^8.2.2", "codemirror": "^5.63.0", "core-js": "^3.18.0", "css-loader": "^6.3.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "eslint": "^7.32.0", "husky": "^7.0.2", "identity-obj-proxy": "^3.0.0", "jest": "^27.2.1", "jest-image-snapshot": "^4.5.1", "jest-puppeteer": "^5.0.4", "mini-css-extract-plugin": "^2.3.0", "node-sass": "^6.0.1", "prettier": "^2.4.1", "puppeteer": "^10.1.0", "rdme": "^5.1.4", "react": "^16.14.0", "react-dom": "^16.14.0", "react-hot-loader": "^4.13.0", "regenerator-runtime": "^0.13.9", "sass-loader": "^12.1.0", "semantic-release": "^17.4.7", "string.prototype.trimend": "^1.0.4", "terser-webpack-plugin": "^5.2.4", "webpack": "^5.53.0", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.2.1", "webpack-merge": "^5.8.0" }, "license": "MIT", "homepage": "https://rdmd.readme.io", "repository": "https://github.com/readmeio/markdown", "prettier": "@readme/eslint-config/prettier", "bundlewatch": { "files": [ { "path": "dist/main.js", "maxSize": "400KB" }, { "path": "dist/main.node.js", "maxSize": "250KB" } ] } }