@ylzcc/editor 0.8.4 → 0.10.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/package.json CHANGED
@@ -1,99 +1,99 @@
1
- {
2
- "name": "@ylzcc/editor",
3
- "version": "0.8.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
- "publish:patch": "npm run build && npm --no-git-tag-version version patch && git commit -am '小版本升级' && npm publish",
27
- "publish:minor": "npm run build && npm --no-git-tag-version version minor && git commit -am '中版本升级' && npm publish",
28
- "publish:major": "npm run build && npm --no-git-tag-version version major && git commit -am '大版本升级' && npm publish"
29
- },
30
- "dependencies": {
31
- "@tiptap/core": "^2.2.4",
32
- "@tiptap/extension-blockquote": "^2.2.4",
33
- "@tiptap/extension-bold": "^2.2.4",
34
- "@tiptap/extension-bullet-list": "^2.2.4",
35
- "@tiptap/extension-code": "^2.2.4",
36
- "@tiptap/extension-color": "^2.2.4",
37
- "@tiptap/extension-document": "^2.2.4",
38
- "@tiptap/extension-hard-break": "^2.2.4",
39
- "@tiptap/extension-history": "^2.2.4",
40
- "@tiptap/extension-horizontal-rule": "^2.2.4",
41
- "@tiptap/extension-italic": "^2.2.4",
42
- "@tiptap/extension-link": "^2.2.4",
43
- "@tiptap/extension-ordered-list": "^2.2.4",
44
- "@tiptap/extension-paragraph": "^2.2.4",
45
- "@tiptap/extension-placeholder": "^2.2.4",
46
- "@tiptap/extension-strike": "^2.2.4",
47
- "@tiptap/extension-subscript": "^2.2.4",
48
- "@tiptap/extension-superscript": "^2.2.4",
49
- "@tiptap/extension-table": "^2.2.4",
50
- "@tiptap/extension-table-cell": "^2.2.4",
51
- "@tiptap/extension-table-header": "^2.2.4",
52
- "@tiptap/extension-table-row": "^2.2.4",
53
- "@tiptap/extension-text": "^2.2.4",
54
- "@tiptap/extension-text-align": "^2.2.4",
55
- "@tiptap/extension-text-style": "^2.2.4",
56
- "@tiptap/extension-underline": "^2.2.4",
57
- "@tiptap/pm": "^2.2.4",
58
- "@tiptap/react": "^2.2.4",
59
- "@tiptap/suggestion": "^2.2.4",
60
- "@wangeditor/editor": "^5.1.23",
61
- "@ylzcc/remark-code": "^0.0.8",
62
- "@ylzcc/xterm": "1.4.2",
63
- "antd": "^5.20.6",
64
- "axios": "^1.7.7",
65
- "highlight.js": "11.8.0",
66
- "lowlight": "2.8.1",
67
- "micromark-util-types": "^2.0.0",
68
- "post-robot": "^10.0.46",
69
- "react": "^18.2.0",
70
- "react-dom": "^18.2.0",
71
- "react-pdf": "^7.5.1",
72
- "remark-gfm": "3.0.1",
73
- "remark-parse": "^10.0.1",
74
- "remark-stringify": "^10.0.3",
75
- "unified": "^10.1.2",
76
- "uuid": "^9.0.1"
77
- },
78
- "devDependencies": {
79
- "@rollup/plugin-typescript": "^11.1.6",
80
- "@types/node": "^20.11.24",
81
- "@types/post-robot": "^10.0.6",
82
- "@types/react": "^18.2.56",
83
- "@types/react-dom": "^18.2.19",
84
- "@types/uuid": "^9.0.8",
85
- "@typescript-eslint/eslint-plugin": "^7.0.2",
86
- "@typescript-eslint/parser": "^7.0.2",
87
- "@vitejs/plugin-react": "^4.2.1",
88
- "eslint": "^8.56.0",
89
- "eslint-plugin-react-hooks": "^4.6.0",
90
- "eslint-plugin-react-refresh": "^0.4.5",
91
- "less": "^4.2.0",
92
- "typescript": "^5.2.2",
93
- "vite": "^5.1.4",
94
- "vite-plugin-libcss": "^1.1.1"
95
- },
96
- "peerDependencies": {
97
- "antd": "^5.6.1"
98
- }
99
- }
1
+ {
2
+ "name": "@ylzcc/editor",
3
+ "version": "0.10.0",
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
+ "publish:patch": "npm run build && npm --no-git-tag-version version patch && git commit -am '小版本升级' && npm publish",
27
+ "publish:minor": "npm run build && npm --no-git-tag-version version minor && git commit -am '中版本升级' && npm publish",
28
+ "publish:major": "npm run build && npm --no-git-tag-version version major && git commit -am '大版本升级' && npm publish"
29
+ },
30
+ "dependencies": {
31
+ "@tiptap/core": "^2.2.4",
32
+ "@tiptap/extension-blockquote": "^2.2.4",
33
+ "@tiptap/extension-bold": "^2.2.4",
34
+ "@tiptap/extension-bullet-list": "^2.2.4",
35
+ "@tiptap/extension-code": "^2.2.4",
36
+ "@tiptap/extension-color": "^2.2.4",
37
+ "@tiptap/extension-document": "^2.2.4",
38
+ "@tiptap/extension-hard-break": "^2.2.4",
39
+ "@tiptap/extension-history": "^2.2.4",
40
+ "@tiptap/extension-horizontal-rule": "^2.2.4",
41
+ "@tiptap/extension-italic": "^2.2.4",
42
+ "@tiptap/extension-link": "^2.2.4",
43
+ "@tiptap/extension-ordered-list": "^2.2.4",
44
+ "@tiptap/extension-paragraph": "^2.2.4",
45
+ "@tiptap/extension-placeholder": "^2.2.4",
46
+ "@tiptap/extension-strike": "^2.2.4",
47
+ "@tiptap/extension-subscript": "^2.2.4",
48
+ "@tiptap/extension-superscript": "^2.2.4",
49
+ "@tiptap/extension-table": "^2.2.4",
50
+ "@tiptap/extension-table-cell": "^2.2.4",
51
+ "@tiptap/extension-table-header": "^2.2.4",
52
+ "@tiptap/extension-table-row": "^2.2.4",
53
+ "@tiptap/extension-text": "^2.2.4",
54
+ "@tiptap/extension-text-align": "^2.2.4",
55
+ "@tiptap/extension-text-style": "^2.2.4",
56
+ "@tiptap/extension-underline": "^2.2.4",
57
+ "@tiptap/pm": "^2.2.4",
58
+ "@tiptap/react": "^2.2.4",
59
+ "@tiptap/suggestion": "^2.2.4",
60
+ "@wangeditor/editor": "^5.1.23",
61
+ "@ylzcc/remark-code": "^0.0.8",
62
+ "@ylzcc/xterm": "1.4.2",
63
+ "antd": "^5.20.6",
64
+ "axios": "^1.7.7",
65
+ "highlight.js": "11.8.0",
66
+ "lowlight": "2.8.1",
67
+ "micromark-util-types": "^2.0.0",
68
+ "post-robot": "^10.0.46",
69
+ "react": "^18.2.0",
70
+ "react-dom": "^18.2.0",
71
+ "react-pdf": "^7.5.1",
72
+ "remark-gfm": "3.0.1",
73
+ "remark-parse": "^10.0.1",
74
+ "remark-stringify": "^10.0.3",
75
+ "unified": "^10.1.2",
76
+ "uuid": "^9.0.1"
77
+ },
78
+ "devDependencies": {
79
+ "@rollup/plugin-typescript": "^11.1.6",
80
+ "@types/node": "^20.11.24",
81
+ "@types/post-robot": "^10.0.6",
82
+ "@types/react": "^18.2.56",
83
+ "@types/react-dom": "^18.2.19",
84
+ "@types/uuid": "^9.0.8",
85
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
86
+ "@typescript-eslint/parser": "^7.0.2",
87
+ "@vitejs/plugin-react": "^4.2.1",
88
+ "eslint": "^8.56.0",
89
+ "eslint-plugin-react-hooks": "^4.6.0",
90
+ "eslint-plugin-react-refresh": "^0.4.5",
91
+ "less": "^4.2.0",
92
+ "typescript": "^5.2.2",
93
+ "vite": "^5.1.4",
94
+ "vite-plugin-libcss": "^1.1.1"
95
+ },
96
+ "peerDependencies": {
97
+ "antd": "^5.6.1"
98
+ }
99
+ }