1 Star 0 Fork 100

1个小胖子/vue-uieditor

forked from GaN/vue-uieditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
cmpxs 提交于 2021-11-18 15:56 . 1.1.1
{
"name": "vue-uieditor",
"version": "1.1.1",
"description": "VUE 可视化编辑器(Vue 2.x)",
"author": "days2020",
"main": "./index.js",
"keyword": "vue uieditor vue-uieditor",
"types": "@types/index.d.ts",
"homepage": "https://gitee.com/days2020/vue-uieditor",
"scripts": {
"serve": "rimraf ./pages && vue-cli-service serve",
"build": "rimraf ./pages && vue-cli-service build",
"lib": "rimraf ./lib && vue-cli-service build -lib && yarn run lib-file",
"libToNM": "yarn run lib && yarn run NM-file",
"PU": "yarn run lib && npm publish ./lib --registry=https://registry.npmjs.org/",
"dev": "yarn run serve",
"output": "vue-cli-service inspect --mode production > output.js",
"lib-file": "cpy ./*/** ../../../../lib/@types --cwd=./lib/@types-build/src/vue-uieditor --parents && rimraf ./lib/@types-build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/standalone": "7.10.5",
"@vue/composition-api": "^1.4.0",
"domhandler": "4.2.0",
"htm": "3.0.4",
"jsontoxml": "1.0.1",
"less": "2.7.3",
"less-loader": "4.1.0",
"lodash": "4.17.21",
"querystring": "0.2.1",
"vue": "^2.6.10",
"vue-class-component": "7.2.6",
"vue-property-decorator": "8.5.1",
"vue-router": "3.5.1",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"@types/chai": "4.2.15",
"@types/jquery": "3.5.5",
"@types/lodash": "4.14.168",
"@types/mocha": "5.2.7",
"@vue/cli-plugin-typescript": "3.12.1",
"@vue/cli-plugin-unit-mocha": "3.12.1",
"@vue/cli-service": "3.12.1",
"@vue/test-utils": "1.0.0-beta.29",
"tslib": "^2.3.1",
"chai": "4.3.4",
"cpy-cli": "3.1.1",
"rimraf": "3.0.2",
"typescript": "4.2.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/liang4297/vue-uieditor.git
git@gitee.com:liang4297/vue-uieditor.git
liang4297
vue-uieditor
vue-uieditor
develop

搜索帮助