admin
2024-06-14 18edcfa9645d7cc8774be680942bc6f4d59f6c48
提交 | 用户 | 时间
a57dc2 1 {
W 2   "name": "dl-qms",
3   "version": "0.8.3",
4   "description": "RuoYi-Flowable-Plus后台管理系统",
5   "author": "KonBAI",
6   "license": "MIT",
7   "scripts": {
8     "dev": "vue-cli-service serve",
9     "build:prod": "vue-cli-service build",
10     "preview": "node build/index.js --preview",
11     "lint": "eslint --ext .js,.vue src"
12   },
13   "husky": {
14     "hooks": {
15       "pre-commit": "lint-staged"
16     }
17   },
18   "lint-staged": {
19     "src/**/*.{js,vue}": [
20       "eslint --fix",
21       "git add"
22     ]
23   },
24   "keywords": [
25     "vue",
26     "admin",
27     "dashboard",
28     "element-ui",
29     "boilerplate",
30     "admin-template",
31     "management-system"
32   ],
33   "repository": {
34     "type": "git",
35     "url": "https://gitee.com/KonBAI-Q/dl-qms.git"
36   },
37   "dependencies": {
38     "@babel/parser": "7.7.4",
39     "@riophae/vue-treeselect": "0.4.0",
40     "axios": "0.24.0",
41     "clipboard": "2.0.8",
42     "core-js": "3.25.3",
43     "echarts": "5.4.0",
44     "element-ui": "2.15.12",
45     "file-saver": "2.0.5",
46     "fuse.js": "6.4.3",
47     "highlight.js": "10.5.0",
48     "js-beautify": "1.13.0",
49     "js-cookie": "3.0.1",
50     "jsencrypt": "3.0.0-rc.1",
51     "nprogress": "0.2.0",
52     "quill": "1.3.7",
53     "screenfull": "5.0.2",
54     "sortablejs": "1.10.2",
55     "vue": "2.6.12",
56     "vue-count-to": "1.0.13",
57     "vue-cropper": "0.5.5",
58     "vue-meta": "2.4.0",
59     "vue-router": "3.4.9",
60     "vuedraggable": "2.24.3",
61     "vuex": "3.6.0",
62     "xml-js": "1.6.11",
63     "bpmn-js-token-simulation": "0.10.0"
64   },
65   "devDependencies": {
66     "@vue/cli-plugin-babel": "4.4.6",
67     "@vue/cli-plugin-eslint": "4.4.6",
68     "@vue/cli-service": "4.4.6",
69     "babel-eslint": "10.1.0",
70     "babel-plugin-dynamic-import-node": "2.3.3",
71     "chalk": "4.1.0",
72     "compression-webpack-plugin": "5.0.2",
73     "connect": "3.6.6",
74     "eslint": "7.15.0",
75     "eslint-plugin-vue": "7.2.0",
76     "lint-staged": "10.5.3",
77     "runjs": "4.4.2",
78     "sass": "1.32.13",
79     "sass-loader": "10.1.1",
80     "script-ext-html-webpack-plugin": "2.1.5",
81     "svg-sprite-loader": "5.1.1",
82     "vue-template-compiler": "2.6.12",
83     "bpmn-js": "7.5.0",
84     "bpmn-js-properties-panel": "0.37.2",
85     "camunda-bpmn-moddle": "4.4.1"
86   },
87   "engines": {
88     "node": ">=8.9",
89     "npm": ">= 3.0.0"
90   },
91   "browserslist": [
92     "> 1%",
93     "last 2 versions"
94   ]
95 }