smart-editor-v3 1.16.17 → 1.17.2

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,122 +1,122 @@
1
- {
2
- "name": "smart-editor-v3",
3
- "type": "module",
4
- "version": "1.16.17",
5
- "exports": {
6
- ".": {
7
- "import": "./dist/smart-editor-package.js"
8
- },
9
- "./style": {
10
- "import": "./dist/style.css"
11
- }
12
- },
13
- "files": [
14
- "dist"
15
- ],
16
- "scripts": {
17
- "dev": "vite",
18
- "build": "vite build",
19
- "preview": "vite preview",
20
- "lint:fix": "eslint --fix",
21
- "test": "vitest",
22
- "test:ui": "vitest --ui",
23
- "test:e2e": "playwright test",
24
- "test:e2e:ui": "playwright test --ui",
25
- "test:e2e:debug": "playwright test --debug"
26
- },
27
- "dependencies": {
28
- "@arco-design/color": "^0.4.0",
29
- "@floating-ui/dom": "^1.6.13",
30
- "@iconify/utils": "^2.3.0",
31
- "@tiptap/core": "^2.11.7",
32
- "@tiptap/extension-blockquote": "^2.11.7",
33
- "@tiptap/extension-bold": "^2.11.7",
34
- "@tiptap/extension-bullet-list": "^2.11.7",
35
- "@tiptap/extension-character-count": "^2.11.7",
36
- "@tiptap/extension-code-block-lowlight": "^2.11.7",
37
- "@tiptap/extension-collaboration": "^2.11.7",
38
- "@tiptap/extension-color": "^2.11.7",
39
- "@tiptap/extension-dropcursor": "^2.11.7",
40
- "@tiptap/extension-focus": "^2.11.7",
41
- "@tiptap/extension-font-family": "^2.11.7",
42
- "@tiptap/extension-highlight": "^2.11.7",
43
- "@tiptap/extension-horizontal-rule": "^2.11.7",
44
- "@tiptap/extension-image": "^2.11.7",
45
- "@tiptap/extension-link": "^2.11.7",
46
- "@tiptap/extension-list-item": "^2.11.7",
47
- "@tiptap/extension-list-keymap": "^2.11.7",
48
- "@tiptap/extension-ordered-list": "^2.11.7",
49
- "@tiptap/extension-placeholder": "^2.11.7",
50
- "@tiptap/extension-subscript": "^2.11.7",
51
- "@tiptap/extension-superscript": "^2.11.7",
52
- "@tiptap/extension-table-cell": "^2.11.7",
53
- "@tiptap/extension-table-header": "^2.11.7",
54
- "@tiptap/extension-table-row": "^2.11.7",
55
- "@tiptap/extension-text-align": "^2.11.7",
56
- "@tiptap/extension-text-style": "^2.11.7",
57
- "@tiptap/extension-typography": "^2.11.7",
58
- "@tiptap/extension-underline": "^2.11.7",
59
- "@tiptap/pm": "^2.11.7",
60
- "@tiptap/starter-kit": "^2.11.7",
61
- "@tiptap/suggestion": "^2.22.3",
62
- "@tiptap/vue-3": "^2.11.7",
63
- "@vueuse/components": "^11.1.0",
64
- "@vueuse/core": "^11.0.3",
65
- "dayjs": "^1.11.13",
66
- "glob": "^11.0.0",
67
- "hotkeys-js": "^3.13.7",
68
- "js-md5": "^0.8.3",
69
- "katex": "^0.16.11",
70
- "localforage": "^1.10.0",
71
- "lodash-es": "^4.17.21",
72
- "lowlight": "^3.3.0",
73
- "naive-ui": "^2.39.0",
74
- "prism-code-editor": "^3.4.0",
75
- "tippy.js": "^6.3.7",
76
- "uuid": "^11.1.0",
77
- "vue-i18n": "^10.0.1",
78
- "y-indexeddb": "^9.0.12",
79
- "yjs": "^13.6.24"
80
- },
81
- "devDependencies": {
82
- "@antfu/eslint-config": "^3.3.2",
83
- "@iconify/json": "^2.2.245",
84
- "@playwright/test": "^1.48.0",
85
- "@tiptap-pro/extension-details": "^2.11.9",
86
- "@tiptap-pro/extension-details-content": "^2.11.9",
87
- "@tiptap-pro/extension-details-summary": "^2.11.9",
88
- "@tiptap-pro/extension-drag-handle-vue-3": "^2.19.0",
89
- "@tiptap-pro/extension-mathematics": "^2.11.3",
90
- "@tiptap-pro/extension-table-of-contents": "^2.11.3",
91
- "@unocss/eslint-config": "^0.62.3",
92
- "@unocss/eslint-plugin": "^0.62.3",
93
- "@unocss/preset-rem-to-px": "^0.62.3",
94
- "@vitejs/plugin-vue": "^5.1.3",
95
- "@vitejs/plugin-vue-jsx": "^4.0.1",
96
- "@vitest/ui": "^2.1.8",
97
- "@vue/test-utils": "^2.4.6",
98
- "axios": "^1.7.7",
99
- "eslint": "^9.9.1",
100
- "eslint-plugin-format": "^0.1.2",
101
- "esno": "^4.7.0",
102
- "fs-extra": "^11.2.0",
103
- "happy-dom": "^15.11.7",
104
- "less": "^4.2.0",
105
- "lint-staged": "^15.2.10",
106
- "playwright": "^1.48.0",
107
- "rollup-plugin-visualizer": "^5.12.0",
108
- "simple-git-hooks": "^2.11.1",
109
- "taze": "^0.16.7",
110
- "unocss": "^0.62.3",
111
- "unplugin-auto-import": "^0.18.3",
112
- "unplugin-vue-components": "^0.27.4",
113
- "vite": "^5.4.3",
114
- "vite-plugin-router-warn": "^1.0.0",
115
- "vite-plugin-vue-devtools": "^7.4.4",
116
- "vitest": "^2.1.8",
117
- "vue": "^3.5.3"
118
- },
119
- "lint-staged": {
120
- "*": "eslint --fix"
121
- }
122
- }
1
+ {
2
+ "name": "smart-editor-v3",
3
+ "type": "module",
4
+ "version": "1.17.2",
5
+ "exports": {
6
+ ".": {
7
+ "import": "./dist/smart-editor-package.js"
8
+ },
9
+ "./style": {
10
+ "import": "./dist/style.css"
11
+ }
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "scripts": {
17
+ "dev": "vite",
18
+ "build": "vite build",
19
+ "preview": "vite preview",
20
+ "lint:fix": "eslint --fix",
21
+ "test": "vitest",
22
+ "test:ui": "vitest --ui",
23
+ "test:e2e": "playwright test",
24
+ "test:e2e:ui": "playwright test --ui",
25
+ "test:e2e:debug": "playwright test --debug"
26
+ },
27
+ "dependencies": {
28
+ "@arco-design/color": "^0.4.0",
29
+ "@floating-ui/dom": "^1.6.13",
30
+ "@iconify/utils": "^2.3.0",
31
+ "@tiptap/core": "^2.11.7",
32
+ "@tiptap/extension-blockquote": "^2.11.7",
33
+ "@tiptap/extension-bold": "^2.11.7",
34
+ "@tiptap/extension-bullet-list": "^2.11.7",
35
+ "@tiptap/extension-character-count": "^2.11.7",
36
+ "@tiptap/extension-code-block-lowlight": "^2.11.7",
37
+ "@tiptap/extension-collaboration": "^2.11.7",
38
+ "@tiptap/extension-color": "^2.11.7",
39
+ "@tiptap/extension-dropcursor": "^2.11.7",
40
+ "@tiptap/extension-focus": "^2.11.7",
41
+ "@tiptap/extension-font-family": "^2.11.7",
42
+ "@tiptap/extension-highlight": "^2.11.7",
43
+ "@tiptap/extension-horizontal-rule": "^2.11.7",
44
+ "@tiptap/extension-image": "^2.11.7",
45
+ "@tiptap/extension-link": "^2.11.7",
46
+ "@tiptap/extension-list-item": "^2.11.7",
47
+ "@tiptap/extension-list-keymap": "^2.11.7",
48
+ "@tiptap/extension-ordered-list": "^2.11.7",
49
+ "@tiptap/extension-placeholder": "^2.11.7",
50
+ "@tiptap/extension-subscript": "^2.11.7",
51
+ "@tiptap/extension-superscript": "^2.11.7",
52
+ "@tiptap/extension-table-cell": "^2.11.7",
53
+ "@tiptap/extension-table-header": "^2.11.7",
54
+ "@tiptap/extension-table-row": "^2.11.7",
55
+ "@tiptap/extension-text-align": "^2.11.7",
56
+ "@tiptap/extension-text-style": "^2.11.7",
57
+ "@tiptap/extension-typography": "^2.11.7",
58
+ "@tiptap/extension-underline": "^2.11.7",
59
+ "@tiptap/pm": "^2.11.7",
60
+ "@tiptap/starter-kit": "^2.11.7",
61
+ "@tiptap/suggestion": "^2.22.3",
62
+ "@tiptap/vue-3": "^2.11.7",
63
+ "@vueuse/components": "^11.1.0",
64
+ "@vueuse/core": "^11.0.3",
65
+ "dayjs": "^1.11.13",
66
+ "glob": "^11.0.0",
67
+ "hotkeys-js": "^3.13.7",
68
+ "js-md5": "^0.8.3",
69
+ "katex": "^0.16.11",
70
+ "localforage": "^1.10.0",
71
+ "lodash-es": "^4.17.21",
72
+ "lowlight": "^3.3.0",
73
+ "naive-ui": "^2.39.0",
74
+ "prism-code-editor": "^3.4.0",
75
+ "tippy.js": "^6.3.7",
76
+ "uuid": "^11.1.0",
77
+ "vue-i18n": "^10.0.1",
78
+ "y-indexeddb": "^9.0.12",
79
+ "yjs": "^13.6.24"
80
+ },
81
+ "devDependencies": {
82
+ "@antfu/eslint-config": "^3.3.2",
83
+ "@iconify/json": "^2.2.245",
84
+ "@playwright/test": "^1.48.0",
85
+ "@tiptap-pro/extension-details": "^2.11.9",
86
+ "@tiptap-pro/extension-details-content": "^2.11.9",
87
+ "@tiptap-pro/extension-details-summary": "^2.11.9",
88
+ "@tiptap-pro/extension-drag-handle-vue-3": "^2.19.0",
89
+ "@tiptap-pro/extension-mathematics": "^2.11.3",
90
+ "@tiptap-pro/extension-table-of-contents": "^2.11.3",
91
+ "@unocss/eslint-config": "^0.62.3",
92
+ "@unocss/eslint-plugin": "^0.62.3",
93
+ "@unocss/preset-rem-to-px": "^0.62.3",
94
+ "@vitejs/plugin-vue": "^5.1.3",
95
+ "@vitejs/plugin-vue-jsx": "^4.0.1",
96
+ "@vitest/ui": "^2.1.8",
97
+ "@vue/test-utils": "^2.4.6",
98
+ "axios": "^1.7.7",
99
+ "eslint": "^9.9.1",
100
+ "eslint-plugin-format": "^0.1.2",
101
+ "esno": "^4.7.0",
102
+ "fs-extra": "^11.2.0",
103
+ "happy-dom": "^15.11.7",
104
+ "less": "^4.2.0",
105
+ "lint-staged": "^15.2.10",
106
+ "playwright": "^1.48.0",
107
+ "rollup-plugin-visualizer": "^5.12.0",
108
+ "simple-git-hooks": "^2.11.1",
109
+ "taze": "^0.16.7",
110
+ "unocss": "^0.62.3",
111
+ "unplugin-auto-import": "^0.18.3",
112
+ "unplugin-vue-components": "^0.27.4",
113
+ "vite": "^5.4.3",
114
+ "vite-plugin-router-warn": "^1.0.0",
115
+ "vite-plugin-vue-devtools": "^7.4.4",
116
+ "vitest": "^2.1.8",
117
+ "vue": "^3.5.3"
118
+ },
119
+ "lint-staged": {
120
+ "*": "eslint --fix"
121
+ }
122
+ }