@samhammer/tiptob 2.3.12 → 2.3.13
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/dist/web-components.js +1789 -1646
- package/dist/web-components.js.map +1 -1
- package/package.json +60 -60
package/package.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@samhammer/tiptob",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "TipTap ToolBox",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/web-components.js",
|
|
7
|
-
"module": "./dist/web-components.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
"./web-components": {
|
|
10
|
-
"import": "./dist/web-components.js"
|
|
11
|
-
},
|
|
12
|
-
"./extensions": {
|
|
13
|
-
"import": "./dist/extensions.js",
|
|
14
|
-
"types": "./dist/extensions.d.ts"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
"dist/**/*"
|
|
19
|
-
],
|
|
20
|
-
"scripts": {
|
|
21
|
-
"dev": "vite",
|
|
22
|
-
"build": "vite build && tsc --emitDeclarationOnly",
|
|
23
|
-
"watch": "vite build --watch",
|
|
24
|
-
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
25
|
-
"lint": "eslint src"
|
|
26
|
-
},
|
|
27
|
-
"repository": {
|
|
28
|
-
"type": "git",
|
|
29
|
-
"url": "git+https://github.com/SamhammerAG/tiptob.git"
|
|
30
|
-
},
|
|
31
|
-
"homepage": "https://github.com/SamhammerAG/tiptob",
|
|
32
|
-
"keywords": [
|
|
33
|
-
"toolbox",
|
|
34
|
-
"editor",
|
|
35
|
-
"tiptap"
|
|
36
|
-
],
|
|
37
|
-
"author": "Samhammer AG",
|
|
38
|
-
"license": "MIT",
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@tiptap/core": "^2.26.1",
|
|
41
|
-
"@tiptap/extension-bubble-menu": "^2.26.1",
|
|
42
|
-
"@tiptap/extension-highlight": "^2.26.1",
|
|
43
|
-
"@tiptap/extension-image": "^2.26.1",
|
|
44
|
-
"@tiptap/pm": "^2.26.1",
|
|
45
|
-
"dompurify": "^3.2.6"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@sveltejs/vite-plugin-svelte": "^6.1.0",
|
|
49
|
-
"@tsconfig/svelte": "^5.0.4",
|
|
50
|
-
"eslint-plugin-svelte": "^3.11.0",
|
|
51
|
-
"svelte": "^5.37.2",
|
|
52
|
-
"svelte-check": "^4.3.0",
|
|
53
|
-
"svelte-eslint-parser": "^1.3.0",
|
|
54
|
-
"tslib": "^2.8.1",
|
|
55
|
-
"typescript": "^5.8.3",
|
|
56
|
-
"typescript-eslint": "^8.38.0",
|
|
57
|
-
"vite": "^7.0.6",
|
|
58
|
-
"vite-svg-loader": "^5.1.0"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@samhammer/tiptob",
|
|
3
|
+
"version": "2.3.13",
|
|
4
|
+
"description": "TipTap ToolBox",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/web-components.js",
|
|
7
|
+
"module": "./dist/web-components.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
"./web-components": {
|
|
10
|
+
"import": "./dist/web-components.js"
|
|
11
|
+
},
|
|
12
|
+
"./extensions": {
|
|
13
|
+
"import": "./dist/extensions.js",
|
|
14
|
+
"types": "./dist/extensions.d.ts"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist/**/*"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"dev": "vite",
|
|
22
|
+
"build": "vite build && tsc --emitDeclarationOnly",
|
|
23
|
+
"watch": "vite build --watch",
|
|
24
|
+
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
25
|
+
"lint": "eslint src"
|
|
26
|
+
},
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/SamhammerAG/tiptob.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/SamhammerAG/tiptob",
|
|
32
|
+
"keywords": [
|
|
33
|
+
"toolbox",
|
|
34
|
+
"editor",
|
|
35
|
+
"tiptap"
|
|
36
|
+
],
|
|
37
|
+
"author": "Samhammer AG",
|
|
38
|
+
"license": "MIT",
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@tiptap/core": "^2.26.1",
|
|
41
|
+
"@tiptap/extension-bubble-menu": "^2.26.1",
|
|
42
|
+
"@tiptap/extension-highlight": "^2.26.1",
|
|
43
|
+
"@tiptap/extension-image": "^2.26.1",
|
|
44
|
+
"@tiptap/pm": "^2.26.1",
|
|
45
|
+
"dompurify": "^3.2.6"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@sveltejs/vite-plugin-svelte": "^6.1.0",
|
|
49
|
+
"@tsconfig/svelte": "^5.0.4",
|
|
50
|
+
"eslint-plugin-svelte": "^3.11.0",
|
|
51
|
+
"svelte": "^5.37.2",
|
|
52
|
+
"svelte-check": "^4.3.0",
|
|
53
|
+
"svelte-eslint-parser": "^1.3.0",
|
|
54
|
+
"tslib": "^2.8.1",
|
|
55
|
+
"typescript": "^5.8.3",
|
|
56
|
+
"typescript-eslint": "^8.38.0",
|
|
57
|
+
"vite": "^7.0.6",
|
|
58
|
+
"vite-svg-loader": "^5.1.0"
|
|
59
|
+
}
|
|
60
|
+
}
|