-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.67 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.67 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
63
64
{
"name": "@uiw/react-markdown-preview-example",
"version": "2.1.4",
"description": "Preview the markdown files and run the React examples in the documentation.",
"main": "cjs/index.js",
"module": "esm/index.js",
"homepage": "https://uiwjs.github.io/react-markdown-preview-example",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-markdown-preview-example.git"
},
"author": "Kenny Wang<wowohoo@qq.com>",
"license": "MIT",
"exports": {
"./README.md": "./README.md",
".": {
"import": "./esm/index.js",
"types": "./cjs/index.d.ts",
"require": "./cjs/index.js"
},
"./markdown": {
"import": "./esm/Markdown.js",
"types": "./cjs/Markdown.d.ts",
"require": "./cjs/Markdown.js"
}
},
"peerDependencies": {
"@babel/runtime": ">=7.10.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"files": [
"markdown.d.ts",
"cjs",
"esm"
],
"keywords": [
"component",
"markdown-preview",
"markdown-preview-example",
"example",
"preview",
"react",
"react-component",
"theme"
],
"dependencies": {
"@uiw/react-back-to-top": "1.2.3",
"@uiw/react-github-corners": "^1.5.15",
"@uiw/react-markdown-preview": "^5.0.0",
"@wcj/dark-mode": "^1.0.13",
"markdown-react-code-preview-loader": "^2.1.2",
"react-code-preview-layout": "^3.1.3",
"styled-components": "6.1.3"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/react-test-renderer": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0"
}
}