ludu-admin-vue3/package.json

146 lines
5.1 KiB
JSON
Raw Normal View History

{
"name": "yudao-ui-admin-vue3",
2023-05-29 23:04:11 +08:00
"version": "1.7.3-snapshot",
"description": "基于vue3、vite4、element-plus、typesScript",
"author": "xingyu",
"private": false,
"scripts": {
"i": "pnpm install",
2023-04-08 18:04:26 +08:00
"dev": "vite --mode base",
"front": "vite --mode front",
"ts:check": "vue-tsc --noEmit",
2023-06-21 19:27:27 +08:00
"build:pro": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode pro",
"build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev",
"build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
"build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test",
"build:static": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode static",
"build:front": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode front",
"serve:pro": "vite preview --mode pro",
"serve:dev": "vite preview --mode dev",
"serve:test": "vite preview --mode test",
2023-05-19 15:27:07 +08:00
"preview": "pnpm build && vite preview",
"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": {
"@element-plus/icons-vue": "^2.1.0",
"@form-create/designer": "^3.1.0",
"@form-create/element-ui": "^3.1.17",
"@iconify/iconify": "^3.1.0",
"@videojs-player/vue": "^1.0.0",
2023-06-21 10:44:39 +08:00
"@vueuse/core": "^10.2.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.10",
2023-06-21 10:44:39 +08:00
"@zxcvbn-ts/core": "^3.0.2",
"animate.css": "^4.1.1",
2023-05-19 15:23:41 +08:00
"axios": "^1.4.0",
"benz-amr-recorder": "^1.1.5",
"bpmn-js-token-simulation": "^0.10.0",
"camunda-bpmn-moddle": "^7.0.1",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
2023-06-21 10:44:39 +08:00
"dayjs": "^1.11.8",
"diagram-js": "^11.6.0",
2023-04-23 18:46:40 +08:00
"echarts": "^5.4.2",
"echarts-wordcloud": "^2.1.0",
2023-06-21 19:24:09 +08:00
"element-plus": "2.3.7",
2023-06-21 10:44:39 +08:00
"fast-xml-parser": "^4.2.4",
2023-05-19 15:23:41 +08:00
"highlight.js": "^11.8.0",
"intro.js": "^7.0.1",
2023-03-07 09:33:53 +08:00
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
2023-05-19 15:23:41 +08:00
"min-dash": "^4.1.1",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
2023-06-21 10:44:39 +08:00
"pinia": "^2.1.4",
2023-04-23 18:46:40 +08:00
"qrcode": "^1.5.3",
2023-05-19 15:23:41 +08:00
"qs": "^6.11.2",
"steady-xml": "^0.1.0",
2023-06-21 10:44:39 +08:00
"url": "^0.11.1",
2023-05-19 15:23:41 +08:00
"video.js": "^8.3.0",
"vue": "3.3.4",
"vue-i18n": "9.2.2",
2023-06-21 10:44:39 +08:00
"vue-router": "^4.2.2",
"vue-types": "^5.0.4",
"vuedraggable": "^4.1.0",
"web-storage-cache": "^1.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
2023-06-21 10:44:39 +08:00
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify/json": "^2.2.80",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@purge-icons/generated": "^0.9.0",
2023-03-07 09:33:53 +08:00
"@types/intro.js": "^5.1.1",
2023-03-23 09:41:16 +08:00
"@types/lodash-es": "^4.17.7",
2023-06-21 10:44:39 +08:00
"@types/node": "^20.3.1",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
2023-06-21 19:24:09 +08:00
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
2023-06-21 10:44:39 +08:00
"@vitejs/plugin-legacy": "^4.0.4",
2023-05-19 15:23:41 +08:00
"@vitejs/plugin-vue": "^4.2.3",
2023-03-23 09:41:16 +08:00
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"bpmn-js": "^8.9.0",
"bpmn-js-properties-panel": "^0.46.0",
2023-04-23 18:46:40 +08:00
"consola": "^3.1.0",
2023-06-21 10:44:39 +08:00
"eslint": "^8.43.0",
2023-03-23 09:41:16 +08:00
"eslint-config-prettier": "^8.8.0",
2023-06-21 10:44:39 +08:00
"eslint-define-config": "^1.21.0",
"eslint-plugin-prettier": "^4.2.1",
2023-06-21 10:44:39 +08:00
"eslint-plugin-vue": "^9.15.0",
2023-05-19 15:23:41 +08:00
"lint-staged": "^13.2.2",
2023-06-21 10:44:39 +08:00
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
2023-04-23 18:46:40 +08:00
"prettier": "^2.8.8",
2023-05-19 15:23:41 +08:00
"rimraf": "^5.0.1",
2023-06-21 10:44:39 +08:00
"rollup": "^3.25.1",
"sass": "^1.63.5",
"stylelint": "^15.8.0",
2023-04-23 18:46:40 +08:00
"stylelint-config-recommended": "^12.0.0",
2023-06-21 11:15:30 +08:00
"stylelint-config-recommended-vue": "^1.4.0",
2023-04-23 18:46:40 +08:00
"stylelint-config-standard": "^33.0.0",
2023-03-23 09:41:16 +08:00
"stylelint-order": "^6.0.3",
2023-06-21 10:44:39 +08:00
"terser": "^5.18.1",
2023-06-21 19:24:09 +08:00
"typescript": "5.0.4",
2023-06-21 10:44:39 +08:00
"unplugin-auto-import": "^0.16.4",
2023-04-23 18:46:40 +08:00
"unplugin-element-plus": "^0.7.1",
2023-06-21 10:44:39 +08:00
"unplugin-vue-components": "^0.25.1",
"vite": "4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-ejs": "^1.6.4",
"vite-plugin-eslint": "^1.8.1",
2023-04-23 18:46:40 +08:00
"vite-plugin-progress": "^0.0.7",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-svg-icons": "^2.0.1",
2023-06-21 10:44:39 +08:00
"vite-plugin-top-level-await": "^1.3.1",
2023-05-19 15:23:41 +08:00
"vite-plugin-windicss": "^1.9.0",
2023-06-21 10:44:39 +08:00
"vue-tsc": "^1.8.1",
"windicss": "^3.5.6"
},
"license": "MIT",
"repository": {
"type": "git",
2023-02-11 22:18:02 +08:00
"url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
},
"bugs": {
2023-02-11 22:18:02 +08:00
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
},
2023-06-21 10:45:35 +08:00
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
"packageManager": "pnpm@8.6.0",
"engines": {
"node": ">= 16.0.0",
"pnpm": ">=8.6.0"
}
}