{
  "name": "@szgc/wbench-v2-ht",
  "version": "1.0.183",
  "private": false,
  "scripts": {
    "serve": "cross-env BUILD_OPTION=dev_/process-workbench-web/ vue-cli-service serve",
    "kserve": "cross-env BUILD_OPTION=dev_/process-workbench-web/ cross-env WITH_SIGNATURE=1 vue-cli-service serve",
    "build": "npm run build:n",
    "build:npm": "cross-env BUILD_OPTION=npm_ vue-cli-service build --target lib --name wbench ./src/index.ts",
    "build:m": "cross-env BUILD_OPTION=pro_/szgc-cloud-base/process-workbench-web-micro/ vue-cli-service build",
    "build:n": "cross-env BUILD_OPTION=pro_/process-workbench-web/ vue-cli-service build",
    "pub": "npm publish --access=public",
    "lint": "vue-cli-service lint",
    "start": "npm run serve"
  },
  "dependencies": {
    "@szgc/plt-ui-v2": "^1.0.51",
    "bpmn-js": "^16.3.2",
    "element-ui": "^2.15.14",
    "file-saver": "^2.0.5",
    "vue-dompurify-html": "^4.1.4",
    "vue-drag-resize": "^1.5.4",
    "vue-esign": "^1.1.4",
    "vue-signature-simple": "^0.1.4"
  },
  "devDependencies": {
    "@types/file-saver": "^2.0.5",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-router": "~4.5.0",
    "@vue/cli-plugin-typescript": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vue/composition-api": "^1.0.0-rc.1",
    "child_process": "^1.0.2",
    "commander": "^7.2.0",
    "core-js": "^3.6.5",
    "cross-env": "^7.0.3",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue": "^6.2.2",
    "lint-staged": "^9.5.0",
    "node-sass": "^4.12.0",
    "prettier": "^2.2.1",
    "sass-loader": "^8.0.2",
    "terser-webpack-plugin": "^4.2.3",
    "typescript": "~4.1.5",
    "vconsole": "^3.14.5",
    "vue": "^2.6.11",
    "vue-class-component": "^7.2.3",
    "vue-property-decorator": "^9.1.2",
    "vue-router": "^3.2.0",
    "vue-template-compiler": "~2.6.11",
    "vuex": "^3.6.2",
    "xlsx": "file:third/xlsx-0.18.10.tgz"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue,ts,tsx}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "main": "libs/wbench.umd.min.js",
  "files": [
    "libs",
    "types"
  ],
  "typings": "types/index.d.ts"
}
