@dennismetz/light-editor 0.1.2 → 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/package.json CHANGED
@@ -1,59 +1,51 @@
1
- {
2
- "name": "@dennismetz/light-editor",
3
- "files": [
4
- "dist"
5
- ],
6
- "main": "./dist/light-editor.umd.js",
7
- "module": "./dist/light-editor.es.js",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/light-editor.es.js",
11
- "require": "./dist/light-editor.umd.js"
12
- },
13
- "./dist/light-editor.css": "./dist/light-editor.css"
14
- },
15
- "version": "0.1.2",
16
- "license": "MIT",
17
- "scripts": {
18
- "dev": "vite dev --port 3333",
19
- "build": "vite build",
20
- "rollup": "rollup -c",
21
- "preview": "vite preview --port 4173",
22
- "build-only": "vite build",
23
- "type-check": "vue-tsc --noEmit",
24
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
25
- },
26
- "dependencies": {
27
- "@tiptap/extension-color": "^2.1.0",
28
- "@tiptap/extension-image": "^2.1.0",
29
- "@tiptap/extension-link": "^2.1.0",
30
- "@tiptap/extension-text-style": "^2.1.0",
31
- "@tiptap/extension-underline": "^2.1.0",
32
- "@tiptap/starter-kit": "^2.1.0",
33
- "@tiptap/vue-3": "^2.1.0",
34
- "@vueuse/core": "^10.5.0",
35
- "vue": "^3.2",
36
- "vue-router": "^4.2.5"
37
- },
38
- "devDependencies": {
39
- "@tailwindcss/forms": "^0.5.7",
40
- "@tailwindcss/typography": "^0.5.10",
41
- "@types/node": "^20.10.0",
42
- "@vitejs/plugin-vue": "^5.2",
43
- "@vue/eslint-config-prettier": "^8.0.0",
44
- "@vue/eslint-config-typescript": "^12.0.0",
45
- "@vue/tsconfig": "^0.4.0",
46
- "autoprefixer": "^10.4.16",
47
- "eslint": "^8.57.0",
48
- "eslint-plugin-vue": "^9.18.0",
49
- "postcss": "^8.4.31",
50
- "rollup-plugin-peer-deps-external": "^2.2.4",
51
- "rollup-plugin-vue": "^6.0.0",
52
- "tailwindcss": "^3.3",
53
- "typescript": "^5.8",
54
- "vite": "^6.0"
55
- },
56
- "peerDependencies": {
57
- "vue": "^3.2"
58
- }
59
- }
1
+ {
2
+ "name": "@dennismetz/light-editor",
3
+ "files": [
4
+ "dist"
5
+ ],
6
+ "main": "./dist/light-editor.umd.js",
7
+ "module": "./dist/light-editor.es.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/light-editor.es.js",
11
+ "require": "./dist/light-editor.umd.js"
12
+ },
13
+ "./dist/light-editor.css": "./dist/light-editor.css"
14
+ },
15
+ "version": "1.0.0",
16
+ "license": "MIT",
17
+ "scripts": {
18
+ "dev": "vite dev --port 3333",
19
+ "build": "vite build",
20
+ "rollup": "rollup -c",
21
+ "preview": "vite preview --port 4173",
22
+ "build-only": "vite build",
23
+ "type-check": "vue-tsc --noEmit",
24
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
25
+ },
26
+ "dependencies": {
27
+ "@tiptap/extension-text-style": "^2.1.0",
28
+ "@tiptap/extension-underline": "^2.1.0",
29
+ "@tiptap/extension-strike": "^2.1.0",
30
+ "@tiptap/starter-kit": "^2.1.0",
31
+ "@tiptap/vue-3": "^2.1.0",
32
+ "@vueuse/core": "^10.5.0",
33
+ "vue": "^3.2"
34
+ },
35
+ "devDependencies": {
36
+ "@types/node": "^20.10.0",
37
+ "@vitejs/plugin-vue": "^5.2",
38
+ "@vue/eslint-config-prettier": "^8.0.0",
39
+ "@vue/eslint-config-typescript": "^12.0.0",
40
+ "@vue/tsconfig": "^0.4.0",
41
+ "eslint": "^8.57.0",
42
+ "eslint-plugin-vue": "^9.18.0",
43
+ "rollup-plugin-peer-deps-external": "^2.2.4",
44
+ "rollup-plugin-vue": "^6.0.0",
45
+ "typescript": "^5.8",
46
+ "vite": "^6.0"
47
+ },
48
+ "peerDependencies": {
49
+ "vue": "^3.2"
50
+ }
51
+ }