xiangpei
2024-06-03 a12ec37bbd40e667246908d26d65a57ad238e907
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "name": "xzs-admin",
  "version": "3.9.0",
  "private": true,
  "description": "学之思管理系统",
  "author": "武汉思维跳跃科技有限公司",
  "scripts": {
    "serve": "vue-cli-service serve --mode dev",
    "build": "vue-cli-service build --mode prod",
    "lint": "vue-cli-service lint",
    "build:dev": "vue-cli-service build --mode dev",
    "build:pre": "vue-cli-service build --mode pre",
    "build:prod": "vue-cli-service build --mode prod",
    "build:test": "vue-cli-service build --mode test",
    "electron:build": "vue-cli-service electron:build",
    "electron:serve": "vue-cli-service electron:serve" ,
    "postinstall": "electron-builder install-app-deps",
    "postuninstall": "electron-builder install-app-deps"
  },
  "main": "background.js",
  "dependencies": {
    "@riophae/vue-treeselect": "^0.4.0",
    "@smallwei/avue": "2.8.23",
    "@sscfaith/avue-form-design": "1.4.8",
    "@wangeditor/editor": "^5.1.0",
    "@wangeditor/editor-for-vue": "^1.0.1",
    "animate.css": "^4.1.1",
    "avue-plugin-ueditor": "^0.0.6",
    "axios": "^0.19.2",
    "babel-polyfill": "^6.26.0",
    "classlist-polyfill": "^1.2.0",
    "crypto-js": "^3.1.9-1",
    "clipboard": "^2.0.11",
    "codemirror": "^5.65.16",
    "core-js": "^3.37.1",
    "driver.js": "^0.9.8",
    "dropzone": "^5.9.3",
    "echarts": "^5.5.0",
    "element-ui": "^2.15.14",
    "file-saver": "^2.0.5",
    "fs": "^0.0.1-security",
    "fuse.js": "^6.6.2",
    "husky": "^7.0.4",
    "mockjs": "^1.1.0",
    "js-cookie": "2.2.0",
    "jszip": "^3.10.1",
    "node-sass": "^6.0.1",
    "normalize.css": "8.0.1",
    "nprogress": "0.2.0",
    "path-browserify": "^1.0.1",
    "path-to-regexp": "^6.2.2",
    "rebuild": "^0.1.2",
    "sass-loader": "^10.0.1",
    "screenfull": "^5.2.0",
    "script-loader": "^0.7.2",
    "supvue-ui": "^0.2.0",
    "vue": "^2.7.16",
    "vue-axios": "^2.1.4",
    "vue-count-to": "^1.0.13",
    "vue-router": "^3.6.5",
    "vuex": "^3.6.2",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.19",
    "@vue/cli-plugin-router": "^4.5.19",
    "@vue/cli-plugin-vuex": "^4.5.19",
    "@vue/cli-service": "^4.5.19",
    "electron": "^13.0.0",
    "electron-devtools-installer": "^3.1.0",
    "node-sass": "^6.0.1",
    "sass-loader": "^10.5.2",
    "svg-sprite-loader": "4.1.6",
    "vue-cli-plugin-electron-builder": "~2.1.1",
    "vue-template-compiler": "^2.7.16"
  },
  "bugs": {
    "url": "https://gitee.com/mindskip/xzs-mysql/issues",
    "email": "mindskip@qq.com"
  },
  "homepage": "https://www.mindskip.net/xzs.html",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "AGPL-3.0",
  "lint-staged": {
    "src/**/*.{js,vue}": [
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/mindskip/xzs-mysql.git"
  }
}