UNPKG

@readme/markdown

Version:

ReadMe's React-based Markdown parser

130 lines (129 loc) 4.29 kB
{ "name": "@readme/markdown", "description": "ReadMe's React-based Markdown parser", "author": "Rafe Goldberg <rafe@readme.io>", "version": "6.55.1", "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", "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", "test": "jest --coverage --runInBand --testPathIgnorePatterns '__tests__/browser'", "test.watch": "jest --watch --coverage=false --testPathIgnorePatterns '__tests__/browser'", "test.browser": "jest --runInBand --testPathPattern '__tests__/browser'", "watch": "webpack -w --progress --mode production" }, "dependencies": { "@readme/emojis": "^5.0.0", "@readme/syntax-highlighter": "^12.0.2", "copy-to-clipboard": "^3.3.2", "emoji-regex": "^10.2.1", "hast-util-sanitize": "^4.0.0", "lodash.escape": "^4.0.1", "lodash.kebabcase": "^4.1.1", "mdast-util-toc": "^5.1.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "prop-types": "^15.8.1", "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", "trim": "^1.0.1", "unified": "^8.4.0", "unist-util-flatmap": "^1.0.0", "unist-util-map": "^3.1.2", "unist-util-select": "^4.0.0" }, "peerDependencies": { "@readme/variable": "^15.1.0", "@tippyjs/react": "^4.1.0", "react": "^16.14.0", "react-dom": "^16.14.0" }, "devDependencies": { "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.19.4", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@commitlint/cli": "^17.1.2", "@commitlint/config-angular": "^17.1.0", "@commitlint/config-conventional": "^17.1.0", "@hot-loader/react-dom": "^16.14.0", "@readme/eslint-config": "^10.1.1", "@readme/variable": "^15.1.2", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.2", "@tippyjs/react": "^4.2.6", "babel-jest": "^29.2.1", "babel-loader": "^8.2.5", "codemirror": "^5.54.0", "core-js": "^3.25.5", "css-loader": "^6.7.1", "eslint": "^8.25.0", "husky": "^8.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^28.1.3", "jest-environment-jsdom": "^29.2.1", "jest-environment-puppeteer": "^6.1.1", "jest-image-snapshot": "^5.2.0", "jest-puppeteer": "^6.1.1", "mini-css-extract-plugin": "^2.6.1", "node-sass": "^7.0.3", "prettier": "^2.7.1", "puppeteer": "^19.0.0", "react": "^16.14.0", "react-dom": "^16.14.0", "react-hot-loader": "^4.13.0", "regenerator-runtime": "^0.13.10", "sass-loader": "^13.1.0", "semantic-release": "^19.0.5", "string.prototype.trimend": "^1.0.5", "terser-webpack-plugin": "^5.3.6", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.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": "450KB" }, { "path": "dist/main.node.js", "maxSize": "250KB" } ] } }