@zm-editor/react 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +260 -260
- package/README.md +300 -300
- package/dist/index.js +100 -74
- package/dist/styles.css +8078 -8078
- package/dist/variables.css +480 -480
- package/package.json +84 -84
package/package.json
CHANGED
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@zm-editor/react",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "React components for zm-editor - Notion-like rich text editor",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "./dist/index.js",
|
|
8
|
-
"module": "./dist/index.js",
|
|
9
|
-
"types": "./dist/index.d.ts",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"types": "./dist/index.d.ts",
|
|
13
|
-
"import": "./dist/index.js"
|
|
14
|
-
},
|
|
15
|
-
"./styles.css": "./dist/styles.css",
|
|
16
|
-
"./variables.css": "./dist/variables.css"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build": "tsup",
|
|
23
|
-
"dev": "tsup --watch",
|
|
24
|
-
"type-check": "tsc --noEmit",
|
|
25
|
-
"clean": "rm -rf dist"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@tiptap/core": "^2.11.0",
|
|
29
|
-
"@tiptap/extension-image": "^2.11.0",
|
|
30
|
-
"@tiptap/react": "^2.11.0",
|
|
31
|
-
"@zm-editor/core": "
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@types/katex": "^0.16.8",
|
|
35
|
-
"@types/react": "^19",
|
|
36
|
-
"@types/react-dom": "^19",
|
|
37
|
-
"react": "^19.0.0",
|
|
38
|
-
"react-dom": "^19.0.0",
|
|
39
|
-
"tsup": "^8.3.0",
|
|
40
|
-
"typescript": "^5.7.0"
|
|
41
|
-
},
|
|
42
|
-
"peerDependencies": {
|
|
43
|
-
"react": ">=18",
|
|
44
|
-
"react-dom": ">=18",
|
|
45
|
-
"mermaid": "^11.0.0",
|
|
46
|
-
"katex": "^0.16.0",
|
|
47
|
-
"pdfjs-dist": "^4.0.0"
|
|
48
|
-
},
|
|
49
|
-
"peerDependenciesMeta": {
|
|
50
|
-
"mermaid": {
|
|
51
|
-
"optional": true
|
|
52
|
-
},
|
|
53
|
-
"katex": {
|
|
54
|
-
"optional": true
|
|
55
|
-
},
|
|
56
|
-
"pdfjs-dist": {
|
|
57
|
-
"optional": true
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"keywords": [
|
|
61
|
-
"react",
|
|
62
|
-
"editor",
|
|
63
|
-
"rich-text",
|
|
64
|
-
"wysiwyg",
|
|
65
|
-
"notion",
|
|
66
|
-
"tiptap",
|
|
67
|
-
"prosemirror",
|
|
68
|
-
"nextjs",
|
|
69
|
-
"markdown",
|
|
70
|
-
"code-block",
|
|
71
|
-
"mermaid",
|
|
72
|
-
"katex"
|
|
73
|
-
],
|
|
74
|
-
"author": "hanumoka",
|
|
75
|
-
"homepage": "https://github.com/hanumoka/zm-editor#readme",
|
|
76
|
-
"repository": {
|
|
77
|
-
"type": "git",
|
|
78
|
-
"url": "git+https://github.com/hanumoka/zm-editor.git",
|
|
79
|
-
"directory": "packages/react"
|
|
80
|
-
},
|
|
81
|
-
"bugs": {
|
|
82
|
-
"url": "https://github.com/hanumoka/zm-editor/issues"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@zm-editor/react",
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "React components for zm-editor - Notion-like rich text editor",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./styles.css": "./dist/styles.css",
|
|
16
|
+
"./variables.css": "./dist/variables.css"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "tsup",
|
|
23
|
+
"dev": "tsup --watch",
|
|
24
|
+
"type-check": "tsc --noEmit",
|
|
25
|
+
"clean": "rm -rf dist"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@tiptap/core": "^2.11.0",
|
|
29
|
+
"@tiptap/extension-image": "^2.11.0",
|
|
30
|
+
"@tiptap/react": "^2.11.0",
|
|
31
|
+
"@zm-editor/core": "^0.1.1"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@types/katex": "^0.16.8",
|
|
35
|
+
"@types/react": "^19",
|
|
36
|
+
"@types/react-dom": "^19",
|
|
37
|
+
"react": "^19.0.0",
|
|
38
|
+
"react-dom": "^19.0.0",
|
|
39
|
+
"tsup": "^8.3.0",
|
|
40
|
+
"typescript": "^5.7.0"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"react": ">=18",
|
|
44
|
+
"react-dom": ">=18",
|
|
45
|
+
"mermaid": "^11.0.0",
|
|
46
|
+
"katex": "^0.16.0",
|
|
47
|
+
"pdfjs-dist": "^4.0.0"
|
|
48
|
+
},
|
|
49
|
+
"peerDependenciesMeta": {
|
|
50
|
+
"mermaid": {
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"katex": {
|
|
54
|
+
"optional": true
|
|
55
|
+
},
|
|
56
|
+
"pdfjs-dist": {
|
|
57
|
+
"optional": true
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"react",
|
|
62
|
+
"editor",
|
|
63
|
+
"rich-text",
|
|
64
|
+
"wysiwyg",
|
|
65
|
+
"notion",
|
|
66
|
+
"tiptap",
|
|
67
|
+
"prosemirror",
|
|
68
|
+
"nextjs",
|
|
69
|
+
"markdown",
|
|
70
|
+
"code-block",
|
|
71
|
+
"mermaid",
|
|
72
|
+
"katex"
|
|
73
|
+
],
|
|
74
|
+
"author": "hanumoka",
|
|
75
|
+
"homepage": "https://github.com/hanumoka/zm-editor#readme",
|
|
76
|
+
"repository": {
|
|
77
|
+
"type": "git",
|
|
78
|
+
"url": "git+https://github.com/hanumoka/zm-editor.git",
|
|
79
|
+
"directory": "packages/react"
|
|
80
|
+
},
|
|
81
|
+
"bugs": {
|
|
82
|
+
"url": "https://github.com/hanumoka/zm-editor/issues"
|
|
83
|
+
}
|
|
84
|
+
}
|