|                                                                                                                                                        |  | {  "name": "library-management-system",  "version": "1.0.0",  "description": "图书馆综合管理系统",  "license": "",  "scripts": {    "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",    "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",    "build:stage": "vue-cli-service build --mode staging",    "preview": "node build/index.js --preview",    "lint": "eslint --ext .js,.vue src",    "test:unit": "jest --clearCache && vue-cli-service test:unit",    "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",    "new": "plop"  },  "husky": {    "hooks": {      "pre-commit": "lint-staged"    }  },  "lint-staged": {    "src/**/*.{js,vue}": [      "eslint --fix",      "git add"    ]  },  "dependencies": {    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",    "@babel/plugin-proposal-optional-chaining": "^7.18.9",    "@handsontable/vue": "^14.1.0",    "@lapo/asn1js": "^1.2.1",    "@pdf-lib/fontkit": "^1.1.1",    "@riophae/vue-treeselect": "^0.4.0",    "@vue-office/docx": "^1.6.0",    "@vue-office/excel": "^1.6.5",    "axios": "^0.21.1",    "chokidar": "^3.5.3",    "clipboard": "2.0.4",    "codemirror": "^5.49.2",    "connect": "3.6.6",    "core-js": "^3.6.5",    "cropperjs": "^1.6.2",    "d3": "^4.12.0",    "dimple": "git+https://github.com/PMSI-AlignAlytics/dimple.git#2.3.0",    "docx-preview": "^0.1.8",    "echarts": "^4.2.1",    "echarts-gl": "^1.1.1",    "echarts-wordcloud": "^1.1.3",    "element-resize-detector": "^1.2.4",    "element-ui": "^2.15.6",    "exceljs": "^4.4.0",    "fabric": "2.5",    "file-saver": "^1.3.8",    "fuse.js": "3.4.4",    "handsontable": "^14.1.0",    "highlight.js": "^11.5.1",    "html2canvas": "^1.4.1",    "jquery": "^3.2.1",    "js-beautify": "^1.10.2",    "js-cookie": "2.2.0",    "js-md5": "^0.7.3",    "js-sha1": "^0.6.0",    "jsbarcode": "^3.11.6",    "jsencrypt": "^3.0.0-rc.1",    "jsrsasign": "^10.3.0",    "jszip": "^3.7.0",    "jszip-utils": "^0.1.0",    "mavon-editor": "^2.9.1",    "normalize.css": "7.0.0",    "nprogress": "0.2.0",    "ofd-xml-parser": "^0.0.2",    "path-to-regexp": "2.4.0",    "pdf-lib": "^1.17.1",    "pdfdist-mergeofd": "^2.2.228",    "pdfjs-dist": "^2.12.313",    "print-js": "^1.6.0",    "qs": "^6.10.1",    "quill": "^1.3.7",    "quill-image-resize-module": "^3.0.0",    "screenfull": "4.2.0",    "sm-crypto": "^0.3.2",    "sortablejs": "1.8.4",    "spark-md5": "^3.0.2",    "v-viewer": "^1.6.4",    "vkbeautify": "^0.99.3",    "vue": "^2.6.14",    "vue-awesome-swiper": "^3.1.3",    "vue-count-to": "^1.0.13",    "vue-cropper": "^0.4.9",    "vue-cropperjs": "^5.0.0",    "vue-demi": "^0.14.7",    "vue-echarts": "^5.0.0-beta.0",    "vue-highlightjs": "^1.3.3",    "vue-image-crop-upload": "^2.5.0",    "vue-print-nb": "^1.7.5",    "vue-quill-editor": "^3.0.6",    "vue-resource": "^1.5.3",    "vue-router": "3.0.2",    "vue-simple-uploader": "^0.7.6",    "vue-splitpane": "1.0.4",    "vuedraggable": "2.20.0",    "vuex": "3.1.0",    "wangeditor": "^4.7.11",    "web-streams-polyfill": "^3.1.0",    "x2js": "^3.4.0",    "xlsx": "^0.17.4"  },  "devDependencies": {    "@babel/parser": "^7.7.4",    "@babel/register": "7.0.0",    "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",    "@vue/cli-plugin-babel": "3.5.3",    "@vue/cli-plugin-eslint": "^3.9.1",    "@vue/cli-plugin-unit-jest": "3.5.3",    "@vue/cli-service": "3.5.3",    "@vue/test-utils": "1.0.0-beta.29",    "autoprefixer": "^9.5.1",    "babel-core": "7.0.0-bridge.0",    "babel-eslint": "10.0.1",    "babel-jest": "23.6.0",    "babel-plugin-dynamic-import-node": "2.3.0",    "babel-plugin-transform-remove-console": "^6.9.4",    "chalk": "2.4.2",    "chokidar": "2.1.5",    "connect": "3.6.6",    "eslint": "5.15.3",    "eslint-plugin-vue": "5.2.2",    "generate-asset-webpack-plugin": "^0.3.0",    "html-webpack-plugin": "^4.5.2",    "http-proxy-middleware": "^0.19.1",    "husky": "1.3.1",    "lint-staged": "8.1.5",    "plop": "2.3.0",    "sass": "1.32.13",    "sass-loader": "10.2.0",    "script-ext-html-webpack-plugin": "2.1.3",    "script-loader": "0.7.2",    "serve-static": "^1.13.2",    "svg-sprite-loader": "4.1.3",    "svgo": "1.2.0",    "tasksfile": "^5.1.1",    "vue-template-compiler": "2.6.14"  },  "engines": {    "node": ">=8.9",    "npm": ">= 3.0.0"  },  "browserslist": [    "> 1%",    "last 2 versions"  ]}
 |