xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
  "name": "lifetime-protection",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:sit": "vue-cli-service build --mode production.sit",
    "build:uat": "vue-cli-service build --mode production.uat",
    "build:prod": "vue-cli-service build --mode production",
    "lint": "vue-cli-service lint --fix --ext .js,.vue src packages examples",
    "et": "node_modules/.bin/et",
    "et:init": "node_modules/.bin/et -i",
    "et:list": "gulp themes"
  },
  "dependencies": {
    "@antv/x6": "^1.32.8",
    "@babel/polyfill": "^7.12.1",
    "@handsontable/vue": "^5.1.0",
    "axios": "^0.19.0",
    "babel-eslint": "^8.0.1",
    "babel-plugin-component": "^1.1.1",
    "bpmn-js": "^8.7.1",
    "bpmn-js-task-resize": "^1.1.0",
    "dayjs": "^1.10.4",
    "diagram-js-minimap": "^2.0.4",
    "echarts": "^4.9.0",
    "echarts-gl": "^1.1.1",
    "echarts-liquidfill": "^2.0.6",
    "element-theme": "^2.0.1",
    "element-ui": "^2.11.1",
    "exceljs": "^4.2.0",
    "file-saver": "^2.0.5",
    "gulp-autoprefixer": "^6.1.0",
    "gulp-clean-css": "^4.2.0",
    "gulp-load-plugins": "^2.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "handsontable": "^8.3.1",
    "html2canvas": "^1.4.1",
    "js-cookie": "^2.2.0",
    "jspdf": "^2.5.1",
    "less": "^4.1.1",
    "less-loader": "^5.0.0",
    "lodash": "^4.17.15",
    "luckyexcel": "^1.0.1",
    "mockjs": "^1.1.0",
    "node-sass": "^4.14.1",
    "nprogress": "^0.2.0",
    "qs": "^6.7.0",
    "quill": "^1.3.6",
    "sass-loader": "^7.1.0",
    "save": "^2.9.0",
    "screenfull": "^4.2.1",
    "spark-md5": "^3.0.2",
    "v-distpicker": "^1.2.6",
    "v-gantt-chart": "^1.5.1",
    "vue": "^2.7.14",
    "vue-i18n": "^8.12.0",
    "vue-image-crop-upload": "^2.5.0",
    "vue-infinite-loading": "^2.4.5",
    "vue-infinite-scroll": "^2.0.2",
    "vue-json-excel": "^0.3.0",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.5.2",
    "vue-seamless-scroll": "^1.1.23",
    "vue-virtual-scroller": "^1.0.10",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@types/node": "^18.6.3",
    "@vue/cli-plugin-babel": "^3.10.0",
    "@vue/cli-plugin-eslint": "^3.10.0",
    "@vue/cli-service": "^3.10.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "docx-preview": "^0.1.18",
    "element-theme-chalk": "^2.11.1",
    "natives": "^1.1.6",
    "pdfjs-dist": "^3.10.111",
    "svg-sprite-loader": "^4.3.0",
    "vue-pdf": "^4.3.0",
    "vue-template-compiler": "^2.7.14"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "@vue/standard"
    ],
    "rules": {
      "array-bracket-spacing": [
        "error",
        "never"
      ],
      "object-curly-spacing": [
        "error",
        "never"
      ],
      "space-before-function-paren": [
        "error",
        {
          "anonymous": "always",
          "named": "never",
          "asyncArrow": "never"
        }
      ],
      "no-console": 2,
      "vue/script-indent": [
        "error",
        2,
        {
          "baseIndent": 1,
          "switchCase": 0,
          "ignores": []
        }
      ]
    },
    "overrides": [
      {
        "files": [
          "*.vue"
        ],
        "rules": {
          "indent": "off"
        }
      }
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "engines": {
    "node": ">= 8.11.1",
    "npm": ">= 5.6.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "element-theme": {
    "config": "./src/element-ui/theme-variables.scss",
    "out": "./src/element-ui/theme",
    "minimize": true,
    "browsers": [
      "> 1%",
      "last 2 versions",
      "not ie <= 10"
    ]
  }
}