1 Star 0 Fork 0

jank/ub-vue3-vite-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
Joker-space 提交于 2023-06-19 21:37 . update config/plugin
{
"name": "ub-vue3-vite-admin-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
"build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
"preview": "pnpm run build && vite preview --host",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint-staged": "npx lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
"element-plus": "^2.3.5",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-echarts": "^6.5.5",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.5",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"mockjs": "^1.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"rollup": "^2.56.3",
"rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^15.6.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.2",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.4.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jank_j/ub-vue3-vite-admin-template.git
git@gitee.com:jank_j/ub-vue3-vite-admin-template.git
jank_j
ub-vue3-vite-admin-template
ub-vue3-vite-admin-template
master

搜索帮助