13 Star 128 Fork 51

days2020 / iview-uieditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
cmpxs 提交于 2021-12-23 16:51 . 0.9.1 添加 树
{
"name": "iview-uieditor",
"version": "0.9.1",
"author": "days2020",
"description": "IView 可视化编辑器(Vue 2.x)",
"main": "./index.js",
"keyword": "vue uieditor iview-uieditor",
"types": "@types/index.d.ts",
"homepage": "https://gitee.com/days2020/iview-uieditor",
"scripts": {
"serve": "rimraf ./dist && vue-cli-service serve",
"build": "rimraf ./pages && vue-cli-service build",
"lib": "rimraf ./lib && vue-cli-service build -lib && npm run lib-file",
"PU": "npm run lib && npm publish ./lib --registry=https://registry.npmjs.org/",
"dev": "npm run serve",
"output": "vue-cli-service inspect --mode production > output.js",
"lib-file": "cpy ./*/** ../../../../lib/@types --cwd=./lib/@types-build/src/iview-uieditor --parents && rimraf ./lib/@types-build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/standalone": "7.10.5",
"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",
"tslib": "^2.3.1",
"view-design": "^4.5.0",
"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",
"vue-uieditor": "^1.1.0"
},
"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": "4.2.2"
}
}
1
https://gitee.com/days2020/iview-uieditor.git
git@gitee.com:days2020/iview-uieditor.git
days2020
iview-uieditor
iview-uieditor
develop

搜索帮助