2023-02-11 00:44:00 +08:00
|
|
|
{
|
|
|
|
"name": "yudao-ui-admin-vue3",
|
|
|
|
"version": "1.7.0-snapshot.1922",
|
|
|
|
"description": "基于vue3、vite4、element-plus、typesScript",
|
|
|
|
"author": "xingyu",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
|
|
|
"i": "pnpm install",
|
|
|
|
"dev": "vite --mode base",
|
|
|
|
"ts:check": "vue-tsc --noEmit",
|
|
|
|
"build:pro": "vite build --mode pro",
|
|
|
|
"build:dev": "vite build --mode dev",
|
|
|
|
"build:test": "npm run ts:check && vite build --mode test",
|
|
|
|
"serve:pro": "vite preview --mode pro",
|
|
|
|
"serve:dev": "vite preview --mode dev",
|
|
|
|
"serve:test": "vite preview --mode test",
|
|
|
|
"npm:check": "npx npm-check-updates",
|
|
|
|
"clean": "npx rimraf node_modules",
|
|
|
|
"clean:cache": "npx rimraf node_modules/.cache",
|
|
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
|
|
"lint:lint-staged": "lint-staged -c ",
|
|
|
|
"lint:pretty": "pretty-quick --staged"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@form-create/designer": "^3.1.0",
|
|
|
|
"@form-create/element-ui": "^3.1.17",
|
|
|
|
"@iconify/iconify": "^3.1.0",
|
|
|
|
"@vueuse/core": "^9.12.0",
|
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
|
|
|
"@zxcvbn-ts/core": "^2.2.1",
|
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
"axios": "^1.3.2",
|
|
|
|
"bpmn-js-token-simulation": "^0.10.0",
|
|
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
|
|
"cropperjs": "^1.5.13",
|
|
|
|
"crypto-js": "^4.1.1",
|
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"diagram-js": "^11.6.0",
|
|
|
|
"echarts": "^5.4.1",
|
|
|
|
"echarts-wordcloud": "^2.1.0",
|
2023-02-13 09:09:48 +08:00
|
|
|
"element-plus": "2.2.30",
|
|
|
|
"fast-xml-parser": "^4.1.2",
|
2023-02-11 00:44:00 +08:00
|
|
|
"highlight.js": "^11.7.0",
|
|
|
|
"intro.js": "^6.0.0",
|
|
|
|
"jsencrypt": "^3.3.1",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"min-dash": "^4.0.0",
|
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"pinia": "^2.0.30",
|
|
|
|
"qrcode": "^1.5.1",
|
|
|
|
"qs": "^6.11.0",
|
|
|
|
"steady-xml": "^0.1.0",
|
|
|
|
"url": "^0.11.0",
|
|
|
|
"vue": "3.2.47",
|
|
|
|
"vue-i18n": "9.2.2",
|
|
|
|
"vue-router": "^4.1.6",
|
|
|
|
"vue-types": "^5.0.2",
|
|
|
|
"vuedraggable": "^4.1.0",
|
2023-02-13 09:09:48 +08:00
|
|
|
"vxe-table": "^4.3.10",
|
2023-02-11 00:44:00 +08:00
|
|
|
"web-storage-cache": "^1.1.1",
|
|
|
|
"xe-utils": "^3.5.7",
|
|
|
|
"xml-js": "^1.6.11"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.4.2",
|
|
|
|
"@commitlint/config-conventional": "^17.4.2",
|
2023-02-13 09:09:48 +08:00
|
|
|
"@iconify/json": "^2.2.20",
|
2023-02-11 00:44:00 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
|
|
|
"@purge-icons/generated": "^0.9.0",
|
|
|
|
"@types/intro.js": "^5.1.0",
|
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
|
"@types/node": "^18.13.0",
|
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
|
"@types/qrcode": "^1.5.0",
|
|
|
|
"@types/qs": "^6.9.7",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
|
|
"@vitejs/plugin-legacy": "^4.0.1",
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"bpmn-js": "^8.9.0",
|
|
|
|
"bpmn-js-properties-panel": "^0.46.0",
|
|
|
|
"consola": "^2.15.3",
|
|
|
|
"eslint": "^8.33.0",
|
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-define-config": "^1.15.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
|
|
"lint-staged": "^13.1.1",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"postcss-html": "^1.5.0",
|
|
|
|
"postcss-scss": "^4.0.6",
|
|
|
|
"prettier": "^2.8.4",
|
|
|
|
"rimraf": "^4.1.2",
|
2023-02-13 09:09:48 +08:00
|
|
|
"rollup": "^3.15.0",
|
2023-02-11 00:44:00 +08:00
|
|
|
"sass": "^1.58.0",
|
2023-02-13 09:09:48 +08:00
|
|
|
"stylelint": "^15.1.0",
|
2023-02-11 00:44:00 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
2023-02-13 09:09:48 +08:00
|
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
|
|
"stylelint-config-recommended": "^10.0.1",
|
|
|
|
"stylelint-config-standard": "^30.0.1",
|
|
|
|
"stylelint-order": "^6.0.2",
|
2023-02-11 00:44:00 +08:00
|
|
|
"terser": "^5.16.3",
|
|
|
|
"typescript": "4.9.5",
|
|
|
|
"unplugin-auto-import": "^0.14.2",
|
|
|
|
"unplugin-element-plus": "^0.6.0",
|
|
|
|
"unplugin-vue-components": "^0.23.0",
|
|
|
|
"vite": "4.1.1",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-ejs": "^1.6.4",
|
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
|
|
"vite-plugin-progress": "^0.0.6",
|
|
|
|
"vite-plugin-purge-icons": "^0.9.2",
|
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
|
|
"vite-plugin-windicss": "^1.8.10",
|
|
|
|
"vue-tsc": "^1.0.24",
|
|
|
|
"windicss": "^3.5.6"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-11 22:18:02 +08:00
|
|
|
"url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
|
2023-02-11 00:44:00 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2023-02-11 22:18:02 +08:00
|
|
|
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
|
2023-02-11 00:44:00 +08:00
|
|
|
},
|
2023-02-11 22:18:02 +08:00
|
|
|
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3"
|
2023-02-11 00:44:00 +08:00
|
|
|
}
|