2021-08-29 04:36:17 -07:00
|
|
|
{
|
|
|
|
"name": "n8n-design-system",
|
2023-05-31 04:55:26 -07:00
|
|
|
"version": "0.67.0",
|
2021-08-29 04:36:17 -07:00
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
|
"homepage": "https://n8n.io",
|
|
|
|
"author": {
|
|
|
|
"name": "Mutasem Aldmour",
|
|
|
|
"email": "mutasem@n8n.io"
|
|
|
|
},
|
2023-04-06 06:32:45 -07:00
|
|
|
"main": "src/main.ts",
|
|
|
|
"import": "src/main.ts",
|
2021-08-29 04:36:17 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
2022-09-23 07:14:28 -07:00
|
|
|
"build": "vite build",
|
2023-04-12 07:39:45 -07:00
|
|
|
"typecheck": "vue-tsc --declaration --emitDeclarationOnly",
|
2023-03-14 05:13:21 -07:00
|
|
|
"test": "vitest run --coverage",
|
2022-04-29 06:23:41 -07:00
|
|
|
"test:dev": "vitest",
|
2023-02-14 03:44:13 -08:00
|
|
|
"build:storybook": "storybook build",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
2022-11-22 05:11:29 -08:00
|
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
2022-12-23 10:09:52 -08:00
|
|
|
"lint": "eslint --quiet --ext .js,.ts,.vue src",
|
2022-11-15 09:20:54 -08:00
|
|
|
"lintfix": "eslint --ext .js,.ts,.vue src --fix"
|
2021-08-29 04:36:17 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-07-05 00:36:50 -07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.x",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.x",
|
2021-08-29 04:36:17 -07:00
|
|
|
"@fortawesome/vue-fontawesome": "2.x",
|
2022-11-15 09:20:54 -08:00
|
|
|
"core-js": "3.x",
|
|
|
|
"markdown-it": "^12.3.2",
|
|
|
|
"markdown-it-emoji": "^2.0.0",
|
|
|
|
"markdown-it-link-attributes": "^4.0.0",
|
|
|
|
"markdown-it-task-lists": "^2.1.1",
|
2023-01-26 17:09:30 -08:00
|
|
|
"vue": "^2.7.14",
|
2023-05-12 01:21:40 -07:00
|
|
|
"xss": "^1.0.14"
|
2021-08-29 04:36:17 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-26 17:09:30 -08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.9",
|
2023-05-04 08:43:58 -07:00
|
|
|
"@storybook/addon-actions": "^7.0.7",
|
|
|
|
"@storybook/addon-docs": "^7.0.7",
|
|
|
|
"@storybook/addon-essentials": "^7.0.7",
|
|
|
|
"@storybook/addon-links": "^7.0.7",
|
2023-02-14 03:44:13 -08:00
|
|
|
"@storybook/addon-postcss": "^3.0.0-alpha.1",
|
2023-05-04 08:43:58 -07:00
|
|
|
"@storybook/vue": "^7.0.7",
|
|
|
|
"@storybook/vue-webpack5": "^7.0.7",
|
2023-01-26 17:09:30 -08:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2022-10-25 04:46:25 -07:00
|
|
|
"@testing-library/vue": "^5.8.3",
|
:sparkles: Add Templates (#2720)
* Templates Bugs / Fixed Various Bugs / Multiply Api Request, Carousel Gradient, Core Nodes Filters ...
* Updated MainSidebar Paddings
* N8N-Templates Bugfixing - Remove Unnecesairy Icon (Shape), Refatctor infiniteScrollEnabled Prop + updated infiniterScroll functinality
* N8N-2853 Fixed Carousel Arrows Bug after Cleaning the SearchBar
* fix telemetry init
* fix search tracking issues
* N8N-2853 Created FilterTemplateNode Constant Array, Filter PlayButton and WebhookRespond from Nodes, Added Box for showing more nodes inside TemplateList, Updated NewWorkflowButton to primary, Fixed Markdown issue with Code
* N8N-2853 Removed Placeholder if Workflows Or Collections are not found, Updated the Logic
* fix telemetry events
* clean up session id
* update user inserted event
* N8N-2853 Fixed Categories to Moving if the names are long
* Add todos
* Update Routes on loading
* fix spacing
* Update Border Color
* Update Border Readius
* fix filter fn
* fix constant, console error
* N8N-2853 PR Fixes, Refactoring, Removing unnecesairy code ..
* N8N-2853 PR Fixes - Editor-ui Fixes, Refactoring, Removing Dead Code ...
* N8N-2853 Refactor Card to LongCard
* clean up spacing, replace css var
* clean up spacing
* set categories as optional in node
* replace vars
* refactor store
* remove unnesssary import
* fix error
* fix templates view to start
* add to cache
* fix coll view data
* fix categories
* fix category event
* fix collections carousel
* fix initial load and search
* fix infinite load
* fix query param
* fix scrolling issues
* fix scroll to top
* fix search
* fix collections search
* fix navigation bug
* rename view
* update package lock
* rename workflow view
* rename coll view
* update routes
* add wrapper component
* set session id
* fix search tracking
* fix session tracking
* remove deleted mutation
* remove check for unsupported nodes
* refactor filters
* lazy load template
* clean up types
* refactor infinte scroll
* fix end of search
* Fix spacing
* fix coll loading
* fix types
* fix coll view list
* fix navigation
* rename types
* rename state
* fix search responsiveness
* fix coll view spacing
* fix search view spacing
* clean up views
* set background color
* center page not vert
* fix workflow view
* remove import
* fix background color
* fix background
* clean props
* clean up imports
* refactor button
* update background color
* fix spacing issue
* rename event
* update telemetry event
* update endpoints, add loading view, check for endpoint health
* remove conolse log
* N8N-2853 Fixed Menu Items Padding
* replace endpoints
* fix type issues
* fix categories
* N8N-2853 Fixed ParameterInput Placeholder after ElementUI Upgrade
* update createdAt
* :zap: Fix placeholder in creds config modal
* :pencil2: Adjust docstring to `credText` placeholder version
* N8N-2853 Optimized
* N8N-2853 Optimized code
* :zap: Add deployment type to FE settings
* :zap: Add deployment type to interfaces
* N8N-2853 Removed Animated prop from components
* :zap: Add deployment type to store module
* :sparkles: Create hiring banner
* :zap: Display hiring banner
* :rewind: Undo unrelated change
* N8N-2853 Refactor TemplateFilters
* :zap: Fix indentation
* N8N-2853 Reorder items / TemplateList
* :shirt: Fix lint
* N8N-2853 Refactor TemplateFilters Component
* N8N-2853 Reorder TemplateList
* refactor template card
* update timeout
* fix removelistener
* fix spacing
* split enabled from offline
* add spacing to go back
* N8N-2853 Fixed Screens for Tablet & Mobile
* N8N-2853 Update Stores Order
* remove image componet
* remove placeholder changes
* N8N-2853 Fixed Chinnese Placeholders for El Select Component that comes from the Library Upgrade
* N8N-2853 Fixed Vue Agile Console Warnings
* N8N-2853 Update Collection Route
* :pencil2: Update jobs URL
* :truck: Move logging to root component
* :zap: Refactor `deploymentType` to `isInternalUser`
* :zap: Improve syntax
* fix cut bug in readonly view
* N8N-3012 Fixed Details section in templates with lots of description, Fixed Mardown Block with overflox-x
* N8N-3012 Increased Font-size, Spacing and Line-height of the Categories Items
* N8N-3012 Fixed Vue-agile client width error on resize
* only delay redirect for root path
* N8N-3012 Fixed Carousel Arrows that Disappear
* N8N-3012 Make Loading Screen same color as Templates
* N8N-3012 Markdown renders inline block as block code
* add offline warning
* hide log from workflow iframe
* update text
* make search button larger
* N8N-3012 Categories / Tags extended all the way in details section
* load data in cred modals
* remove deleted message
* add external hook
* remove import
* update env variable description
* fix markdown width issue
* disable telemetry for demo, add session id to template pages
* fix telemetery bugs
* N8N-3012 Not found Collections/Wokrkflow
* N8N-3012 Checkboxes change order when categories are changed
* N8N-3012 Refactor SortedCategories inside TemplateFilters component
* fix firefox bug
* add telemetry requirements
* add error check
* N8N-3012 Update GoBackButton to check if Route History is present
* N8N-3012 Fixed WF Nodes Icons
* hide workflow screenshots
* remove unnessary mixins
* rename prop
* fix design a bit
* rename data
* clear workspace on destroy
* fix copy paste bug
* fix disabled state
* N8N-3012 Fixed Saving/Leave without saving Modal
* fix telemetry issue
* fix telemetry issues, error bug
* fix error notification
* disable workflow menu items on templates
* fix i18n elementui issue
* Remove Emit - NodeType from HoverableNodeIcon component
* TechnicalFixes: NavigateTo passed down as function should be helper
* TechnicalFixes: Update NavigateTo function
* TechnicalFixes: Add FilterCoreNodes directly as function
* check for empty connecitions
* fix titles
* respect new lines
* increase categories to be sliced
* rename prop
* onUseWorkflow
* refactor click event
* fix bug, refactor
* fix loading story
* add default
* fix styles at right level of abstraction
* add wrapper with width
* remove loading blocks component
* add story
* rename prop
* fix spacing
* refactor tag, add story
* move margin to container
* fix tag redirect, remove unnessary check
* make version optional
* rename view
* move from workflows to templates store
* remove unnessary change
* remove unnessary css
* rename component
* refactor collection card
* add boolean to prevent shrink
* clean up carousel
* fix redirection bug on save
* remove listeners to fix multiple listeners bug
* remove unnessary types
* clean up boolean set
* fix node select bug
* rename component
* remove unnessary class
* fix redirection bug
* remove unnessary error
* fix typo
* fix blockquotes, pre
* refactor markdown rendering
* remove console log
* escape markdown
* fix safari bug
* load active workflows to fix modal bug
* :arrow_up: Update package-lock.json file
* :zap: Add n8n version as header
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-02-28 01:57:44 -08:00
|
|
|
"@types/markdown-it": "^12.2.3",
|
2022-11-15 09:20:54 -08:00
|
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
2023-01-26 17:09:30 -08:00
|
|
|
"@types/sanitize-html": "^2.8.0",
|
2023-02-14 03:44:13 -08:00
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"core-js": "^3.27.2",
|
|
|
|
"jsdom": "21.1.0",
|
|
|
|
"sass": "^1.58.0",
|
|
|
|
"sass-loader": "^13.2.0",
|
2023-05-04 08:43:58 -07:00
|
|
|
"storybook": "^7.0.7",
|
2023-05-12 01:21:40 -07:00
|
|
|
"storybook-addon-themes": "^6.1.0"
|
2022-04-29 06:23:41 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-25 01:51:51 -08:00
|
|
|
"element-ui": "~2.15.12",
|
2023-01-26 17:09:30 -08:00
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"markdown-it-emoji": "^2.0.2",
|
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
|
|
"markdown-it-task-lists": "^2.1.1",
|
2023-03-21 08:38:48 -07:00
|
|
|
"sanitize-html": "2.10.0",
|
2023-01-26 17:09:30 -08:00
|
|
|
"vue": "^2.7.14",
|
2023-02-09 18:20:15 -08:00
|
|
|
"vue2-boring-avatars": "^0.3.8",
|
2023-01-26 17:09:30 -08:00
|
|
|
"xss": "^1.0.14"
|
2021-08-29 04:36:17 -07:00
|
|
|
}
|
|
|
|
}
|