加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
wangkai 提交于 2024-05-20 09:02 . fix: 组件修改
{
"name": "v3-base-ui",
"description": "element-plus for vue3",
"auth": "kkw1573",
"version": "0.0.51",
"main": "lib/v3-base-ui.umd.js",
"types": "index.d.ts",
"homepage": "https://gitee.com/my-project---components/v3-base-ui",
"repository": {
"type": "git",
"url": "https://gitee.com/my-project---components/v3-base-ui"
},
"scripts": {
"dev": "vite --force",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lib": "vite build",
"pub": "vite build && npm version patch && git push && npm publish",
"release": "vite build && npm version patch && git push && npm publish"
},
"dependencies": {
"vue": "^3.2.25",
"vue-clipboard3": "^2.0.0"
},
"devDependencies": {
"@element-plus/icons-vue": "^0.2.6",
"@types/lodash": "^4.14.191",
"@types/node": "^17.0.12",
"@vitejs/plugin-vue": "^2.0.0",
"element-plus": "^2.1.9",
"kkw-base": "^0.0.1",
"lodash": "^4.17.21",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"typescript": "^4.4.4",
"v3-base-ui": "^0.0.13",
"vite": "^2.7.2",
"vue-router": "^4.0.12",
"vue-tsc": "^0.29.8"
},
"keywords": [
"element-plus",
"vue",
"vue3"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化