@pi-form-create/component-wangeditor
Version:
@pi-form-create 富文本组件
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@pi-form-create/component-wangeditor",
"version": "3.0.0-alpha.1",
"description": "@pi-form-create 富文本组件",
"main": "./dist/index.min.js",
"module": "./dist/index.esm.js",
"unpkg": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"scripts": {
"clean": "rimraf dist/",
"bili": "cross-env bili",
"build": "npm-run-all clean bili"
},
"files": [
"README.md",
"package.json",
"LICENSE",
"dist"
],
"keywords": [
"@pi-form-create",
"vue3",
"form-create-component",
"form-create-common-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xaboy/form-create.git"
},
"author": "xaboy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/xaboy/form-create/issues"
},
"homepage": "http://www.form-create.com",
"publishConfig": {
"access": "public"
},
"dependencies": {
"wangeditor": "^4.6.0"
},
"buildFormCreateOptions": {
"name": "@pi-form-create/component-wangeditor",
"exportName": "FcEditor",
"formats": [
"umd",
"esm"
]
},
"gitHead": "3d024534b3ee103a96da1d3629582c0cdf19d9a8"
}