1 Star 0 Fork 0

kevin/vue-admin-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 6.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-admin-plus",
"version": "0.0.1",
"private": true,
"main": "dist/electron/main.js",
"scripts": {
"restart": "yarn",
"start": "chcp 65001 && cross-env MODE=dev vite --mode dev",
"build:dev": "rimraf stage && cross-env MODE=dev vite build --mode dev",
"build:test": "rimraf stage && cross-env MODE=stage vite build --mode test",
"build:stage": "rimraf stage && cross-env MODE=stage vite build --mode stage",
"build:prod": "rimraf dist && cross-env MODE=prod vite build --mode prod",
"report": "rimraf dist && cross-env MODE=prod vite build --mode prod",
"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",
"ts:check": "yarn vue-tsc --noEmit --skipLibCheck",
"lint:lint-staged": "lint-staged -c ./lint-staged.config.mjs",
"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",
"commit": "git-cz",
"electron": "chcp 65001 && dotenv -e .env.prod electron .",
"build:win": "electron-builder --win --config electron-builder.json5",
"build:mac": "electron-builder --mac --config electron-builder.json5",
"build:linux": "electron-builder --linux --config electron-builder.json5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@bpmn-io/properties-panel": "^3.23.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.3.1",
"@form-create/designer": "^3",
"@form-create/element-ui": "^3",
"@iconify/json": "^2.2.243",
"@lucky-canvas/vue": "^0.1.11",
"@vue/compiler-sfc": "^3.5.0",
"@vueuse/core": "^11.0.3",
"@vueuse/motion": "^2.2.3",
"@vueuse/shared": "^11.0.3",
"@zxcvbn-ts/core": "^3.0.4",
"animate.css": "^4.1.1",
"asar": "^3.2.0",
"axios": "^1.7.7",
"bpmn-js": "^17.9.2",
"bpmn-js-bpmnlint": "^0.22.3",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-create-append-anything": "^0.5.2",
"bpmn-js-properties-panel": "^5.23.0",
"bpmn-js-token-simulation": "^0.34.5",
"bpmnlint": "^10.3.0",
"camunda-bpmn-js-behaviors": "^1.6.1",
"camunda-bpmn-moddle": "^7.0.1",
"china-area-data": "^5.0.1",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"diagram-js": "^14.9.0",
"diagram-js-minimap": "^5.1.0",
"dom-helpers": "^5.2.1",
"driver.js": "^1.3.1",
"echarts": "^5.5.1",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.8.6",
"flatted": "^3.3.1",
"js-cookie": "^3.0.5",
"jsbarcode": "^3.11.6",
"jsencrypt": "^3.3.2",
"keymaster": "^1.6.2",
"lodash-es": "^4.17.21",
"min-dash": "^4.2.1",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.2.2",
"qrcode": "^1.5.4",
"qs": "^6.13.0",
"resize-observer-polyfill": "^1.5.1",
"tinymce": "^6.1.2",
"v-contextmenu": "^3.2.0",
"vditor": "^3.10.5",
"vue": "^3.5.12",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-types": "^5.1.3",
"vue3-moveable": "^0.28.0",
"vue3-print-nb": "^0.1.4",
"vuedraggable": "^4.1.0",
"web-storage-cache": "^1.1.1",
"xe-utils": "^3.5.30",
"xlsx": "^0.18.5",
"zeebe-bpmn-moddle": "^1.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "^9.13.0",
"@types/js-cookie": "^3.0.6",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.5.3",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.15",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"cz-git": "^1.10.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"electron": "^33.0.2",
"electron-builder": "^25.1.8",
"electron-log": "^5.2.0",
"electron-vite": "^2.3.0",
"esbuild": "^0.23.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.1",
"fs-extra": "^11.2.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"ip": "^2.0.1",
"lint-staged": "^15.2.10",
"path": "^0.12.7",
"postcss": "^8.4.44",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.3",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.5.1",
"terser": "^5.36.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.11.0",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.9",
"vite-electron-builder": "^0.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-require-transform": "^1.0.21",
"vite-plugin-vue-setup-path-extend": "^1.0.2",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ctokevin/vue-admin-electron.git
git@gitee.com:ctokevin/vue-admin-electron.git
ctokevin
vue-admin-electron
vue-admin-electron
main

搜索帮助