1 Star 0 Fork 19

Young.Liu/ballcat-admin-ui-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
Hccake 提交于 2023-04-21 15:11 . :arrow_up:bump to vite 4.3.1
{
"name": "ballcat-ui-vue3",
"version": "0.0.0",
"packageManager": "pnpm@8.2.0",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"build:test": "vue-tsc --noEmit && vite build --mode test",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"preinstall": "node ./scripts/preinstall.js"
},
"engines": {
"node": ">=16.11.0",
"pnpm": ">=8"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@ballcat/vue-cropper": "^1.0.5",
"@ckpack/vue-color": "^1.4.1",
"@vueuse/core": "^10.0.2",
"@vueuse/shared": "^10.0.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"ant-design-vue": "^3.2.17",
"axios": "^1.3.6",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"json-bigint": "^1.0.0",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.35",
"qs": "^6.11.1",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@ballcat/commitlint-config-gitmoji": "^1.1.0",
"@commitlint/cli": "^17.6.1",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/crypto-js": "^4.1.1",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.15.13",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"@wangeditor/core": "^1.1.19",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"typescript": "~5.0.4",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.1",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "~1.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ipipi/ballcat-admin-ui-vue3.git
git@gitee.com:ipipi/ballcat-admin-ui-vue3.git
ipipi
ballcat-admin-ui-vue3
ballcat-admin-ui-vue3
master

搜索帮助