system-import.json 1.6 KB
Newer Older
1 2
{
  "imports": {
3
    "axios": "../js/axios/0.27.2/axios.system.min.js",
4 5 6 7 8 9
    "dayjs": "../js/dayjs/1.11.10/index.system.min.js",
    "loglevel": "../js/loglevel/1.8,1/loglevel.system.min.js",
    "async-validator": "../js/async-validator/4.2.5/async-validator.system.min.js",
    "pluralize": "../js/pluralize/8.0.0/pluralize.system.min.js",
    "qs": "../js/qs/6.11.2/qs.system.min.js",
    "ramda": "../js/ramda/0.29.1/ramda.system.min.js",
10
    "lodash-es": "../js/lodash/4.17.21/lodash.system.min.js",    
11 12 13 14 15 16
    "vue": "../js/vue/2.7.15/vue.runtime.system.min.js",
    "vue-router": "../js/vue-router/3.6.5/vue-router.system.min.js",
    "echarts": "../js/echarts/5.4.3/echarts.min.js",
    "qx-util": "../js/qx-util/0.4.8/qx-util.system.js",
    "path-browserify": "../js/path-browserify/1.0.1/index.system.min.js",
    "@floating-ui/dom": "../js/@floating-ui/dom/1.5.3/floating-ui.dom.system.min.js",
17
    "@riophae/vue-treeselect": "../js/@riophae/vue-treeselect/0.4.0/vue-treeselect.umd.min.js",
18 19 20 21 22 23 24 25 26
    "@ibiz/dynamic-model-api": "../js/ibiz-dynamic-model-api.system.min.js",
    "@ibiz-template/command": "../js/ibiz-template-command.system.min.js",
    "@ibiz-template/core": "../js/ibiz-template-core.system.min.js",
    "@ibiz-template/model": "../js/ibiz-template-model.system.min.js",
    "@ibiz-template/runtime": "../js/ibiz-template-runtime.system.min.js",
    "@ibiz-template/service": "../js/ibiz-template-service.system.min.js",
    "@ibiz-template/controller": "../js/ibiz-template-controller.system.min.js",
    "@ibiz-template/vue-util": "../js/ibiz-template-vue-util.system.min.js"
  }
27
}