123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "name": "yudao-ui-admin",
- "version": "2.1.0-snapshot",
- "description": "合同管理系统",
- "author": "芋道",
- "license": "MIT",
- "scripts": {
- "local": "vue-cli-service serve --mode local",
- "dev": "vue-cli-service serve --mode dev",
- "front": "vue-cli-service serve --mode front",
- "build:prod": "vue-cli-service build --mode prod",
- "build:stage": "vue-cli-service build --mode stage",
- "build:dev": "vue-cli-service build --mode dev",
- "build:static": "vue-cli-service build --mode static",
- "preview": "node build/index.js --preview",
- "lint": "eslint --ext .js,.vue src",
- "clean": "rimraf node_modules"
- },
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "lint-staged": {
- "src/**/*.{js,vue}": [
- "eslint --fix",
- "git add"
- ]
- },
- "keywords": [
- "vue",
- "admin",
- "dashboard",
- "element-ui",
- "boilerplate",
- "admin-template",
- "management-system"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/YunaiV/ruoyi-vue-pro"
- },
- "dependencies": {
- "@babel/parser": "7.18.4",
- "@riophae/vue-treeselect": "0.4.0",
- "@tinymce/tinymce-vue": "^2.1.0",
- "axios": "0.27.2",
- "benz-amr-recorder": "^1.1.5",
- "bpmn-js-token-simulation": "0.10.0",
- "clipboard": "2.0.8",
- "core-js": "^3.26.0",
- "crypto-js": "^4.0.0",
- "echarts": "5.4.0",
- "element-ui": "2.15.12",
- "file-saver": "2.0.5",
- "fuse.js": "6.6.2",
- "highlight.js": "9.18.5",
- "html2canvas": "^1.4.1",
- "js-beautify": "1.13.0",
- "jsencrypt": "3.3.1",
- "jspdf": "^2.5.1",
- "jszip": "^3.10.1",
- "min-dash": "3.5.2",
- "nprogress": "0.2.0",
- "qrcode.vue": "^1.7.0",
- "quill": "1.3.7",
- "screenfull": "5.0.2",
- "sortablejs": "1.10.2",
- "throttle-debounce": "2.1.0",
- "tinymce": "^5.10.9",
- "vue": "2.7.14",
- "vue-count-to": "1.0.13",
- "vue-cropper": "0.5.8",
- "vue-meta": "^2.4.0",
- "vue-print-nb": "^1.7.5",
- "vue-quill-editor": "^3.0.6",
- "vue-router": "3.4.9",
- "vue-video-player": "^5.0.2",
- "vuedraggable": "2.24.3",
- "vuex": "3.6.2",
- "xml-js": "1.6.11"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "4.5.18",
- "@vue/cli-plugin-eslint": "4.5.18",
- "@vue/cli-service": "4.5.18",
- "@vue/compiler-sfc": "^3.0.1",
- "@vue/eslint-config-prettier": "^5.0.0",
- "babel-eslint": "10.1.0",
- "bpmn-js": "8.9.0",
- "bpmn-js-properties-panel": "0.46.0",
- "chalk": "4.1.0",
- "compression-webpack-plugin": "5.0.2",
- "connect": "3.6.6",
- "eslint": "7.15.0",
- "eslint-config-airbnb-base": "^14.0.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-prettier": "^3.1.0",
- "eslint-plugin-vue": "9.0.0",
- "fs-extra": "^8.1.0",
- "lint-staged": "12.5.0",
- "runjs": "4.4.2",
- "sass": "1.32.13",
- "sass-loader": "10.2.0",
- "script-ext-html-webpack-plugin": "2.1.5",
- "svg-sprite-loader": "5.1.1",
- "terser-webpack-plugin": "^4.2.3",
- "webpack-bundle-analyzer": "^3.9.0"
- },
- "engines": {
- "node": ">= 10.13.0",
- "npm": ">= 5.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ]
- }
|