{
  "name": "@elsa-workflows/elsa-workflows-studio",
  "version": "2.16.1",
  "description": "Elsa Workflow Studio is a collection of web components to manage Elsa workflows stored on an Elsa Workflows server.",
  "repository": {
    "type": "git",
    "url": "https://github.com/elsa-workflows/elsa-core.git",
    "directory": "src/designer/elsa-workflows-studio"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/elsa-workflows-studio/elsa-workflows-studio.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "push": "npm publish --access public",
    "push:preview": "npm publish --access public --tag preview",
    "build": "npm run build:tailwind:prod & stencil build --config stencil.config.dist.ts",
    "build:dev": "stencil build --dev --confi735188g stencil.config.dev.ts",
    "start": "stencil build --watch --serve --config stencil.config.prod.ts",
    "start:dev": "stencil build --dev --watch --serve --config stencil.config.dev.ts",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "build:tailwind:dev": "cross-env NODE_ENV=development tailwind build -i ./tailwind.css -o ./src/globals/tailwind.css",
    "build:tailwind:prod": "cross-env NODE_ENV=production tailwind build -i ./tailwind.css -o ./src/globals/tailwind.css"
  },
  "dependencies": {
    "@antv/x6": "^1.33.1",
    "@auth0/auth0-spa-js": "^1.22.2",
    "@microsoft/signalr": "^6.0.3",
    "@types/jquery": "^3.5.14",
    "@types/jquery-mousewheel": "^3.1.9",
    "ajv": "^8.10.0",
    "async-mutex": "^0.3.2",
    "axios": "^1.1.3",
    "axios-middleware": "^0.4.0",
    "cronstrue": "^1.125.0",
    "d3": "7.9.0",
    "dagre": "^0.8.5",
    "dagre-d3": "0.6.4",
    "el-transition": "^0.0.7",
    "i18next": "^21.6.14",
    "i18next-wc": "^1.1.0",
    "js-event-bus": "^1.1.1",
    "json-to-json-schema": "^0.0.4",
    "jsplumb": "^2.15.6",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "monaco-editor": "^0.33.0",
    "reflect-metadata": "^0.1.13",
    "stencil-click-outside": "^1.8.0",
    "tailwindcss": "^3.0.23",
    "typedi": "^0.10.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@fullhuman/postcss-purgecss": "^4.1.3",
    "@stencil/core": "2.13.0",
    "@stencil/postcss": "^2.1.0",
    "@stencil/router": "^1.0.1",
    "@stencil/state-tunnel": "^1.0.1",
    "@stencil/store": "^1.5.0",
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/forms": "^0.5.0",
    "@tailwindcss/typography": "^0.5.2",
    "@types/d3": "^7.1.0",
    "@types/dagre-d3": "^0.6.6",
    "@types/node": "^17.0.21",
    "ansi-regex": "^6.0.1",
    "autoprefixer": "10.4.2",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "cssnano": "^5.1.4",
    "eslint": "^8.44.0",
    "postcss": "^8.4.8",
    "postcss-import": "^14.0.2",
    "postcss-preset-env": "^7.4.2",
    "typescript": "4.6.2",
    "typescript-tslint-plugin": "1.0.1"
  },
  "license": "MIT"
}
