1 Star 0 Fork 100

Haison990 / vue-uieditor

forked from days2020 / vue-uieditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
cmpxs 提交于 2021-05-03 16:18 . 0.9.0
{
"name": "vue-uieditor",
"version": "0.9.0",
"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",
"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",
"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.12",
"vue-class-component": "7.2.6",
"vue-property-decorator": "8.5.1",
"vue-router": "3.5.1",
"vue-template-compiler": "2.6.12"
},
"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",
"chai": "4.3.4",
"cpy-cli": "3.1.1",
"rimraf": "3.0.2",
"typescript": "3.9.9"
}
}
TypeScript
1
https://gitee.com/haison990/vue-uieditor.git
git@gitee.com:haison990/vue-uieditor.git
haison990
vue-uieditor
vue-uieditor
master

搜索帮助