{ "name": "n8n-editor-ui", "version": "2.20.0", "description": "Workflow Editor UI for n8n", "main": "index.js", "type": "module", "scripts": { "clean": "rimraf dist .turbo .build", "build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build", "build:coverage": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=14000\" BUILD_WITH_COVERAGE=true vite build", "typecheck": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" vue-tsc --noEmit", "typecheck:watch": "vue-tsc --watch --noEmit", "dev": "pnpm serve", "lint": "oxlint src --quiet && eslint src --quiet", "lint:fix": "oxlint src --fix && eslint src --fix", "lint:styles": "stylelint \"src/**/*.{scss,sass,vue}\" --cache", "lint:styles:fix": "stylelint \"src/**/*.{scss,sass,vue}\" --fix --cache", "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": "catalog:", "@codemirror/commands": "catalog:", "@codemirror/lang-css": "catalog:", "@codemirror/lang-javascript": "catalog:", "@codemirror/lang-json": "catalog:", "@codemirror/lang-python": "catalog:", "@codemirror/language": "catalog:", "@codemirror/lint": "catalog:", "@codemirror/search": "catalog:", "@codemirror/state": "catalog:", "@codemirror/view": "catalog:", "@dagrejs/dagre": "^1.1.4", "@lezer/common": "catalog:", "@n8n/api-types": "workspace:*", "@n8n/chat": "workspace:*", "@n8n/chat-hub": "workspace:*", "@n8n/codemirror-lang": "workspace:*", "@n8n/codemirror-lang-html": "workspace:*", "@n8n/codemirror-lang-sql": "workspace:*", "@n8n/composables": "workspace:*", "@n8n/constants": "workspace:*", "@n8n/design-system": "workspace:*", "@n8n/i18n": "workspace:*", "@n8n/permissions": "workspace:*", "@n8n/rest-api-client": "workspace:*", "@n8n/stores": "workspace:*", "@n8n/utils": "workspace:*", "@pinecone-database/connect": "0.0.4", "@replit/codemirror-indentation-markers": "^6.5.3", "@sentry/vue": "catalog:frontend", "@types/semver": "^7.7.0", "@typescript/vfs": "^1.6.0", "@vscode/markdown-it-katex": "^1.1.2", "@vue-flow/background": "1.3.2", "@vue-flow/controls": "1.1.3", "@vue-flow/core": "1.48.0", "@vue-flow/minimap": "1.5.4", "@vue-flow/node-resizer": "1.5.0", "@vueuse/components": "^10.11.0", "@vueuse/core": "catalog:frontend", "ag-grid-vue3": "^34.1.1", "array.prototype.tosorted": "1.1.4", "axios": "catalog:", "bowser": "2.11.0", "change-case": "^5.4.4", "chart.js": "^4.4.0", "comlink": "^4.4.1", "core-js": "^3.40.0", "curlconverter": "^4.12.0", "dateformat": "^3.0.3", "element-plus": "catalog:frontend", "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-plus": "^10.3.0", "lodash": "catalog:", "luxon": "catalog:", "markdown-it-footnote": "^4.0.0", "n8n-workflow": "workspace:*", "nanoid": "catalog:", "pinia": "catalog:frontend", "prettier": "^3.3.3", "qrcode.vue": "^3.3.4", "semver": "^7.5.4", "stream-browserify": "^3.0.0", "timeago.js": "^4.0.2", "typescript": "catalog:", "uuid": "catalog:", "v-code-diff": "^1.13.1", "v3-infinite-loading": "^1.2.2", "vue": "catalog:frontend", "vue-agile": "^2.0.0", "vue-chartjs": "^5.2.0", "vue-component-type-helpers": "^2.2.10", "vue-github-button": "^3.1.3", "vue-i18n": "catalog:frontend", "vue-json-pretty": "2.6.0", "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", "wa-sqlite": "github:rhashimoto/wa-sqlite#779219540f66cecaa159da32b3b8936697ba10a7", "web-tree-sitter": "0.24.3", "xss": "catalog:" }, "devDependencies": { "@codecov/vite-plugin": "^1.9.1", "@faker-js/faker": "^8.0.2", "@iconify/json": "^2.2.349", "@n8n/eslint-config": "workspace:*", "@n8n/stylelint-config": "workspace:*", "@n8n/typescript-config": "workspace:*", "@n8n/vitest-config": "workspace:*", "@pinia/testing": "^0.1.6", "@sentry/vite-plugin": "^4.3.0", "@storybook/types": "^8.6.14", "@testing-library/user-event": "catalog:frontend", "@testing-library/vue": "catalog:frontend", "@types/dateformat": "^3.0.0", "@types/file-saver": "^2.0.1", "@types/humanize-duration": "^3.27.1", "@types/json-schema": "^7.0.15", "@types/lodash": "catalog:", "@types/uuid": "catalog:", "@vitejs/plugin-legacy": "^8.0.0", "@vitejs/plugin-vue": "catalog:frontend", "@vitest/coverage-v8": "catalog:", "browserslist-to-esbuild": "^2.1.1", "eslint-plugin-oxlint": "catalog:", "fake-indexeddb": "^6.0.0", "miragejs": "^0.1.48", "oxlint": "catalog:", "oxlint-tsgolint": "catalog:", "sass-embedded": "catalog:", "unplugin-icons": "catalog:frontend", "vite": "catalog:", "vite-plugin-istanbul": "^8.0.0", "vite-plugin-node-polyfills": "^0.25.0", "vite-plugin-static-copy": "4.0.0", "vite-svg-loader": "catalog:frontend", "vitest": "catalog:", "vitest-mock-extended": "catalog:", "vue-tsc": "catalog:frontend", "z-vue-scan": "^0.0.35" } }