@ylzcc/editor 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -1,92 +1,92 @@
1
- {
2
- "name": "@ylzcc/editor",
3
- "version": "0.1.4",
4
- "type": "module",
5
- "description": "editor ui components",
6
- "keywords": [
7
- "editor"
8
- ],
9
- "author": "zengyijing",
10
- "main": "dist/editor.umd.js",
11
- "module": "dist/editor.es.js",
12
- "types": "dist/index.d.ts",
13
- "files": [
14
- "dist"
15
- ],
16
- "publishConfig": {
17
- "access": "public",
18
- "registry": "https://registry.npmjs.org/"
19
- },
20
- "scripts": {
21
- "dev": "vite --open",
22
- "start": "vite --open",
23
- "build": "tsc && vite build",
24
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
- "preview": "vite preview"
26
- },
27
- "dependencies": {
28
- "@tiptap/core": "^2.2.4",
29
- "@tiptap/extension-blockquote": "^2.2.4",
30
- "@tiptap/extension-bold": "^2.2.4",
31
- "@tiptap/extension-bullet-list": "^2.2.4",
32
- "@tiptap/extension-code": "^2.2.4",
33
- "@tiptap/extension-color": "^2.2.4",
34
- "@tiptap/extension-document": "^2.2.4",
35
- "@tiptap/extension-gapcursor": "^2.2.4",
36
- "@tiptap/extension-hard-break": "^2.2.4",
37
- "@tiptap/extension-history": "^2.2.4",
38
- "@tiptap/extension-horizontal-rule": "^2.2.4",
39
- "@tiptap/extension-italic": "^2.2.4",
40
- "@tiptap/extension-link": "^2.2.4",
41
- "@tiptap/extension-list-item": "^2.2.4",
42
- "@tiptap/extension-ordered-list": "^2.2.4",
43
- "@tiptap/extension-paragraph": "^2.2.4",
44
- "@tiptap/extension-placeholder": "^2.2.4",
45
- "@tiptap/extension-strike": "^2.2.4",
46
- "@tiptap/extension-subscript": "^2.2.4",
47
- "@tiptap/extension-superscript": "^2.2.4",
48
- "@tiptap/extension-table": "^2.2.4",
49
- "@tiptap/extension-table-cell": "^2.2.4",
50
- "@tiptap/extension-table-header": "^2.2.4",
51
- "@tiptap/extension-table-row": "^2.2.4",
52
- "@tiptap/extension-text": "^2.2.4",
53
- "@tiptap/extension-text-align": "^2.2.4",
54
- "@tiptap/extension-text-style": "^2.2.4",
55
- "@tiptap/extension-underline": "^2.2.4",
56
- "@tiptap/pm": "^2.2.4",
57
- "@tiptap/react": "^2.2.4",
58
- "@tiptap/suggestion": "^2.2.4",
59
- "@wangeditor/editor": "^5.1.23",
60
- "@ylzcc/remark-code": "^0.0.6",
61
- "@ylzcc/xterm": "1.4.2",
62
- "antd": "^5.15.0",
63
- "axios": "^1.6.7",
64
- "lowlight": "^3.1.0",
65
- "micromark-util-types": "^2.0.0",
66
- "react": "^18.2.0",
67
- "react-dom": "^18.2.0",
68
- "react-pdf": "^7.7.1",
69
- "remark-gfm": "3.0.1",
70
- "remark-parse": "^10.0.1",
71
- "remark-stringify": "^10.0.3",
72
- "unified": "^10.1.2",
73
- "uuid": "^9.0.1"
74
- },
75
- "devDependencies": {
76
- "@rollup/plugin-typescript": "^11.1.6",
77
- "@types/node": "^20.11.24",
78
- "@types/react": "^18.2.56",
79
- "@types/react-dom": "^18.2.19",
80
- "@types/uuid": "^9.0.8",
81
- "@typescript-eslint/eslint-plugin": "^7.0.2",
82
- "@typescript-eslint/parser": "^7.0.2",
83
- "@vitejs/plugin-react": "^4.2.1",
84
- "eslint": "^8.56.0",
85
- "eslint-plugin-react-hooks": "^4.6.0",
86
- "eslint-plugin-react-refresh": "^0.4.5",
87
- "less": "^4.2.0",
88
- "typescript": "^5.2.2",
89
- "vite": "^5.1.4",
90
- "vite-plugin-libcss": "^1.1.1"
91
- }
92
- }
1
+ {
2
+ "name": "@ylzcc/editor",
3
+ "version": "0.1.5",
4
+ "type": "module",
5
+ "description": "editor ui components",
6
+ "keywords": [
7
+ "editor"
8
+ ],
9
+ "author": "zengyijing",
10
+ "main": "dist/editor.umd.js",
11
+ "module": "dist/editor.es.js",
12
+ "types": "dist/index.d.ts",
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public",
18
+ "registry": "https://registry.npmjs.org/"
19
+ },
20
+ "scripts": {
21
+ "dev": "vite --open",
22
+ "start": "vite --open",
23
+ "build": "tsc && vite build",
24
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
+ "preview": "vite preview"
26
+ },
27
+ "dependencies": {
28
+ "@tiptap/core": "^2.2.4",
29
+ "@tiptap/extension-blockquote": "^2.2.4",
30
+ "@tiptap/extension-bold": "^2.2.4",
31
+ "@tiptap/extension-bullet-list": "^2.2.4",
32
+ "@tiptap/extension-code": "^2.2.4",
33
+ "@tiptap/extension-color": "^2.2.4",
34
+ "@tiptap/extension-document": "^2.2.4",
35
+ "@tiptap/extension-gapcursor": "^2.2.4",
36
+ "@tiptap/extension-hard-break": "^2.2.4",
37
+ "@tiptap/extension-history": "^2.2.4",
38
+ "@tiptap/extension-horizontal-rule": "^2.2.4",
39
+ "@tiptap/extension-italic": "^2.2.4",
40
+ "@tiptap/extension-link": "^2.2.4",
41
+ "@tiptap/extension-list-item": "^2.2.4",
42
+ "@tiptap/extension-ordered-list": "^2.2.4",
43
+ "@tiptap/extension-paragraph": "^2.2.4",
44
+ "@tiptap/extension-placeholder": "^2.2.4",
45
+ "@tiptap/extension-strike": "^2.2.4",
46
+ "@tiptap/extension-subscript": "^2.2.4",
47
+ "@tiptap/extension-superscript": "^2.2.4",
48
+ "@tiptap/extension-table": "^2.2.4",
49
+ "@tiptap/extension-table-cell": "^2.2.4",
50
+ "@tiptap/extension-table-header": "^2.2.4",
51
+ "@tiptap/extension-table-row": "^2.2.4",
52
+ "@tiptap/extension-text": "^2.2.4",
53
+ "@tiptap/extension-text-align": "^2.2.4",
54
+ "@tiptap/extension-text-style": "^2.2.4",
55
+ "@tiptap/extension-underline": "^2.2.4",
56
+ "@tiptap/pm": "^2.2.4",
57
+ "@tiptap/react": "^2.2.4",
58
+ "@tiptap/suggestion": "^2.2.4",
59
+ "@wangeditor/editor": "^5.1.23",
60
+ "@ylzcc/remark-code": "^0.0.6",
61
+ "@ylzcc/xterm": "1.4.2",
62
+ "antd": "^5.15.0",
63
+ "axios": "^1.6.7",
64
+ "lowlight": "^3.1.0",
65
+ "micromark-util-types": "^2.0.0",
66
+ "react": "^18.2.0",
67
+ "react-dom": "^18.2.0",
68
+ "react-pdf": "^7.7.1",
69
+ "remark-gfm": "3.0.1",
70
+ "remark-parse": "^10.0.1",
71
+ "remark-stringify": "^10.0.3",
72
+ "unified": "^10.1.2",
73
+ "uuid": "^9.0.1"
74
+ },
75
+ "devDependencies": {
76
+ "@rollup/plugin-typescript": "^11.1.6",
77
+ "@types/node": "^20.11.24",
78
+ "@types/react": "^18.2.56",
79
+ "@types/react-dom": "^18.2.19",
80
+ "@types/uuid": "^9.0.8",
81
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
82
+ "@typescript-eslint/parser": "^7.0.2",
83
+ "@vitejs/plugin-react": "^4.2.1",
84
+ "eslint": "^8.56.0",
85
+ "eslint-plugin-react-hooks": "^4.6.0",
86
+ "eslint-plugin-react-refresh": "^0.4.5",
87
+ "less": "^4.2.0",
88
+ "typescript": "^5.2.2",
89
+ "vite": "^5.1.4",
90
+ "vite-plugin-libcss": "^1.1.1"
91
+ }
92
+ }