-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.48 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "tdesign-tiptap",
"version": "0.4.2",
"type": "module",
"author": "RuoYu",
"description": "A rich-text editor using tiptap and tdesign for Vue3",
"keywords": [
"editor",
"vue3",
"tiptap",
"tdesign",
"tdesign-vue-next",
"富文本",
"编辑器"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build:lib": "vue-tsc && vite build",
"build:demo": "vue-tsc && cross-env VITE_BUILD_TAG=demo vite build",
"preview": "cross-env VITE_BUILD_TAG=demo vite preview",
"buildAndPublish": "npm run build:lib && npm publish"
},
"main": "./lib/tdesign-tiptap.js",
"files": [
"lib/*"
],
"types": "./lib/index.d.ts",
"dependencies": {
"@tiptap/core": "^2.2.6",
"@tiptap/pm": "^2.2.6",
"@tiptap/vue-3": "^2.2.6",
"highlight.js": "^11.9.0",
"linkifyjs": "^4.1.3",
"lowlight": "^3.1.0",
"tdesign-vue-next": "1.9.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"sass": "^1.74.1",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.8.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.10"
},
"bugs": {
"url": "https://github.com/ry0513/tdesign-tiptap/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ry0513/tdesign-tiptap.git"
},
"homepage": "https://github.com/ry0513/tdesign-tiptap#readme"
}