[重构] button buttonGroup buttonContainer 组件, 未破坏功能的前提下改进代码
This commit is contained in:
12
package.json
12
package.json
@@ -19,10 +19,6 @@
|
||||
"build:types": "rimraf types && tsc -d",
|
||||
"build:docs": "vite build docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitee.com/layui-vue/layui-vue"
|
||||
},
|
||||
"keywords": [
|
||||
"layui-vue",
|
||||
"layui",
|
||||
@@ -30,10 +26,6 @@
|
||||
],
|
||||
"author": "layui-vue",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitee.com/layui-vue/layui-vue/issues"
|
||||
},
|
||||
"homepage": "https://gitee.com/layui-vue/layui-vue/blob/master/README.md",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.22",
|
||||
"vue-router": "^4.0.12"
|
||||
@@ -53,6 +45,8 @@
|
||||
"@vue/compiler-sfc": "^3.2.22",
|
||||
"@vue/server-renderer": "^3.2.20",
|
||||
"escape-html": "^1.0.3",
|
||||
"less": "^4.1.2",
|
||||
"less-loader": "^10.2.0",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"prismjs": "^1.25.0",
|
||||
"rimraf": "^3.0.2",
|
||||
@@ -69,4 +63,4 @@
|
||||
"last 2 versions and > 2%",
|
||||
"ie > 10"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user