-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@nexivil/react-markdown-editor",
"version": "0.1.2",
"description": "react markdown editor component which is made of markdown-it and many other plugins",
"main":"src/App.js",
"private": false,
"license": "MIT",
"repository": "[email protected]:Nexivil-Inc/react-markdown-editor.git",
"author": "Nexivil <[email protected]>",
"dependencies": {
"@liradb2000/markdown-it-katex": "^2.0.4",
"@liradb2000/markdown-it-mermaid": "^0.3.2",
"@liradb2000/markdown-it-toc-done-right": "^3.0.3",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"apexcharts": "^3.6.6",
"classnames": "^2.2.6",
"dompurify": "^1.0.10",
"insert-text-at-cursor": "^0.1.2",
"katex": "^0.10.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-apexcharts": "^0.2.1",
"markdown-it-footnote": "^3.0.1",
"mdi-material-ui": "^5.11.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.0",
"uslug": "^1.0.4"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"apexcharts",
"charts",
"bar",
"apex",
"apexchart",
"mermaid",
"react",
"editor",
"chart"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}