package.json 1.13 KB
Newer Older
wangcong committed
1 2
{
  "name": "@gms/gms-plugin-billexpand",
qiaoyanqi committed
3
  "version": "0.0.9",
wangcong committed
4 5 6 7 8 9 10
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build-dev": "vue-cli-service build --mode development",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
11
    "@rbc/icon": "^0.0.1",
yangchen committed
12 13
    "@yhs/components": "^1.1.0-SNAPSHOT",
    "@yhs/icon": "^1.1.0-SNAPSHOT",
wangcong committed
14
    "core-js": "^3.6.5",
15
    "currency.js": "^1.2.2",
wangcong committed
16 17 18 19 20 21 22 23 24 25 26 27
    "element-ui": "^2.15.6",
    "iviewex": "^2.6.26",
    "less": "^3.0.4",
    "less-loader": "^5.0.0",
    "moment": "^2.29.1",
    "nr.os.js": "^1.4.18",
    "number-precision": "^1.5.0",
    "pdfjs-dist": "^2.10.377",
    "svg-sprite-loader": "^6.0.11",
    "viewerjs": "^1.10.2",
    "vue": "^2.6.11",
    "vue-router": "^3.2.0",
28
    "vuex": "^3.4.0"
wangcong committed
29 30 31
  },
  "files": [
    "dist",
32
    "public",
wangcong committed
33 34 35 36 37 38 39 40 41 42 43 44 45
    "src",
    "app.config.json"
  ],
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-router": "~4.5.0",
    "@vue/cli-plugin-vuex": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "babel-plugin-component": "^1.1.1",
    "viewerjs": "^1.10.2",
    "vue-template-compiler": "^2.6.11"
  }
}