Skip to content

Commit

Permalink
fix: 修复webpack引入vue失败
Browse files Browse the repository at this point in the history
  • Loading branch information
付成伟fucw committed May 22, 2022
1 parent beb413c commit 96074d0
Show file tree
Hide file tree
Showing 4 changed files with 2,792 additions and 802 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-form-create",
"description": "一个基于Vue3.0 + TS 的表单设计器",
"version": "1.2.7",
"version": "1.2.10",
"main": "dist/formCreate.umd.min.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/fuchengwei/vue-form-create",
Expand Down Expand Up @@ -30,18 +30,21 @@
"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",
"vue": "^3.0.11",
"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",
Expand Down
Loading

0 comments on commit 96074d0

Please sign in to comment.