forked from coolswitch/tiptap-extension-image-freely
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1017 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "tiptap-extension-image-resize",
"author": "anatoliydarma",
"description": "Image extension for tiptap, support resize or rotation",
"version": "0.1.6",
"homepage": "https://github.com/anatoliydarma/tiptap-extension-image-resize#readme",
"keywords": [
"tiptap",
"tiptap extension",
"tiptap extension resize",
"tiptap extension rotate",
"tiptap extension img",
"tiptap extension image",
"tiptap image resize",
"tiptap image rotate"
],
"license": "MIT",
"engines": {
"node": ">=16"
},
"main": "src/index.ts",
"files": [
"dist",
"src"
],
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"dependencies": {
"@tiptap/core": "^2.1.10",
"@tiptap/vue-3": "^2.1.10"
},
"devDependencies": {
"husky": "^7.0.4",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^5.0.0"
},
"bugs": {
"url": "https://github.com/coolswitch/tiptap-extension-image-freely/issues"
},
"repository": "git+https://github.com/coolswitch/tiptap-extension-image-freely.git"
}