1 Star 0 Fork 7

xin3197/Vue-ElPlus-Admin

forked from zanjiahao/Vue-ElPlus-Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
zanjiahao 提交于 2024-05-08 14:40 . task: 修复小部分bug问题
{
"name": "vue-elementplus-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --open",
"serve": "vite --host --open",
"build": "vite build",
"preview": "vite preview --open",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.1.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.4.0",
"clipboard": "^2.0.11",
"dayjs": "^1.11.10",
"driver.js": "^0.9.8",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.3.4",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.13",
"vue3-json-viewer": "^2.2.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.1.0",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"fast-glob": "^3.2.12",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"prettier": "^2.8.4",
"stylelint": "^15.6.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"terser": "^5.19.2",
"typescript": "^5.0.4",
"vite": "^4.3.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.4.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xin3197/vue-el-plus-admin.git
git@gitee.com:xin3197/vue-el-plus-admin.git
xin3197
vue-el-plus-admin
Vue-ElPlus-Admin
main

搜索帮助