mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
0da338f9b5
* feat(editor): Usage and plan page (#4793) feat(editor): usage and plan page * feat(editor): Update Usage and plan page (#4842) * feat(editor): usage and plan store * feat(editor): usage and plan page updates * feat(editor): usage and plan add buttons and alert * tes(editor): usage and plan store * tes(editor): usage remove refresh button and add link to view plans * tes(editor): usage use info tip * tes(editor): usage info style * feat(editor): Get quotas data (#4866) feat(editor): get quotas data * feat(editor): In-app experience (#4875) * feat: Add license quotas endpoint * feat: Add trigger count to workflow activation process * refactor: Get quotas from db * feat: Add license information * ✨ - finalised GET /license endpoint * 🔨 - getActiveTriggerCount return 0 instead of null * 🐛 - ignore manualTrigger when counting active triggers * ✨ - add activation endpoint * ✨ - added renew endpoint * 🔨 - added return type interfaces * 🔨 - handle license errors where methods are called * 🔨 - rename function to match name from lib * feat(editor): usage add plans buttons logic * 🚨 - testing new License methods * feat(editor): usage add more business logic * chore(editor): code formatting * 🚨 - added license api tests * fix(editor): usage store * fix(editor): usage update translations * feat(editor): usage add license activation modal * feat(editor): usage change subscription app url * feat(editor): usage add contact us link * feat(editor): usage fix modal width * ✨ - Add renewal tracking metric * ✨ - add license data to pulse event * 🔨 - set default triggercount on entity model * ✨ - add db migrations for mysql and postgres * fix(editor): Usage api call data processing and error handling * fix(editor): Usage fix activation query key * 🚨 - add initDb to telemetry tests * 🔨 - move getlicensedata to licenseservice * 🔨 - return 403 instead of 404 to non owners * 🔨 - move owner checking to middleware * 🐛 - fixed incorrectly returned error from middleware * 🐛 - using mock instead of test db for pulse tests * fix(editor): Usage fix activation and add success messages * fix(editor): Usage should not renew activation right after activation * 🚨 - skipping failing pulse tests for now * fix(editor): Usage add telemetry calls and apply design review outcomes * feat(editor): Hide usage page according to BE flag * feat(editor): Usage modify key activation flow * feat(editor): Usage change subscription app url * feat(editor): Usage add telemetry for manage plan * feat(editor): Usage extend link url query params * feat(editor): Usage add line chart if there is a workflow limit * feat(editor): Usage remove query after key activation redirection * fix(editor): Usage handle limit exceeded workflow chart, add focus to input when modal opened * fix(editor): Usage activation can return router promise when removing query * fix(editor): Usage and plan design review * 🐛 - fix renew endpoint hanging issue * 🐛 - fix license activation bug * fix(editor): Usage proper translation for plans and/or editions * fix(editor): Usage apply David's review results * fix(editor): Usage page set as default and first under Settings * fix(editor): Usage open subscription app in new tab * fix(editor): Usage page having key query param a plan links * test: Fix broken test * fix(editor): Usage page address review * 🧪 Flush promises on telemetry tests * ⚡ Extract helper with `setImmediate` * 🔥 Remove leftovers * ⚡ Use Adi's helper * refactor: Comment broken tests * refactor: add Tenant id to settings * feat: add environment to license endpoints * refactor: Move license environment to general settings * fix: fix routing bug * fix(editor): Usage page some code review changes and formatting * fix(editor): Usage page remove direct usage of reusable translation keys * fix(editor): Usage page async await instead of then * fix(editor): Usage page show some content only if network requests in component mounted were successful * chore(editor): code formatting * fix(editor): Usage checking license environment * feat(editor): Improve license activation error messages (no-changelog) (#4958) * fix(editor): Usage changing activation error title * remove unnecessary import * fix(editor): Usage refactor notification showing * fix(editor): Usage using notification directly in store actions Co-authored-by: Omar Ajoue <krynble@gmail.com> Co-authored-by: freyamade <freya@n8n.io> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Cornelius Suermann <cornelius@n8n.io> * fix(editor): Usage change mounted lifecycle logic * fix(editor): Usage return after successful activation in mounted * fix: remove console log * test: fix tests related to settings (#4979) Co-authored-by: Omar Ajoue <krynble@gmail.com> Co-authored-by: freyamade <freya@n8n.io> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Cornelius Suermann <cornelius@n8n.io> Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
110 lines
3.4 KiB
JSON
110 lines
3.4 KiB
JSON
{
|
|
"name": "n8n-editor-ui",
|
|
"version": "0.174.1",
|
|
"description": "Workflow Editor UI for n8n",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Jan Oberhauser",
|
|
"email": "jan@n8n.io"
|
|
},
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"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 --emitDeclarationOnly",
|
|
"dev": "pnpm serve",
|
|
"lint": "eslint --ext .js,.ts,.vue src",
|
|
"lintfix": "eslint --ext .js,.ts,.vue src --fix",
|
|
"format": "prettier --write . --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:ci": "vitest run --coverage",
|
|
"test:dev": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.1.0",
|
|
"@codemirror/commands": "^6.1.0",
|
|
"@codemirror/lang-javascript": "^6.0.2",
|
|
"@codemirror/language": "^6.2.1",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.1.4",
|
|
"@codemirror/view": "^6.5.1",
|
|
"@fontsource/open-sans": "^4.5.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/vue-fontawesome": "^2.0.2",
|
|
"axios": "^0.21.1",
|
|
"codemirror-lang-n8n-expression": "^0.1.0",
|
|
"dateformat": "^3.0.3",
|
|
"esprima-next": "5.8.4",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-saver": "^2.0.2",
|
|
"flatted": "^3.2.4",
|
|
"jquery": "^3.4.1",
|
|
"jsonpath": "^1.1.1",
|
|
"jsplumb": "2.15.4",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.orderby": "^4.6.0",
|
|
"lodash.set": "^4.3.2",
|
|
"luxon": "^2.3.0",
|
|
"monaco-editor": "^0.33.0",
|
|
"n8n-design-system": "~0.48.0",
|
|
"n8n-workflow": "~0.130.0",
|
|
"normalize-wheel": "^1.0.1",
|
|
"pinia": "^2.0.22",
|
|
"prismjs": "^1.17.1",
|
|
"timeago.js": "^4.0.2",
|
|
"uuid": "^8.3.2",
|
|
"v-click-outside": "^3.1.2",
|
|
"vue": "^2.7",
|
|
"vue-agile": "^2.0.0",
|
|
"vue-fragment": "1.5.1",
|
|
"vue-i18n": "^8.26.7",
|
|
"vue-json-pretty": "1.9.3",
|
|
"vue-prism-editor": "^0.3.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue-template-compiler": "^2.7",
|
|
"vue-typed-mixins": "^0.2.0",
|
|
"vue2-boring-avatars": "0.3.4",
|
|
"vue2-teleport": "^1.0.1",
|
|
"vue2-touch-events": "^3.2.1",
|
|
"xss": "^1.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.0.14",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/vue": "^5.8.3",
|
|
"@types/dateformat": "^3.0.0",
|
|
"@types/express": "^4.17.6",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/jsonpath": "^0.2.0",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/lodash.camelcase": "^4.3.6",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/lodash.set": "^4.3.6",
|
|
"@types/luxon": "^2.0.9",
|
|
"@types/uuid": "^8.3.2",
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"c8": "^7.12.0",
|
|
"jshint": "^2.9.7",
|
|
"sass": "^1.55.0",
|
|
"sass-loader": "^10.1.1",
|
|
"string-template-parser": "^1.2.6",
|
|
"vite": "2.9.5",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-monaco-editor": "^1.0.10",
|
|
"vitest": "0.9.3",
|
|
"vue-tsc": "^0.35.0"
|
|
}
|
|
}
|