-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.59 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.59 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
65
66
67
68
{
"name": "@richmd/react",
"version": "3.0.4",
"description": "It is a react package of Richmd.",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.jsx",
"require": "./dist/index.umd.jsx"
},
"./dist/richmd.css": {
"import": "./dist/richmd.css",
"require": "./dist/richmd.css"
},
"./dist/index.d.ts": {
"import": "./dist/index.d.ts",
"require": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "vite build && tsc",
"prepare": "pnpm build"
},
"keywords": [
"markdown",
"frontend",
"richmd",
"katex",
"html",
"react"
],
"author": "nappa <masa.yanagawa721@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/richmd/react.git"
},
"bugs": {
"url": "https://github.com/richmd/react.git/issues"
},
"homepage": "https://github.com/richmd/react.git",
"license": "MIT",
"dependencies": {
"@react-hook/event": "^1.2.6",
"@richmd/js": "3.0.3",
"html-react-parser": "^5.2.2",
"html2canvas": "^1.4.1",
"jspdf": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^7.3.1"
}
}