{
  "name": "n8n-editor-ui",
  "version": "1.74.0",
  "description": "Workflow Editor UI for n8n",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist .turbo",
    "build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
    "typecheck": "vue-tsc --noEmit",
    "typecheck:watch": "vue-tsc --watch --noEmit",
    "dev": "pnpm serve",
    "lint": "eslint src --ext .js,.ts,.vue --quiet",
    "lintfix": "eslint src --ext .js,.ts,.vue --fix",
    "format": "biome format --write . && prettier --write . --ignore-path ../../.prettierignore",
    "format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",
    "serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
    "test": "vitest run",
    "test:dev": "vitest --silent=false"
  },
  "dependencies": {
    "@codemirror/autocomplete": "^6.16.0",
    "@codemirror/commands": "^6.5.0",
    "@codemirror/lang-javascript": "^6.2.2",
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/lang-python": "^6.1.6",
    "@codemirror/language": "^6.10.1",
    "@codemirror/lint": "^6.8.0",
    "@codemirror/search": "^6.5.6",
    "@codemirror/state": "^6.4.1",
    "@codemirror/view": "^6.26.3",
    "@fontsource/open-sans": "^4.5.0",
    "@jsplumb/browser-ui": "^5.13.2",
    "@jsplumb/common": "^5.13.2",
    "@jsplumb/connector-bezier": "^5.13.2",
    "@jsplumb/core": "^5.13.2",
    "@jsplumb/util": "^5.13.2",
    "@lezer/common": "^1.0.4",
    "@n8n/api-types": "workspace:*",
    "@n8n/chat": "workspace:*",
    "@n8n/codemirror-lang": "workspace:*",
    "@n8n/codemirror-lang-sql": "^1.0.2",
    "@n8n/permissions": "workspace:*",
    "@replit/codemirror-indentation-markers": "^6.5.3",
    "@typescript/vfs": "^1.6.0",
    "@sentry/vue": "catalog:frontend",
    "@vue-flow/background": "^1.3.2",
    "@vue-flow/controls": "^1.1.2",
    "@vue-flow/core": "^1.41.6",
    "@vue-flow/minimap": "^1.5.0",
    "@vue-flow/node-resizer": "^1.4.0",
    "@vueuse/components": "^10.11.0",
    "@vueuse/core": "^10.11.0",
    "axios": "catalog:",
    "bowser": "2.11.0",
    "change-case": "^5.4.4",
    "chart.js": "^4.4.0",
    "codemirror-lang-html-n8n": "^1.0.0",
    "comlink": "^4.4.1",
    "dateformat": "^3.0.3",
    "email-providers": "^2.0.1",
    "esprima-next": "5.8.4",
    "fast-json-stable-stringify": "^2.1.0",
    "file-saver": "^2.0.2",
    "flatted": "catalog:",
    "highlight.js": "catalog:frontend",
    "humanize-duration": "^3.27.2",
    "jsonpath": "^1.1.1",
    "lodash-es": "^4.17.21",
    "luxon": "catalog:",
    "n8n-design-system": "workspace:*",
    "n8n-workflow": "workspace:*",
    "pinia": "^2.2.4",
    "prettier": "^3.3.3",
    "qrcode.vue": "^3.3.4",
    "stream-browserify": "^3.0.0",
    "timeago.js": "^4.0.2",
    "typescript": "^5.5.2",
    "uuid": "catalog:",
    "v3-infinite-loading": "^1.2.2",
    "vue": "catalog:frontend",
    "vue-agile": "^2.0.0",
    "vue-chartjs": "^5.2.0",
    "vue-github-button": "^3.1.3",
    "vue-i18n": "^9.2.2",
    "vue-json-pretty": "2.2.4",
    "vue-markdown-render": "catalog:frontend",
    "vue-router": "catalog:frontend",
    "vue-virtual-scroller": "2.0.0-beta.8",
    "vue3-touch-events": "^4.1.3",
    "vuedraggable": "4.1.0",
    "xss": "catalog:"
  },
  "devDependencies": {
    "@faker-js/faker": "^8.0.2",
    "@iconify/json": "^2.2.228",
    "@pinia/testing": "^0.1.6",
    "@types/dateformat": "^3.0.0",
    "@types/file-saver": "^2.0.1",
    "@types/humanize-duration": "^3.27.1",
    "@types/jsonpath": "^0.2.0",
    "@types/lodash-es": "^4.17.6",
    "@types/luxon": "^3.2.0",
    "@types/uuid": "catalog:",
    "@vitejs/plugin-legacy": "^6.0.0",
    "@vitejs/plugin-vue": "catalog:frontend",
    "@vitest/coverage-v8": "catalog:frontend",
    "browserslist-to-esbuild": "^2.1.1",
    "miragejs": "^0.1.48",
    "unplugin-icons": "^0.19.0",
    "unplugin-vue-components": "^0.27.2",
    "vite": "catalog:frontend",
    "vite-svg-loader": "5.1.0",
    "vitest": "catalog:frontend",
    "vitest-mock-extended": "catalog:frontend",
    "vue-tsc": "catalog:frontend"
  },
  "peerDependencies": {
    "@fortawesome/fontawesome-svg-core": "*",
    "@fortawesome/free-regular-svg-icons": "*",
    "@fortawesome/free-solid-svg-icons": "*",
    "@fortawesome/vue-fontawesome": "*"
  }
}