@white-give/editor-react 1.0.0
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.md +28 -0
- package/dist/es/index.js +117141 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +287 -0
- package/dist/lib/index.cjs +456 -0
- package/package.json +103 -0
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@white-give/editor-react",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"author": "white-give",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/lib/index.cjs",
|
|
8
|
+
"module": "./dist/es/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/es/index.js",
|
|
13
|
+
"require": "./dist/lib/index.cjs",
|
|
14
|
+
"types": "./dist/index.d.ts"
|
|
15
|
+
},
|
|
16
|
+
"./index.css": "./dist/index.css",
|
|
17
|
+
"./style.css": "./dist/index.css"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "vite --host",
|
|
25
|
+
"build": "vite build",
|
|
26
|
+
"lint": "eslint .",
|
|
27
|
+
"preview": "vite preview"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"react": "^19.2.0",
|
|
31
|
+
"react-dom": "^19.2.0"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@tiptap-extend/columns": "^2.1.6",
|
|
35
|
+
"@tiptap/core": "^3.15.3",
|
|
36
|
+
"@tiptap/extension-character-count": "^3.15.3",
|
|
37
|
+
"@tiptap/extension-code-block": "^3.15.3",
|
|
38
|
+
"@tiptap/extension-code-block-lowlight": "^3.15.3",
|
|
39
|
+
"@tiptap/extension-color": "^3.15.3",
|
|
40
|
+
"@tiptap/extension-dropcursor": "^3.15.3",
|
|
41
|
+
"@tiptap/extension-focus": "^3.15.3",
|
|
42
|
+
"@tiptap/extension-font-family": "^3.15.3",
|
|
43
|
+
"@tiptap/extension-highlight": "^3.15.3",
|
|
44
|
+
"@tiptap/extension-horizontal-rule": "^3.15.3",
|
|
45
|
+
"@tiptap/extension-image": "^3.15.3",
|
|
46
|
+
"@tiptap/extension-link": "^3.15.3",
|
|
47
|
+
"@tiptap/extension-list": "^3.15.3",
|
|
48
|
+
"@tiptap/extension-mention": "^3.15.3",
|
|
49
|
+
"@tiptap/extension-placeholder": "^3.15.3",
|
|
50
|
+
"@tiptap/extension-subscript": "^3.15.3",
|
|
51
|
+
"@tiptap/extension-superscript": "^3.15.3",
|
|
52
|
+
"@tiptap/extension-table": "^3.15.3",
|
|
53
|
+
"@tiptap/extension-table-cell": "^3.15.3",
|
|
54
|
+
"@tiptap/extension-table-header": "^3.15.3",
|
|
55
|
+
"@tiptap/extension-table-row": "^3.15.3",
|
|
56
|
+
"@tiptap/extension-task-item": "^3.15.3",
|
|
57
|
+
"@tiptap/extension-task-list": "^3.15.3",
|
|
58
|
+
"@tiptap/extension-text-align": "^3.15.3",
|
|
59
|
+
"@tiptap/extension-text-style": "^3.15.3",
|
|
60
|
+
"@tiptap/extension-typography": "^3.15.3",
|
|
61
|
+
"@tiptap/pm": "^3.15.3",
|
|
62
|
+
"@tiptap/react": "^3.15.3",
|
|
63
|
+
"@tiptap/starter-kit": "^3.15.3",
|
|
64
|
+
"@tiptap/suggestion": "^3.15.3",
|
|
65
|
+
"@types/react-color": "^3.0.13",
|
|
66
|
+
"echarts": "^6.0.0",
|
|
67
|
+
"file-saver": "^2.0.5",
|
|
68
|
+
"file64": "^1.0.5",
|
|
69
|
+
"highlight.js": "^11.11.1",
|
|
70
|
+
"lodash-es": "^4.17.22",
|
|
71
|
+
"lowlight": "^3.3.0",
|
|
72
|
+
"react-color": "^2.19.3",
|
|
73
|
+
"react-es-drager": "^1.0.5",
|
|
74
|
+
"tippy.js": "^6.3.7",
|
|
75
|
+
"tiptap-extension-table-of-content": "^1.0.1",
|
|
76
|
+
"use-file-picker": "^2.1.4",
|
|
77
|
+
"uuid": "^13.0.0",
|
|
78
|
+
"zustand": "^5.0.10"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@eslint/js": "^9.39.1",
|
|
82
|
+
"@types/lodash-es": "^4.17.12",
|
|
83
|
+
"@types/node": "^24.10.1",
|
|
84
|
+
"@types/react": "^19.2.5",
|
|
85
|
+
"@types/react-dom": "^19.2.3",
|
|
86
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
87
|
+
"autoprefixer": "10.4.21",
|
|
88
|
+
"eslint": "^9.39.1",
|
|
89
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
90
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
91
|
+
"globals": "^16.5.0",
|
|
92
|
+
"less": "^4.5.1",
|
|
93
|
+
"postcss": "8.5.4",
|
|
94
|
+
"react": "^19.2.0",
|
|
95
|
+
"react-dom": "^19.2.0",
|
|
96
|
+
"tailwindcss": "3.4.15",
|
|
97
|
+
"typescript": "~5.9.3",
|
|
98
|
+
"typescript-eslint": "^8.46.4",
|
|
99
|
+
"vite": "^7.2.4",
|
|
100
|
+
"vite-plugin-dts": "^4.5.4",
|
|
101
|
+
"vite-tsconfig-paths": "^6.0.4"
|
|
102
|
+
}
|
|
103
|
+
}
|