cy-comp
Version:
Cy-Comp 是一款基于 Element-Plus 二次开发的组件库。
39 lines (38 loc) • 797 B
JSON
{
"name": "cy-comp",
"private": false,
"version": "1.0.98",
"main": "dist/index.es.js",
"keywords": [
"Vue3",
"element-plus",
"Anchor",
"proForm",
"SelectMonths",
"proTable",
"EditTable"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"element-plus": "^2.3.0",
"sass": "^1.59.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.0"
},
"repository": {
"type": "gitee",
"url": "git@gitee.com:RockCy/cy-comp.git"
},
"homepage": "https://gitee.com/RockCy/cy-comp"
}