vdc-editor 0.0.1 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdc-editor",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",
@@ -32,14 +32,14 @@
32
32
  "rich text",
33
33
  "markdown"
34
34
  ],
35
- "main": "./lib/sbs-editor.umd.js",
36
- "module": "./lib/sbs-editor.mjs",
35
+ "main": "./lib/vdc-editor.umd.js",
36
+ "module": "./lib/vdc-editor.mjs",
37
37
  "types": "./lib/index.d.ts",
38
38
  "exports": {
39
39
  ".": {
40
40
  "types": "./lib/index.d.ts",
41
- "import": "./lib/sbs-editor.mjs",
42
- "require": "./lib/sbs-editor.umd.js"
41
+ "import": "./lib/vdc-editor.mjs",
42
+ "require": "./lib/vdc-editor.umd.js"
43
43
  },
44
44
  "./style.css": {
45
45
  "import": "./lib/style.css",
@@ -136,6 +136,8 @@
136
136
  "@commitlint/cz-commitlint": "^19.2.0",
137
137
  "@iconify/vue": "^4.1.2",
138
138
  "@types/express": "^4.17.21",
139
+ "@types/lodash": "^4.17.7",
140
+ "@types/node": "^22.5.4",
139
141
  "@typescript-eslint/eslint-plugin": "^7.9.0",
140
142
  "@typescript-eslint/parser": "^7.9.0",
141
143
  "@vitejs/plugin-vue": "^5.0.4",
@@ -151,6 +153,8 @@
151
153
  "husky": "^9.0.11",
152
154
  "lint-staged": "^15.2.2",
153
155
  "lodash-unified": "^1.0.3",
156
+ "postcss-prefix-selector": "^2.1.0",
157
+ "postcss-replace": "^2.0.1",
154
158
  "prettier": "^3.2.5",
155
159
  "radix-vue": "^1.7.3",
156
160
  "rollup-plugin-visualizer": "^5.12.0",
@@ -164,9 +168,7 @@
164
168
  "vite": "^5.2.0",
165
169
  "vite-plugin-dts": "^3.9.0",
166
170
  "vue": "^3.4.21",
167
- "vue-tsc": "^2.0.6",
168
- "@types/lodash": "^4.17.7",
169
- "@types/node": "^22.5.4"
171
+ "vue-tsc": "^2.0.6"
170
172
  },
171
173
  "peerDependencies": {
172
174
  "vue": ">= 3.0.0"