-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.59 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
{
"name": "vue2-froala",
"version": "0.1.4",
"description": "Vue2 component for Froala WYSIWYG HTML Rich Text Editor. 适用于vue2版本的Froala富文本(所见即所得)编辑器",
"author": "https://github.com/ZerodLee",
"license": "https://froala.com/wysiwyg-editor/terms/",
"repository": {
"type": "git",
"url": "https://github.com/ZerodLee/vue2-froala.git"
},
"bugs": {
"url": "https://github.com/ZerodLee/vue2-froala/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"vue",
"froala",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"main": "dist/vue2-froala.umd.js",
"unpkg": "dist/vue2-froala.umd.js",
"module": "dist/vue2-froala.mjs",
"files": [
"src",
"dist",
"LICENSE"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"froala-editor": "~4.2.2"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"vite": "^5.4.8",
"vue": "2.7.16"
},
"packageManager": "[email protected]+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
}