package.json 3.3 KB
Newer Older
宋雄's avatar
宋雄 committed
1 2 3 4 5 6
{
  "name": "vue-antd-jeecg",
  "version": "3.4.3",
  "private": true,
  "scripts": {
    "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
宋雄's avatar
宋雄 committed
7
    "serve": "vue-cli-service serve --open",
宋雄's avatar
宋雄 committed
8 9 10 11 12 13
    "build:test": "vue-cli-service build --mode test",
    "build": "vue-cli-service build",
    "build:prod": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
宋雄's avatar
宋雄 committed
14
    "@antv/data-set": "^0.11.4",
宋雄's avatar
宋雄 committed
15
    "@jeecg/antd-online-mini": "3.4.3-beta2",
宋雄's avatar
宋雄 committed
16 17 18 19 20
    "@tinymce/tinymce-vue": "2.1.0",
    "@toast-ui/editor": "^2.1.2",
    "@wangeditor/editor": "^5.1.23",
    "@wangeditor/editor-for-vue": "^1.0.2",
    "@wangeditor/plugin-mention": "^1.0.0",
宋雄's avatar
宋雄 committed
21 22
    "ant-design-vue": "^1.7.2",
    "axios": "^0.18.0",
宋雄's avatar
宋雄 committed
23 24 25 26
    "china-area-data": "^5.0.1",
    "clipboard": "^2.0.4",
    "codemirror": "^5.46.0",
    "cron-parser": "^2.10.0",
宋雄's avatar
宋雄 committed
27
    "dayjs": "^1.8.0",
宋雄's avatar
宋雄 committed
28
    "dom-align": "1.12.0",
宋雄's avatar
宋雄 committed
29 30 31 32 33 34
    "enquire.js": "^2.1.6",
    "js-cookie": "^2.2.0",
    "lodash.get": "^4.4.2",
    "lodash.pick": "^4.4.0",
    "md5": "^2.2.1",
    "nprogress": "^0.2.0",
宋雄's avatar
宋雄 committed
35 36 37
    "qiankun": "^2.5.1",
    "tinymce": "5.4.1",
    "viser-vue": "^2.4.8",
宋雄's avatar
宋雄 committed
38
    "vue": "^2.6.10",
宋雄's avatar
宋雄 committed
39
    "vue-area-linkage": "^5.1.0",
宋雄's avatar
宋雄 committed
40
    "vue-cropper": "^0.5.4",
宋雄's avatar
宋雄 committed
41
    "vue-html2pdf": "^1.8.0",
宋雄's avatar
宋雄 committed
42 43 44 45
    "vue-i18n": "^8.7.0",
    "vue-loader": "^15.7.0",
    "vue-ls": "^3.2.0",
    "vue-photo-preview": "^1.1.3",
宋雄's avatar
宋雄 committed
46 47
    "vue-print-nb-jeecg": "^1.0.12",
    "vue-router": "^3.0.1",
宋雄's avatar
宋雄 committed
48 49
    "vue-splitpane": "^1.0.4",
    "vuedraggable": "^2.20.0",
宋雄's avatar
宋雄 committed
50
    "vuex": "^3.1.0",
宋雄's avatar
宋雄 committed
51 52
    "vxe-table": "2.9.13",
    "vxe-table-plugin-antd": "1.8.10",
宋雄's avatar
宋雄 committed
53
    "xe-utils": "2.4.8",
宋雄's avatar
宋雄 committed
54 55 56 57 58 59 60 61 62
    "xss": "^1.0.13"
  },
  "devDependencies": {
    "@babel/polyfill": "^7.2.5",
    "@vue/cli-plugin-babel": "^3.3.0",
    "@vue/cli-plugin-eslint": "^3.3.0",
    "@vue/cli-service": "^3.3.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "babel-eslint": "7.2.3",
宋雄's avatar
宋雄 committed
63
    "compression-webpack-plugin": "^3.1.0",
宋雄's avatar
宋雄 committed
64 65
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.1.0",
宋雄's avatar
宋雄 committed
66
    "html-webpack-plugin": "^4.2.0",
宋雄's avatar
宋雄 committed
67 68
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
宋雄's avatar
宋雄 committed
69
    "vue-template-compiler": "^2.6.10"
宋雄's avatar
宋雄 committed
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
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/strongly-recommended",
      "@vue/standard"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {
      "generator-star-spacing": "off",
      "no-mixed-operators": 0,
      "vue/max-attributes-per-line": [
        2,
        {
          "singleline": 5,
          "multiline": {
            "max": 1,
            "allowFirstLine": false
          }
        }
      ],
      "vue/attribute-hyphenation": 0,
      "vue/html-self-closing": 0,
      "vue/component-name-in-template-casing": 0,
      "vue/html-closing-bracket-spacing": 0,
      "vue/singleline-html-element-content-newline": 0,
      "vue/no-unused-components": 0,
      "vue/multiline-html-element-content-newline": 0,
      "vue/no-use-v-if-with-v-for": 0,
      "vue/html-closing-bracket-newline": 0,
      "vue/no-parsing-error": 0,
      "no-tabs": 0,
宋雄's avatar
宋雄 committed
107 108 109 110
      "indent": [
        "off",
        2
      ],
宋雄's avatar
宋雄 committed
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
      "no-console": 0,
      "space-before-function-paren": 0
    }
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ]
}