UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@readme/markdown-magic",
3 "description": "ReadMe's React-based legacy Markdown parser",
4 "version": "9.3.0",
5 "author": "Dom Harrington <dom@harrington-mail.com>",
6 "license": "ISC",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/readmeio/api-explorer.git",
10 "directory": "packages/markdown-magic"
11 },
12 "scripts": {
13 "lint": "eslint . --ext .jsx --ext .js",
14 "pretest": "npm run lint && npm run prettier",
15 "prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
16 "test": "jest --coverage --runInBand"
17 },
18 "dependencies": {
19 "@readme/emojis": "1.0.0",
20 "@readme/syntax-highlighter": "^7.2.3",
21 "@readme/variable": "^9.3.0",
22 "hast-util-sanitize": "1.3.1",
23 "prop-types": "^15.7.2",
24 "rehype-raw": "4.0.2",
25 "rehype-react": "3.1.0",
26 "rehype-sanitize": "2.0.3",
27 "remark-breaks": "1.0.5",
28 "remark-parse": "7.0.2",
29 "remark-rehype": "7.0.0",
30 "unified": "8.4.2"
31 },
32 "peerDependencies": {
33 "react": "16.x"
34 },
35 "devDependencies": {
36 "@readme/eslint-config": "^3.2.0",
37 "eslint": "^7.0.0",
38 "jest": "^26.0.1",
39 "prettier": "^2.0.1",
40 "react": "^16.14.0"
41 },
42 "prettier": "@readme/eslint-config/prettier",
43 "gitHead": "9d14c5f561b8b325bf1f3fe6026e25f7c4bd2da4"
44}