2 Star 14 Fork 3

小小木锤/vue-ueditor-wrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
小小木锤 提交于 2021-06-16 17:40 . chore: update version
{
"name": "vue-ueditor-wrap",
"version": "3.0.8",
"description": "Vue + UEditor + v-model双向绑定",
"module": "es/index.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"style": "lib/index.css",
"files": [
"lib",
"es",
"vetur"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vant-cli dev",
"test": "vant-cli test",
"lint": "vant-cli lint",
"build": "vant-cli build",
"release": "vant-cli release",
"test:coverage": "open test/coverage/index.html",
"build-site": "vant-cli build-site && gh-pages -d site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaoChuan9421/vue-ueditor-wrap.git"
},
"keywords": [
"ueditor",
"vue",
"v-model",
"富文本编辑器",
"百度编辑器"
],
"author": "郑昊川",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaoChuan9421/vue-ueditor-wrap/issues"
},
"homepage": "https://github.com/HaoChuan9421/vue-ueditor-wrap#readme",
"dependencies": {
"@babel/runtime": "7.x"
},
"devDependencies": {
"@vant/cli": "^3.7.0",
"@vue/compiler-sfc": "^3.0.0",
"copy-webpack-plugin": "6",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"vue": "^3.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "vant-cli commit-lint"
}
},
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,jsx,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"sideEffects": [
"es/**/style/*",
"lib/**/style/*",
"*.css",
"*.less"
],
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"web-types": "vetur/web-types.json",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hc199421/vue-ueditor-wrap.git
git@gitee.com:hc199421/vue-ueditor-wrap.git
hc199421
vue-ueditor-wrap
vue-ueditor-wrap
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385