2019-06-23 03:35:23 -07:00
|
|
|
{
|
|
|
|
"name": "n8n-editor-ui",
|
2021-10-21 17:29:12 -07:00
|
|
|
"version": "0.113.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"description": "Workflow Editor UI for n8n",
|
2019-06-23 08:55:43 -07:00
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
2019-08-31 04:06:24 -07:00
|
|
|
"homepage": "https://n8n.io",
|
2019-06-23 03:35:23 -07:00
|
|
|
"author": {
|
|
|
|
"name": "Jan Oberhauser",
|
|
|
|
"email": "jan@n8n.io"
|
|
|
|
},
|
2019-08-19 11:41:10 -07:00
|
|
|
"main": "index.js",
|
2019-06-23 03:50:36 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
|
|
},
|
2019-06-23 03:35:23 -07:00
|
|
|
"scripts": {
|
2020-07-14 14:36:05 -07:00
|
|
|
"build": "cross-env VUE_APP_PUBLIC_PATH=\"/%BASE_PATH%/\" vue-cli-service build",
|
2019-08-14 03:13:43 -07:00
|
|
|
"dev": "npm run serve",
|
2021-08-29 11:58:11 -07:00
|
|
|
"format": "cd ../.. && node_modules/prettier/bin-prettier.js packages/editor-ui/**/**.ts --write",
|
|
|
|
"lint": "tslint -p tsconfig.json -c tslint.json",
|
|
|
|
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
2020-03-31 09:04:19 -07:00
|
|
|
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
|
2019-08-14 04:45:18 -07:00
|
|
|
"test": "npm run test:unit",
|
2019-06-23 03:35:23 -07:00
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
|
|
"test:unit": "vue-cli-service test:unit"
|
|
|
|
},
|
2021-05-29 11:31:21 -07:00
|
|
|
"dependencies": {
|
2021-09-21 05:35:55 -07:00
|
|
|
"@fontsource/open-sans": "^4.5.0",
|
2021-10-21 17:29:12 -07:00
|
|
|
"n8n-design-system": "~0.5.0",
|
2021-07-22 01:22:17 -07:00
|
|
|
"timeago.js": "^4.0.2",
|
|
|
|
"v-click-outside": "^3.1.2",
|
|
|
|
"vue-fragment": "^1.5.2"
|
2021-05-29 11:31:21 -07:00
|
|
|
},
|
2019-06-23 03:35:23 -07:00
|
|
|
"devDependencies": {
|
2021-08-29 04:36:17 -07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.2",
|
2019-06-23 03:35:23 -07:00
|
|
|
"@types/dateformat": "^3.0.0",
|
2020-04-25 10:40:43 -07:00
|
|
|
"@types/express": "^4.17.6",
|
2019-06-23 03:35:23 -07:00
|
|
|
"@types/file-saver": "^2.0.1",
|
2020-09-12 05:02:33 -07:00
|
|
|
"@types/jest": "^26.0.13",
|
2019-12-30 11:38:55 -08:00
|
|
|
"@types/lodash.get": "^4.4.6",
|
2019-07-14 05:10:16 -07:00
|
|
|
"@types/lodash.set": "^4.3.6",
|
2021-04-15 14:57:20 -07:00
|
|
|
"@types/node": "^14.14.40",
|
2019-06-23 03:35:23 -07:00
|
|
|
"@types/quill": "^2.0.1",
|
2021-06-19 21:03:01 -07:00
|
|
|
"@types/uuid": "^8.3.0",
|
2021-08-29 11:58:11 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
|
|
"@typescript-eslint/parser": "^4.29.0",
|
2021-08-29 04:36:17 -07:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
2021-08-29 11:58:11 -07:00
|
|
|
"@vue/cli-plugin-typescript": "~4.5.6",
|
2021-08-29 04:36:17 -07:00
|
|
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
|
|
"@vue/cli-service": "~4.5.0",
|
2019-12-29 13:02:21 -08:00
|
|
|
"@vue/eslint-config-standard": "^5.0.1",
|
2021-08-29 04:36:17 -07:00
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
|
|
"@vue/test-utils": "^1.0.3",
|
2021-01-05 14:20:17 -08:00
|
|
|
"axios": "^0.21.1",
|
2019-06-23 03:35:23 -07:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
2020-03-31 09:04:19 -07:00
|
|
|
"cross-env": "^7.0.2",
|
2019-06-23 03:35:23 -07:00
|
|
|
"dateformat": "^3.0.3",
|
2019-12-29 13:02:21 -08:00
|
|
|
"element-ui": "~2.13.0",
|
2021-08-29 11:58:11 -07:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-import": "^2.23.4",
|
|
|
|
"eslint-plugin-vue": "^7.16.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"file-saver": "^2.0.2",
|
|
|
|
"flatted": "^2.0.0",
|
|
|
|
"jquery": "^3.4.1",
|
|
|
|
"jshint": "^2.9.7",
|
2020-12-29 05:13:17 -08:00
|
|
|
"jsplumb": "2.15.4",
|
2019-06-23 03:35:23 -07:00
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lodash.get": "^4.4.2",
|
2019-07-14 05:10:16 -07:00
|
|
|
"lodash.set": "^4.3.2",
|
2021-10-21 17:29:12 -07:00
|
|
|
"n8n-workflow": "~0.73.0",
|
2021-08-29 04:36:17 -07:00
|
|
|
"sass": "^1.26.5",
|
2020-10-23 09:43:30 -07:00
|
|
|
"normalize-wheel": "^1.0.1",
|
2019-09-04 09:22:06 -07:00
|
|
|
"prismjs": "^1.17.1",
|
2019-06-23 03:35:23 -07:00
|
|
|
"quill": "^2.0.0-dev.3",
|
|
|
|
"quill-autoformat": "^0.1.1",
|
2021-08-29 04:36:17 -07:00
|
|
|
"sass-loader": "^8.0.2",
|
2019-06-23 03:35:23 -07:00
|
|
|
"string-template-parser": "^1.2.6",
|
2020-09-12 05:02:33 -07:00
|
|
|
"ts-jest": "^26.3.0",
|
2020-05-08 09:07:34 -07:00
|
|
|
"tslint": "^6.1.2",
|
2021-08-29 11:58:11 -07:00
|
|
|
"typescript": "~4.3.5",
|
2021-06-20 01:49:51 -07:00
|
|
|
"uuid": "^8.3.0",
|
2021-08-29 04:36:17 -07:00
|
|
|
"vue": "^2.6.11",
|
2019-12-29 13:02:21 -08:00
|
|
|
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
|
2021-05-29 17:46:45 -07:00
|
|
|
"vue-json-pretty": "1.7.1",
|
2019-09-04 09:22:06 -07:00
|
|
|
"vue-prism-editor": "^0.3.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"vue-router": "^3.0.6",
|
2021-08-29 04:36:17 -07:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2019-12-29 13:02:21 -08:00
|
|
|
"vue-typed-mixins": "^0.2.0",
|
2021-06-22 10:45:48 -07:00
|
|
|
"vue2-touch-events": "^3.2.1",
|
2019-07-14 05:10:16 -07:00
|
|
|
"vuex": "^3.1.1"
|
2021-03-26 01:21:27 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|