8 Star 119 Fork 34

寒夜梦未央/vue-form-create

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
付成伟fucw 提交于 2022-05-22 14:40 . fix: 修复webpack引入vue失败
{
"name": "vue-form-create",
"description": "一个基于Vue3.0 + TS 的表单设计器",
"version": "1.2.10",
"main": "dist/formCreate.umd.min.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/fuchengwei/vue-form-create",
"author": {
"name": "fuchengwei"
},
"keywords": [
"Form",
"FormCreate",
"Vue",
"Antd",
"Element"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com:fuchengwei/vue-form-create"
},
"files": [
"dist/*",
"src/index.d.ts"
],
"scripts": {
"serve": "vue-cli-service serve ./example/main.ts --open",
"build": "vue-cli-service build --target lib --name formCreate ./src/index.ts",
"lint": "vue-cli-service lint",
"prepare": "husky install"
},
"peerDependencies": {
"vue": ">=3.2.0"
},
"dependencies": {
"ace-builds": "^1.4.12",
"ant-design-vue": "^3.2.0",
"core-js": "^3.6.5",
"element-plus": "^2.1.10",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
"vuedraggable": "^4.0.1",
"wangeditor": "^4.6.13"
},
"devDependencies": {
"vue": "^3.2.25",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/lodash": "^4.14.168",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-0",
"husky": "^5.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^6.0.2",
"typescript": "~4.1.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fuchengwei/vue-form-create.git
git@gitee.com:fuchengwei/vue-form-create.git
fuchengwei
vue-form-create
vue-form-create
master

搜索帮助