{ "name": "yudao-ui-admin-vue3", "version": "2026.01-snapshot", "description": "基于vue3、vite4、element-plus、typesScript", "author": "xingyu", "private": false, "scripts": { "i": "pnpm install", "dev": "vite --mode env.local", "dev-server": "vite --mode dev", "ts:check": "vue-tsc --noEmit", "build:local": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build", "build:dev": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode dev", "build:test": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode test", "build:stage": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode stage", "build:prod": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode prod", "serve:dev": "vite preview --mode dev", "serve:prod": "vite preview --mode prod", "preview": "pnpm build:local && vite preview", "clean": "npx rimraf node_modules", "clean:cache": "npx rimraf node_modules/.cache", "lint:eslint": "eslint --fix ./src", "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "lint:lint-staged": "lint-staged -c " }, "dependencies": { "@element-plus/icons-vue": "2.3.2", "@form-create/designer": "^3.4.0", "@form-create/element-ui": "^3.2.37", "@iconify/iconify": "^3.1.1", "@microsoft/fetch-event-source": "^2.0.1", "@videojs-player/vue": "^1.0.0", "@vueuse/core": "^14.2.1", "@wangeditor-next/editor": "^5.6.49", "@wangeditor-next/editor-for-vue": "^5.1.14", "@wangeditor-next/plugin-mention": "^1.0.19", "@zxcvbn-ts/core": "^3.0.4", "animate.css": "^4.1.1", "axios": "1.13.6", "benz-amr-recorder": "^1.1.5", "bpmn-js-token-simulation": "^0.39.2", "camunda-bpmn-moddle": "^7.0.1", "cropperjs": "^1.6.2", "crypto-js": "^4.2.0", "dayjs": "^1.11.19", "diagram-js": "^15.9.1", "driver.js": "^1.4.0", "echarts": "^6.0.0", "echarts-wordcloud": "^2.1.0", "element-plus": "2.13.3", "highlight.js": "^11.11.1", "jsencrypt": "^3.5.4", "jsoneditor": "^10.4.2", "lodash-es": "^4.17.23", "markdown-it": "^14.1.1", "markmap-common": "^0.18.9", "markmap-lib": "^0.18.12", "markmap-toolbar": "^0.18.12", "markmap-view": "^0.18.12", "min-dash": "^5.0.0", "mitt": "^3.0.1", "nprogress": "^0.2.0", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "qrcode": "^1.5.4", "qs": "^6.15.0", "snabbdom": "^3.6.3", "sortablejs": "^1.15.7", "steady-xml": "^0.1.0", "url": "^0.11.4", "video.js": "^8.23.7", "vue": "3.5.29", "vue-dompurify-html": "^5.3.0", "vue-i18n": "11.2.8", "vue-router": "5.0.3", "vue-types": "^6.0.0", "vue3-print-nb": "^0.1.4", "vue3-signature": "^0.4.4", "vuedraggable": "^4.1.0", "web-storage-cache": "^1.1.1", "xml-js": "^1.6.11" }, "devDependencies": { "@commitlint/cli": "^20.4.3", "@commitlint/config-conventional": "^20.4.3", "@iconify/json": "^2.2.446", "@intlify/unplugin-vue-i18n": "^11.0.7", "@playwright/test": "^1.58.2", "@purge-icons/generated": "^0.10.0", "@types/jsoneditor": "^9.9.6", "@types/lodash-es": "^4.17.12", "@types/node": "^25.3.3", "@types/nprogress": "^0.2.3", "@types/qrcode": "^1.5.6", "@types/qs": "^6.14.0", "@unocss/eslint-config": "^66.6.5", "@unocss/eslint-plugin": "66.6.5", "@unocss/transformer-variant-group": "^66.6.5", "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue-jsx": "^5.1.4", "autoprefixer": "^10.4.27", "bpmn-js": "^18.13.0", "bpmn-js-properties-panel": "5.53.0", "consola": "^3.4.2", "eslint": "^10.0.2", "eslint-plugin-vue": "^10.8.0", "lint-staged": "^16.3.2", "postcss": "^8.5.8", "postcss-html": "^1.8.1", "postcss-scss": "^4.0.9", "prettier": "^3.8.1", "prettier-eslint": "^16.4.2", "rimraf": "^6.1.3", "rollup": "^4.59.0", "sass": "^1.97.3", "stylelint": "^17.4.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^7.0.1", "terser": "^5.46.0", "typescript": "5.9.3", "typescript-eslint": "^8.56.1", "unocss": "^66.6.5", "unplugin-auto-import": "^21.0.0", "unplugin-element-plus": "^0.11.2", "unplugin-vue-components": "^31.0.0", "vite": "7.3.1", "vite-plugin-compression": "^0.5.1", "vite-plugin-ejs": "^1.7.0", "vite-plugin-eslint2": "^5.0.5", "vite-plugin-progress": "^0.0.7", "vite-plugin-purge-icons": "^0.10.0", "vite-plugin-svg-icons-ng": "^1.5.2", "vite-plugin-top-level-await": "^1.6.0", "vue-eslint-parser": "^10.4.0", "vue-tsc": "^3.2.5" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3" }, "bugs": { "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues" }, "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3", "web-types": "./web-types.json", "engines": { "node": ">= 20.19.0", "pnpm": ">=8.6.0" } }