{
  "name": "tariq-elsa-workflows",
  "version": "2.7.0",
  "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 --config 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": {
    "@microsoft/signalr": "^6.0.3",
    "ajv": "^8.10.0",
    "axios": "^0.26.1",
    "axios-middleware": "^0.3.1",
    "cronstrue": "^1.125.0",
    "d3": "^7.3.0",
    "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",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "monaco-editor": "^0.33.0",
    "stencil-click-outside": "^1.8.0",
    "tailwindcss": "^3.0.23",
    "tslint": "6.1.3",
    "tslint-stencil": "1.0.1",
    "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.3",
    "@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.11.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"
}
