{
  "name": "@vertigis/workflow",
  "version": "5.50.0",
  "author": "VertiGIS",
  "dependencies": {
    "@date-fns/utc": "^1.2.0",
    "@esri/arcgis-html-sanitizer": "^4.0.3",
    "@zxing/browser": "0.1.5",
    "@zxing/library": "0.21.3",
    "autosuggest-highlight": "^3.3.4",
    "bluebird": "3.5.5",
    "clsx": "^1.2.1",
    "color-rgba": "^3.0.0",
    "date-fns": "^4.1.0",
    "react-is": "18.2.0",
    "react-signature-pad-wrapper": "^3.3.2"
  },
  "type": "module",
  "devDependencies": {
    "@arcgis/core": "4.33.11",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-react": "^7.27.1",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@swc/core": "^1.3.95",
    "@swc/jest": "^0.2.29",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/autosuggest-highlight": "^3.2.0",
    "@types/babel__preset-env": "^7",
    "@types/color-rgba": "^2.1.3",
    "@types/jest": "^29.5.14",
    "@types/react": "18.2.46",
    "@types/react-dom": "18.2.18",
    "@vertigis/licensing": "5.1.1",
    "@vertigis/react-ui": "20.0.1",
    "babel-jest": "^30.2.0",
    "cross-fetch": "^4.1.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^15.0.0",
    "jest-runtime": "^29.3.1",
    "nock": "^13.2.9",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tslib": "^2.3.1",
    "typescript": "5.8.3"
  },
  "peerDependencies": {
    "@arcgis/core": ">= 4.31.0  < 5.0.0",
    "@vertigis/react-ui": ">= 20.0.0-0 < 21.0.0-0",
    "react": ">= 18 < 19",
    "react-dom": ">= 18 < 19"
  },
  "resolutions": {
    "@types/react": "18.2.46",
    "@types/react-dom": "18.2.18",
    "react-is": "^18.2.0"
  },
  "homepage": "https://developers.vertigisstudio.com/docs/workflow/overview/",
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "test": "jest",
    "test-de": "jest --config=./jest.config.de.js",
    "test-coverage": "jest --coverage && yarn test-de formatDate",
    "test-watch": "jest --watch"
  }
}
