1 Star 0 Fork 171

nebula-cloud/vue-naive-admin

forked from isme.top/vue-naive-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
zclzone 提交于 2024-07-16 21:59 . chore: update deps
{
"name": "vue-naive-admin",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:fix": "eslint --fix",
"postinstall": "npx simple-git-hooks",
"up": "taze major -I"
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"naive-ui": "^2.39.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.31",
"vue-echarts": "^6.7.3",
"vue-router": "^4.4.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.4",
"@iconify/json": "^2.2.228",
"@iconify/utils": "^2.1.25",
"@unocss/eslint-config": "^0.61.4",
"@unocss/eslint-plugin": "^0.61.4",
"@unocss/preset-rem-to-px": "^0.61.4",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.7.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.5",
"lint-staged": "^15.2.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"taze": "^0.15.1",
"unocss": "^0.61.4",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.4",
"vite-plugin-router-warn": "^1.0.0",
"vite-plugin-vue-devtools": "^7.3.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nebula-cloud/vue-naive-admin.git
git@gitee.com:nebula-cloud/vue-naive-admin.git
nebula-cloud
vue-naive-admin
vue-naive-admin
2.x

搜索帮助