{
  "name": "camunda-formio-tasklist-vue",
  "version": "1.1.8-rc",
  "description": "Vue components to integrate formsflow.ai",
  "private": false,
  "main": "./dist/camunda-formio-tasklist-vue.common.js",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/AOT-Technologies/forms-flow-ai-extensions.git"
  },
  "author": "support@aot-technologies.com",
  "contributors": [
    "Ann Mary Jacob <ann.jacob@aot-technologies.com> (https://github.com/ann-aot)",
    "Arun G Mani <arungmani@aot-technologies.com> (https://github.com/arungmani-aot)",
    "Krishnan Subramanian <krishnan.s@aot-technologies.com> (https://github.com/krishnan-aot)",
    "Kurian Benoy <kurian.benoy@aot-technologies.com> (https://github.com/kurianbenoy-aot)",
    "Shabeeb <faiz.shabeeb@aot-technologies.com> (https://github.com/shabeeb-aot)",
    "Shuhaib S <shuhaib.s@aot-technologies.com> (https://github.com/shuhaib-aot)",
    "Fahad k <fahad.k@aot-technologies.com> (https://github.com/fahad-aot)"
  ],
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "lint-fix": "vue-cli-service lint --fix",
    "build-package": "vue-cli-service build --target lib --name camunda-formio-tasklist-vue ./src/components/index.js",
    "preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
    "build-report": "vue-cli-service build --report"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "bootstrap": "^5.3.2",
    "bpmn-js": "^8.6.0",
    "crypto-js": "4.2.0",
    "font-awesome": "^4.7.0",
    "moment": "^2.29.4",
    "semantic-ui-css": "^2.5.0",
    "sockjs-client": "^1.5.1",
    "stompjs": "^2.3.3",
    "vue": "2.6.14",
    "vue-formio": "^4.0.8",
    "vue-property-decorator": "^9.1.2",
    "vue-router": "3.5.1",
    "vue-select": "^3.20.2",
    "vuex": "3.6.2",
    "vuex-class": "^0.3.2"
  },
  "devDependencies": {
    "@types/bootstrap": "^5.2.10",
    "@types/crypto-js": "4.2.0",
    "@types/sockjs-client": "^1.5.4",
    "@types/stompjs": "^2.3.9",
    "@types/vue-select": "^3.16.8",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "@vue/cli-plugin-eslint": "^4.5.19",
    "@vue/cli-plugin-router": "^4.5.19",
    "@vue/cli-plugin-typescript": "^4.5.19",
    "@vue/cli-plugin-vuex": "^4.5.19",
    "@vue/cli-service": "^4.5.19",
    "@vue/eslint-config-typescript": "^5.0.2",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "node-sass": "^4.12.0",
    "sass-loader": "^8.0.2",
    "typescript": "4.2.3",
    "vue-template-compiler": "2.6.14"
  },
  "resolutions": {
    "semver": "5.7.2",
    "glob-parent": "5.1.2",
    "nth-check": "2.0.1",
    "node-forge": "1.3.0",
    "json5": "2.2.2",
    "ejs": "3.1.7",
    "decode-uri-component": "0.2.1",
    "tar": "6.2.0",
    "trim-newlines": "5.0.0",
    "scss-tokenizer": "0.4.3"
  },
  "files": [
    "dist/*",
    "src/*",
    "src/assets/*",
    "src/assets/theme.scss",
    "public/*",
    "*.json",
    "*.js"
  ]
}
