1 Star 0 Fork 1

Zee/breeze-vite-ui

forked from gaoweixuan/breeze-vite-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.59 KB
一键复制 编辑 原始数据 按行查看 历史
gaoweixuan 提交于 2024-09-13 19:36 +08:00 . fix: 优化
{
"name": "breeze-vite-ui",
"private": true,
"version": "1.0.0",
"type": "module",
"repository": "https://github.com/breeze-boot/breeze-vite-ui.git",
"author": "gaoweixuan",
"license": "Apache 2.0",
"scripts": {
"dev": "vite serve --mode development",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode production",
"preview": "vite preview",
"lint": "eslint src",
"fix": "eslint src --fix",
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
"lint:eslint": "eslint src/**/*.{ts,vue} --cache --fix",
"lint:style": "stylelint src/**/*.{css,scss,vue} --cache --fix",
"prepare": "husky install",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"preinstall": "node ./scripts/preinstall.js"
},
"keywords": [
"vue",
"vue3",
"admin",
"dashboard",
"element-ui plus",
"process",
"breeze",
"management-system"
],
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@stomp/stompjs": "^7.0.0",
"@visactor/vtable": "^1.6.1",
"@visactor/vtable-export": "^1.6.1",
"@vueuse/core": "^10.7.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"axios": "^1.4.0",
"bpmn-js": "^8.10.0",
"bpmn-js-task-resize": "^1.2.0",
"bpmn-js-token-simulation": "^0.10.0",
"codemirror": "^5",
"codemirror-editor-vue3": "^2.5.8",
"crypto-js": "4.2.0",
"diagram-js": "^12.2.0",
"diagram-js-minimap": "^2.1.1",
"echarts": "^5.4.2",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.6.0",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.1",
"json-bigint": "^1.0.0",
"lodash-es": "^4.17.21",
"min-dash": "^4.2.1",
"moment": "^2.29.4",
"net": "^1.0.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"vue": "^3.2.47",
"vue-draggable-plus": "^0.4.1",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.1",
"vue3-ts-jsoneditor": "^2.11.2",
"x2js": "^3.4.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/codemirror": "^5.60.15",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"husky": "^8.0.0",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.0",
"router": "^1.3.8",
"sass": "^1.62.1",
"sass-loader": "^13.3.2",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1",
"terser": "^5.29.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-define-options": "^1.3.5",
"vite": "^5.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.8.22"
},
"engines": {
"node": ">=20.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zee_code/breeze-vite-ui.git
git@gitee.com:zee_code/breeze-vite-ui.git
zee_code
breeze-vite-ui
breeze-vite-ui
main

搜索帮助