-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.5 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.5 KB
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
54
55
56
57
58
59
60
61
62
{
"name": "@uiw/react-markdown-editor",
"version": "6.1.2",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-markdown-editor",
"main": "cjs/index.js",
"module": "esm/index.js",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-markdown-editor"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"files": [
"src/**/*.{ts,tsx,less}",
"markdown-editor.css",
"cjs",
"esm"
],
"peerDependencies": {
"@babel/runtime": ">=7.10.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"keywords": [
"array-viewer",
"component",
"interactive",
"interactive-json",
"json",
"json-component",
"json-display",
"json-tree",
"json-view",
"json-viewer",
"json-inspector",
"json-tree",
"react",
"react-component",
"react-json",
"theme",
"tree",
"tree-view",
"treeview"
],
"dependencies": {
"@babel/runtime": "^7.22.6",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/language-data": "^6.1.0",
"@uiw/codemirror-extensions-events": "^4.12.3",
"@uiw/codemirror-themes": "^4.12.3",
"@uiw/react-codemirror": "^4.12.3",
"@uiw/react-markdown-preview": "^5.0.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react-test-renderer": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0"
}
}