-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
66 lines (66 loc) · 1.62 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
60
61
62
63
64
65
66
{
"name": "@wangeditor/editor-for-vue",
"version": "5.1.12",
"description": "wangEditor component for vue@next",
"author": "liuqh0609 <liuqh0609@163.com>",
"homepage": "http://www.wangeditor.com/",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"license": "MIT",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"keywords": [
"wangEditor",
"富文本编辑器",
"富文本",
"vue3"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangeditor-team/wangEditor-for-vue3.git"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"release": "release-it",
"test": "jest"
},
"peerDependencies": {
"@wangeditor/editor": ">=5.1.0",
"vue": "^3.0.5"
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.1",
"@typescript-eslint/parser": "^4.29.3",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.16",
"@wangeditor/editor": "^5.1.1",
"babel-jest": "^26.6.3",
"jest": "25.5.4",
"lodash": "^4.17.21",
"prettier": "^2.5.1",
"release-it": "^14.11.5",
"ts-jest": "^25.3.1",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-plugin-dts": "^0.7.0",
"vue": "^3.2.7",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.2.2"
}
}