1 Star 0 Fork 19

华庚兴/中后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.55 KB
一键复制 编辑 原始数据 按行查看 历史
kevin 提交于 2023-12-19 16:23 . refactor: 缓存逻辑重构
{
"name": "vue-admin-system",
"version": "0.0.0",
"scripts": {
"restart": "yarn",
"start": "cross-env vite --mode development",
"stage": "rimraf stage && cross-env vite build --mode staging",
"build": "rimraf dist && cross-env vite build --mode production",
"report": "rimraf dist && cross-env vite build --mode production",
"preview": "vite preview",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean:lib": "rimraf package-lock.json && rimraf yarn.lock && rimraf node_modules ",
"reinstall": "yarn clean:lib && yarn restart",
"lint:lint-staged": "lint-staged -c ./.lintstagedrc.js",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"{src,mock}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:stylelint",
"prepare": "husky install",
"commit": "git-cz",
"css:analysis": "windicss-analysis",
"postinstall": "patch-package"
},
"dependencies": {
"@bpmn-io/properties-panel": "^3.8.0",
"@codemirror/gutter": "^0.19.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.0.4",
"@iconify/json": "^2.1.57",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^8.6.0",
"@vueuse/motion": "^2.0.0-beta.9",
"@vueuse/shared": "^8.6.0",
"axios": "^0.24.0",
"bpmn-js": "^14.0.0",
"bpmn-js-bpmnlint": "^0.21.0",
"bpmn-js-color-picker": "^0.6.1",
"bpmn-js-create-append-anything": "^0.4.0",
"bpmn-js-properties-panel": "^5.4.0",
"bpmn-js-token-simulation": "^0.31.1",
"bpmnlint": "^9.2.0",
"camunda-bpmn-moddle": "^7.0.1",
"china-area-data": "^5.0.1",
"circular-json": "^0.5.9",
"codemirror": "^6.0.1",
"cropperjs": "^1.5.12",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.0",
"diagram-js": "^12.3.0",
"diagram-js-minimap": "^4.1.0",
"dom-helpers": "^5.2.1",
"driver.js": "^0.9.8",
"echarts": "^5.3.3",
"element-plus": "^2.4.1",
"js-cookie": "^3.0.1",
"jsbarcode": "^3.11.5",
"jsencrypt": "^3.2.1",
"keymaster": "^1.6.2",
"lodash-es": "^4.17.21",
"min-dash": "^4.1.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"pinia": "^2.1.6",
"qrcode": "^1.5.1",
"qs": "^6.10.3",
"react-dnd-html5-backend": "^16.0.1",
"resize-observer-polyfill": "^1.5.1",
"tinymce": "^6.1.2",
"v-contextmenu": "^3.0.0",
"vditor": "^3.9.6",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "^4.0.15",
"vue-types": "^4.1.1",
"vue3-dnd": "^2.0.4",
"vue3-print-nb": "^0.1.4",
"vuedraggable": "^4.1.0",
"xe-utils": "^3.5.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/js-cookie": "^3.0.1",
"@types/mockjs": "^1.0.4",
"@types/node": "^17.0.8",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.7",
"commitizen": "^4.2.4",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "0.14.34",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.0",
"husky": "^8.0.1",
"ip": "^1.1.5",
"lint-staged": "^13.0.1",
"path": "^0.12.7",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"postcss-scss": "^4.0.4",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.5.4",
"sass": "^1.46.0",
"stylelint": "^15.3.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.2.0",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.8.7",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-live-reload": "^2.1.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-plugin-windicss": "^1.8.4",
"vite-svg-loader": "^3.1.1",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^1.6.3",
"windicss": "^3.5.4",
"windicss-analysis": "^0.3.5"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"browserslist": [
"last 5 version",
"> 1%",
"not ie 11",
"not op_mini all"
],
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huagengxing/vue-admin-system.git
git@gitee.com:huagengxing/vue-admin-system.git
huagengxing
vue-admin-system
中后台管理系统
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385