gpt
hailu
2023-12-24 0b074cb158a82026e9cb125f426fe877453ba32a
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
{
  "name": "iview-admin",
  "version": "2.0.0",
  "author": "Lison<lison.modern@gmail.com>",
  "private": false,
  "scripts": {
    "dev": "vue-cli-service serve --open",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit",
    "test:e2e": "vue-cli-service test:e2e"
  },
  "dependencies": {
    "@antv/g6": "^4.3.2",
    "@microsoft/fetch-event-source": "^2.0.1",
    "@tinymce/tinymce-vue": "^3.0.1",
    "@vue/cli-shared-utils": "^5.0.8",
    "axios": "^0.18.0",
    "clipboard": "^2.0.0",
    "clipboard.js": "^1.0.1",
    "codemirror": "^5.38.0",
    "console": "^0.7.2",
    "countup": "^1.8.2",
    "countup.js": "^2.6.2",
    "cropperjs": "^1.2.2",
    "crypto-js": "^4.1.1",
    "d3": "^3.5.17",
    "dayjs": "^1.7.7",
    "echarts": "^4.9.0",
    "file-saver": "^2.0.2",
    "font-awesome": "^4.7.0",
    "html2canvas": "^1.0.0-alpha.12",
    "insert-css": "^2.0.0",
    "iview-area": "^1.5.17",
    "jquery": "^3.3.1",
    "js-cookie": "^2.2.0",
    "js-md5": "^0.7.3",
    "jszip": "^3.5.0",
    "lru-cache": "^7.14.0",
    "qqmap": "^1.0.1",
    "qrcode": "^1.5.1",
    "semver": "^7.3.7",
    "simplemde": "^1.11.2",
    "sortablejs": "^1.7.0",
    "tinymce": "^5.1.0",
    "v-viewer": "^1.6.4",
    "vant": "^2.12.2",
    "view-design": "^4.7.0",
    "vis-data": "7.1.2",
    "vis-dev-utils": "2.9.51",
    "vis-network": "^9.0.4",
    "vis-util": "5.0.2",
    "vue": "^2.5.10",
    "vue-count-to": "^1.0.13",
    "vue-i18n": "^7.8.0",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.0.1",
    "vuedraggable": "^2.16.0",
    "vuex": "^3.0.1",
    "wangeditor": "^4.7.15",
    "xlsx": "^0.13.3"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-plugin-unit-mocha": "^3.0.1",
    "@vue/cli-service": "^3.0.1",
    "@vue/eslint-config-standard": "^3.0.0-beta.10",
    "@vue/test-utils": "^1.0.0-beta.10",
    "chai": "^4.1.2",
    "d3": "^7.6.1",
    "eslint-plugin-cypress": "^2.0.1",
    "less": "^2.7.3",
    "less-loader": "^4.0.5",
    "lint-staged": "^6.0.0",
    "mockjs": "^1.0.1-beta3",
    "screenfull": "^5.1.0",
    "vue-template-compiler": "^2.5.13"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "gitHooks": {
    "pre-": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "vue-cli-service lint",
      "git add"
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add"
    ]
  }
}