Blame view

frontend/front/package.json 3.86 KB
8d73e917   陈威   初始化提交
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
{
  "name": "eip-front",
  "version": "8.2.1",
  "author": "hotent",
  "participants": [],
  "homepage": "https://hotent.com",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:report": "vue-cli-service build --report",
    "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
    "lint": "vue-cli-service lint",
    "lint:style": "stylelint-config-prettier-check",
    "inspect": "vue-cli-service inspect",
    "template": "plop",
    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
    "image-webpack-loader": "cnpm i image-webpack-loader -D",
    "use:npm": "nrm use npm",
    "use:taobao": "nrm use taobao",
    "update": "ncu -u --reject sass-loader,vue-echarts&&cnpm i",
    "update:globle": "ncu -g --concurrency 10 --timeout 80000",
    "cnpm:install": "npm install cnpm -g && cnpm install --by=npm --legacy-peer-deps"
  },
  "repository": {
    "type": "gitlab",
    "url": "http://git.ht.cn/hotent/eip7/frontend.git"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "dependencies": {
    "@jiaminghi/data-view": "^2.10.0",
    "axios": "^0.21.1",
    "clipboard": "^2.0.10",
    "core-js": "^3.25.1",
    "dhtmlx-gantt": "6.3.7",
    "echarts": "^5.3.2",
    "echarts-stat": "^1.2.0",
    "@handsontable/vue": "^4.1.1",
    "handsontable": "^7.4.2",
    "element-ui": "^2.15.6",
    "file-saver": "^2.0.5",
    "hotent-portal": "1.0.0-peony",
    "hotent-ui": "1.0.6-peony",
    "html2canvas": "^1.3.2",
    "image-conversion": "^2.1.1",
    "jquery": "^3.6.0",
    "jsencrypt": "^3.1.0",
    "jsmind": "^0.5.2",
    "jspdf": "^2.4.0",
    "jszip": "^3.7.1",
    "lodash": "^4.17.21",
    "mockjs": "^1.1.0",
    "moment": "^2.29.1",
    "nprogress": "^0.2.0",
    "panzoom": "^9.4.2",
    "print-js": "^1.6.0",
    "qrcode": "^1.4.4",
    "qs": "^6.10.1",
    "screenfull": "^5.1.0",
    "sortablejs": "^1.13.0",
    "v-runtime-template": "^1.10.0",
    "vue": "2.6.12",
    "vue-amap": "^0.5.10",
    "vue-clipboard2": "^0.3.1",
    "vue-draggable-resizable": "^2.3.0",
    "vue-echarts": "5.0.0-beta.0",
    "vue-esign": "^1.1.4",
    "vue-fullscreen": "^2.2.0",
    "vue-i18n": "^8.24.5",
    "vue-pdf": "^4.3.0",
    "vue-print-nb": "^1.7.5",
    "vue-qr": "^2.5.0",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.5.1",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.6.2",
    "wangeditor": "^4.7.10",
    "xlsx": "^0.16.6",
    "dingtalk-jsapi": "^2.10.3"
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.17.12",
    "@vue/cli-plugin-babel": "^4.5.12",
    "@vue/cli-plugin-eslint": "^4.5.12",
    "@vue/cli-service": "^4.5.12",
    "@vue/eslint-config-prettier": "^6.0.0",
    "babel-eslint": "^10.1.0",
    "body-parser": "^1.19.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.1",
    "compression-webpack-plugin": "^4.0.0",
    "css-unicode-loader": "^1.0.3",
    "current-script-polyfill": "^1.0.0",
    "eslint": "^7.24.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-vue": "^7.9.0",
    "image-webpack-loader": "^8.1.0",
    "lint-staged": "^10.5.4",
    "plop": "^2.7.4",
    "prettier": "^2.2.1",
    "sass": "~1.32.10",
    "sass-loader": "^10.1.1",
    "solarday2lunarday": "^1.12.1",
    "stylelint": "^13.12.0",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-recess-order": "^2.3.0",
    "svg-sprite-loader": "^6.0.5",
    "vue-codemirror": "4.0.6",
    "vue-template-compiler": "2.6.12",
    "webpackbar": "^4.0.0"
  },
  "keywords": [
    "vue",
    "admin",
    "element-ui",
    "vue-admin",
    "element-admin",
    "boilerplate",
    "admin-template",
    "management-system"
  ],
  "engines": {
    "node": ">=8.9",
    "npm": ">= 3.0.0"
  }
}