2 Star 24 Fork 0

goldpankit / eva-vue3-options

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Caesar.Liu 提交于 2024-04-18 14:58 . 调整依赖
{
"name": "eva-vue3",
"private": true,
"version": "4.0.1",
"type": "module",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src",
"fix": "eslint src --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"element-plus": "^2.6.2",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"js-file-download": "^0.4.12",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"crypto-js": "^4.2.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0",
"sass": "^1.72.0",
"vite-plugin-eslint": "^1.8.1",
"vite": "^5.2.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"indent": [
"error",
2
],
"vue/multi-word-component-names": "off",
"vue/no-reserved-component-names": "off",
"generator-star-spacing": "off",
"no-debugger": "error"
}
},
"volta": {
"node": "18.15.0",
"npm": "8.19.4",
"yarn": "1.22.21"
}
}
1
https://gitee.com/goldpankit/eva-vue3-options.git
git@gitee.com:goldpankit/eva-vue3-options.git
goldpankit
eva-vue3-options
eva-vue3-options
master

搜索帮助