FlowPacs/yudao-ui-admin/package.json

108 lines
2.8 KiB
JSON
Raw Normal View History

{
2022-02-07 16:12:37 +08:00
"name": "yudao-ui-admin",
"version": "1.6.6-snapshot",
"description": "芋道管理系统",
"author": "芋道",
"license": "MIT",
"scripts": {
2022-04-13 12:24:08 +08:00
"local": "vue-cli-service serve --mode local",
"dev": "vue-cli-service serve --mode dev",
"build:prod": "vue-cli-service build --mode prod",
"build:stage": "vue-cli-service build --mode stage",
"build:dev": "vue-cli-service build --mode dev",
"build:demo1024": "vue-cli-service build --mode demo1024",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"clean": "rimraf node_modules"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"repository": {
"type": "git",
"url": "https://github.com/YunaiV/ruoyi-vue-pro"
},
"dependencies": {
2022-11-10 09:47:10 +08:00
"@babel/parser": "7.18.4",
2022-11-08 12:23:15 +08:00
"@riophae/vue-treeselect": "0.4.0",
2022-11-08 11:13:48 +08:00
"axios": "0.27.2",
2022-11-08 12:23:15 +08:00
"bpmn-js-token-simulation": "0.10.0",
"clipboard": "2.0.8",
2022-11-08 12:23:15 +08:00
"core-js": "^3.26.0",
"crypto-js": "^4.0.0",
2022-12-27 11:18:06 +08:00
"echarts": "5.4.0",
2022-11-08 11:13:48 +08:00
"element-ui": "2.15.10",
"file-saver": "2.0.5",
2022-11-08 13:43:39 +08:00
"fuse.js": "6.6.2",
"highlight.js": "9.18.5",
"js-beautify": "1.13.0",
2022-11-08 11:13:48 +08:00
"jsencrypt": "3.3.1",
2022-11-08 12:23:15 +08:00
"min-dash": "3.5.2",
"nprogress": "0.2.0",
"quill": "1.3.7",
"screenfull": "5.0.2",
"sortablejs": "1.10.2",
2022-11-08 12:23:15 +08:00
"throttle-debounce": "2.1.0",
2022-11-29 23:50:39 +08:00
"vue": "2.7.14",
"vue-count-to": "1.0.13",
2022-11-08 13:43:39 +08:00
"vue-cropper": "0.5.8",
"vue-meta": "^2.4.0",
"vue-router": "3.4.9",
"vuedraggable": "2.24.3",
2022-11-08 13:43:39 +08:00
"vuex": "3.6.2",
2022-11-08 12:23:15 +08:00
"xml-js": "1.6.11"
},
"devDependencies": {
2022-11-08 12:23:15 +08:00
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-plugin-eslint": "4.5.18",
"@vue/cli-service": "4.5.18",
2022-11-08 11:13:48 +08:00
"@vue/compiler-sfc": "^3.0.1",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "10.1.0",
2022-11-08 12:23:15 +08:00
"bpmn-js": "8.9.0",
"bpmn-js-properties-panel": "0.46.0",
"chalk": "4.1.0",
"compression-webpack-plugin": "5.0.2",
"connect": "3.6.6",
"eslint": "7.15.0",
2022-11-08 12:23:15 +08:00
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "9.0.0",
"fs-extra": "^8.1.0",
2022-11-10 09:47:10 +08:00
"lint-staged": "12.5.0",
"runjs": "4.4.2",
2022-12-27 11:18:06 +08:00
"sass": "1.32.13",
2022-11-10 09:27:00 +08:00
"sass-loader": "10.2.0",
"script-ext-html-webpack-plugin": "2.1.5",
"svg-sprite-loader": "5.1.1",
2022-01-01 22:46:54 +08:00
"terser-webpack-plugin": "^4.2.3",
2022-11-08 12:23:15 +08:00
"webpack-bundle-analyzer": "^3.9.0"
},
"engines": {
2022-11-10 09:27:00 +08:00
"node": ">= 10.13.0",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}