2019-06-23 03:35:23 -07:00
|
|
|
{
|
|
|
|
"name": "n8n-editor-ui",
|
2024-09-18 05:33:53 -07:00
|
|
|
"version": "1.60.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"description": "Workflow Editor UI for n8n",
|
2019-08-19 11:41:10 -07:00
|
|
|
"main": "index.js",
|
2019-06-23 03:35:23 -07:00
|
|
|
"scripts": {
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
2022-09-26 22:02:41 -07:00
|
|
|
"build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
|
2024-03-15 04:10:19 -07:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
2022-11-09 08:32:05 -08:00
|
|
|
"dev": "pnpm serve",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix",
|
2024-09-17 05:10:22 -07:00
|
|
|
"format": "biome format --write . && prettier --write . --ignore-path ../../.prettierignore",
|
|
|
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",
|
2022-09-23 07:14:28 -07:00
|
|
|
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
|
2023-11-07 05:19:39 -08:00
|
|
|
"test": "vitest run",
|
2022-09-23 07:14:28 -07:00
|
|
|
"test:dev": "vitest"
|
2019-06-23 03:35:23 -07:00
|
|
|
},
|
2021-05-29 11:31:21 -07:00
|
|
|
"dependencies": {
|
2024-05-29 05:37:05 -07:00
|
|
|
"@codemirror/autocomplete": "^6.16.0",
|
|
|
|
"@codemirror/commands": "^6.5.0",
|
|
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
2023-04-25 07:57:21 -07:00
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
2024-05-29 05:37:05 -07:00
|
|
|
"@codemirror/lang-python": "^6.1.6",
|
|
|
|
"@codemirror/language": "^6.10.1",
|
|
|
|
"@codemirror/lint": "^6.8.0",
|
|
|
|
"@codemirror/state": "^6.4.1",
|
|
|
|
"@codemirror/view": "^6.26.3",
|
2021-09-21 05:35:55 -07:00
|
|
|
"@fontsource/open-sans": "^4.5.0",
|
2023-01-30 09:20:50 -08:00
|
|
|
"@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",
|
2023-10-02 08:33:43 -07:00
|
|
|
"@lezer/common": "^1.0.4",
|
2024-09-13 04:02:00 -07:00
|
|
|
"@n8n/api-types": "workspace:*",
|
2024-01-09 03:11:39 -08:00
|
|
|
"@n8n/chat": "workspace:*",
|
2024-07-08 03:25:18 -07:00
|
|
|
"@n8n/codemirror-lang": "workspace:*",
|
2023-08-22 04:18:35 -07:00
|
|
|
"@n8n/codemirror-lang-sql": "^1.0.2",
|
2023-11-23 03:22:47 -08:00
|
|
|
"@n8n/permissions": "workspace:*",
|
2024-05-23 01:42:10 -07:00
|
|
|
"@vue-flow/background": "^1.3.0",
|
|
|
|
"@vue-flow/controls": "^1.1.1",
|
|
|
|
"@vue-flow/core": "^1.33.5",
|
|
|
|
"@vue-flow/minimap": "^1.4.0",
|
2024-07-15 03:00:52 -07:00
|
|
|
"@vue-flow/node-resizer": "^1.4.0",
|
2024-07-09 04:45:41 -07:00
|
|
|
"@vueuse/components": "^10.11.0",
|
|
|
|
"@vueuse/core": "^10.11.0",
|
2024-07-30 04:27:15 -07:00
|
|
|
"axios": "catalog:",
|
2024-08-22 05:30:55 -07:00
|
|
|
"bowser": "2.11.0",
|
2023-11-10 14:48:31 -08:00
|
|
|
"chart.js": "^4.4.0",
|
2023-01-26 01:03:13 -08:00
|
|
|
"codemirror-lang-html-n8n": "^1.0.0",
|
2022-09-23 07:14:28 -07:00
|
|
|
"dateformat": "^3.0.3",
|
2024-01-19 05:21:49 -08:00
|
|
|
"email-providers": "^2.0.1",
|
2022-11-07 01:34:44 -08:00
|
|
|
"esprima-next": "5.8.4",
|
2022-09-23 07:14:28 -07:00
|
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
|
|
"file-saver": "^2.0.2",
|
|
|
|
"flatted": "^3.2.4",
|
2024-09-06 00:17:58 -07:00
|
|
|
"highlight.js": "catalog:frontend",
|
2023-01-24 17:18:39 -08:00
|
|
|
"humanize-duration": "^3.27.2",
|
2022-10-06 06:03:55 -07:00
|
|
|
"jsonpath": "^1.1.1",
|
2022-10-11 05:41:16 -07:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-07-30 04:27:15 -07:00
|
|
|
"luxon": "catalog:",
|
2023-02-21 05:04:35 -08:00
|
|
|
"n8n-design-system": "workspace:*",
|
|
|
|
"n8n-workflow": "workspace:*",
|
2023-07-28 04:55:16 -07:00
|
|
|
"pinia": "^2.1.6",
|
2023-11-23 02:55:02 -08:00
|
|
|
"prettier": "^3.1.0",
|
2023-08-23 19:59:16 -07:00
|
|
|
"qrcode.vue": "^3.3.4",
|
2023-10-02 08:33:43 -07:00
|
|
|
"stream-browserify": "^3.0.0",
|
2021-07-22 01:22:17 -07:00
|
|
|
"timeago.js": "^4.0.2",
|
2024-07-30 04:27:15 -07:00
|
|
|
"uuid": "catalog:",
|
2023-07-28 00:51:07 -07:00
|
|
|
"v3-infinite-loading": "^1.2.2",
|
2024-07-30 04:27:15 -07:00
|
|
|
"vue": "catalog:frontend",
|
2022-09-23 07:14:28 -07:00
|
|
|
"vue-agile": "^2.0.0",
|
2023-11-10 14:48:31 -08:00
|
|
|
"vue-chartjs": "^5.2.0",
|
2023-07-28 00:51:07 -07:00
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-json-pretty": "2.2.4",
|
2024-08-12 10:43:08 -07:00
|
|
|
"vue-markdown-render": "catalog:frontend",
|
2023-07-28 00:51:07 -07:00
|
|
|
"vue-router": "^4.2.2",
|
|
|
|
"vue3-touch-events": "^4.1.3",
|
2023-05-12 01:21:40 -07:00
|
|
|
"xss": "^1.0.14"
|
2021-05-29 11:31:21 -07:00
|
|
|
},
|
2019-06-23 03:35:23 -07:00
|
|
|
"devDependencies": {
|
2023-07-28 04:55:16 -07:00
|
|
|
"@faker-js/faker": "^8.0.2",
|
2024-07-23 03:30:29 -07:00
|
|
|
"@iconify/json": "^2.2.228",
|
2023-07-28 04:55:16 -07:00
|
|
|
"@pinia/testing": "^0.1.3",
|
|
|
|
"@sentry/vite-plugin": "^2.5.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"@types/dateformat": "^3.0.0",
|
|
|
|
"@types/file-saver": "^2.0.1",
|
2023-01-24 17:18:39 -08:00
|
|
|
"@types/humanize-duration": "^3.27.1",
|
2022-10-06 06:03:55 -07:00
|
|
|
"@types/jsonpath": "^0.2.0",
|
feat(editor): Node creator actions (#4696)
* WIP: Node Actions List UI
* WIP: Recommended Actions and preseting of fields
* WIP: Resource category
* :art: Moved actions categorisation to the server
* :label: Add missing INodeAction type
* :sparkles: Improve SSR categorisation, fix adding of mixed actions
* :recycle: Refactor CategorizedItems to composition api, style fixes
* WIP: Adding multiple nodes
* :recycle: Refactor rest of the NodeCreator component to composition API, conver globalLinkActions to composable
* :sparkles: Allow actions dragging, fix search and refactor passing of actions to categorized items
* :lipstick: Fix node actions title
* Migrate to the pinia store, add posthog feature and various fixes
* :bug: Fix filtering of trigger actions when not merged
* fix: N8N-5439 — Do not use simple node item when at NodeHelperPanel root
* :bug: Design review fixes
* :bug: Fix disabling of merged actions
* Fix trigger root filtering
* :sparkles: Allow for custom node actions parser, introduce hubspot parser
* :bug: Fix initial node params validation, fix position of second added node
* :bug: Introduce operations category, removed canvas node names overrride, fix API actions display and prevent dragging of action nodes
* :sparkles: Prevent NDV auto-open feature flag
* :bug: Inject recommened action for trigger nodes without actions
* Refactored NodeCreatorNode to Storybook, change filtering of merged nodes for the trigger helper panel, minor fixes
* Improve rendering of app nodes and animation
* Cleanup, any only enable accordion transition on triggerhelperpanel
* Hide node creator scrollbars in Firefox
* Minor styles fixes
* Do not copy the array in rendering method
* Removed unused props
* Fix memory leak
* Fix categorisation of regular nodes with a single resource
* Implement telemetry calls for node actions
* Move categorization to FE
* Fix client side actions categorisation
* Skip custom action show
* Only load tooltip for NodeIcon if necessary
* Fix lodash startCase import
* Remove lodash.startcase
* Cleanup
* Fix node creator autofocus on "tab"
* Prevent posthog getFeatureFlag from crashing
* Debugging preview env search issues
* Remove logs
* Make sure the pre-filled params are update not overwritten
* Get rid of transition in itemiterator
* WIP: Rough version of NodeActions keyboard navigation, replace nodeCreator composable with Pinia store module
* Rewrite to add support for ActionItem to ItemIterator and make CategorizedItems accept items props
* Fix category item counter & cleanup
* Add APIHint to actions search no-result, clean up NodeCreatorNode
* Improve node actions no results message
* Remove logging, fix filtering of recommended placeholder category
* Remove unused NodeActions component and node merging feature falg
* Do not show regular nodes without actions
* Make sure to add manual trigger when adding http node via actions hint
* Fixed api hint footer line height
* Prevent pointer-events od NodeIcon img and remove "this" from template
* Address PR points
* Fix e2e specs
* Make sure canvas ia loaded
* Make sure canvas ia loaded before opening nodeCreator in e2e spec
* Fix flaky workflows tags e2e getter
* Imrpove node creator click outside UX, add manual node to regular nodes added from trigger panel
* Add manual trigger node if dragging regular from trigger panel
2022-12-09 01:56:36 -08:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2023-03-21 01:50:29 -07:00
|
|
|
"@types/luxon": "^3.2.0",
|
2024-07-30 04:27:15 -07:00
|
|
|
"@types/uuid": "catalog:",
|
|
|
|
"@vitest/coverage-v8": "catalog:frontend",
|
2024-06-11 06:41:38 -07:00
|
|
|
"cross-env": "^7.0.3",
|
2024-01-26 02:26:21 -08:00
|
|
|
"miragejs": "^0.1.48",
|
2024-07-23 03:30:29 -07:00
|
|
|
"unplugin-icons": "^0.19.0",
|
2024-07-30 04:27:15 -07:00
|
|
|
"unplugin-vue-components": "^0.27.2",
|
|
|
|
"vite": "catalog:frontend",
|
|
|
|
"vitest": "catalog:frontend",
|
|
|
|
"vitest-mock-extended": "catalog:frontend",
|
|
|
|
"vue-tsc": "catalog:frontend"
|
2023-12-19 08:43:46 -08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "*",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "*",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "*",
|
|
|
|
"@fortawesome/vue-fontawesome": "*"
|
2021-03-26 01:21:27 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|