1 Star 0 Fork 1.1K

wooo/vue-form-making

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
GavinZhulei 提交于 2018-10-27 21:53 . 文档更新
{
"name": "form-making",
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
"version": "1.1.0",
"author": "GavinZhulei",
"license": "MIT",
"keywords": [
"component",
"vue",
"form",
"element-ui",
"auto"
],
"repository": {
"type": "git",
"url": "https://github.com/GavinZhuLei/vue-form-making"
},
"main": "dist/FormMaking.common.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/indexBundle.js"
},
"dependencies": {
"ace": "^1.3.0",
"axios": "^0.18.0",
"clipboard": "^2.0.1",
"element-ui": "^2.3.8",
"jsoneditor": "^5.24.6",
"multiparty": "^4.2.1",
"normalize.css": "^8.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.1",
"tinymce": "^4.8.4",
"tui-color-picker": "^2.2.0",
"tui-editor": "^1.2.6",
"viewerjs": "^1.2.0",
"vue": "^2.5.16",
"vue-awesome": "^3.0.0",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"babel-core": "^7.0.0-bridge.0",
"node-sass": "^4.9.0",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^3.0.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.13"
},
"babel": {
"presets": [
"@vue/app"
]
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lec/vue-form-making.git
git@gitee.com:lec/vue-form-making.git
lec
vue-form-making
vue-form-making
master

搜索帮助