| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "name": "eip-front",
- "version": "8.0.7",
- "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",
- "@vue/composition-api": "^1.7.2",
- "axios": "^0.21.1",
- "clipboard": "^2.0.10",
- "core-js": "^3.23.2",
- "dingtalk-jsapi": "^3.0.35",
- "echarts": "^5.3.2",
- "echarts-stat": "^1.2.0",
- "element-ui": "^2.15.6",
- "file-saver": "^2.0.5",
- "hotent-ui": "^1.0.13",
- "html2canvas": "^1.3.2",
- "image-conversion": "^2.1.1",
- "jquery": "^3.6.0",
- "jsencrypt": "^3.1.0",
- "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",
- "pdfjs-dist": "2.5.207",
- "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-dompurify-html": "3.1.1",
- "vue-draggable-resizable": "^2.3.0",
- "vue-echarts": "5.0.0-beta.0",
- "vue-fullscreen": "^2.2.0",
- "vue-i18n": "^8.24.5",
- "vue-pdf": "4.2.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",
- "swiper": "5.4.5",
- "ant-design-vue": "^1.7.8",
- "xlsx": "^0.16.6"
- },
- "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",
- "current-script-polyfill": "^1.0.0",
- "chalk": "^4.1.0",
- "chokidar": "^3.5.1",
- "compression-webpack-plugin": "^4.0.0",
- "css-unicode-loader": "^1.0.3",
- "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",
- "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"
- }
- }
|