mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@n8n/storybook",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "storybook dev -p 6006",
|
|
"build": "storybook build",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json"
|
|
},
|
|
"dependencies": {
|
|
"@n8n/chat": "workspace:*",
|
|
"@n8n/composables": "workspace:*",
|
|
"@n8n/design-system": "workspace:*",
|
|
"@n8n/i18n": "workspace:*",
|
|
"@n8n/stores": "workspace:*",
|
|
"@n8n/utils": "workspace:*",
|
|
"pinia": "catalog:frontend",
|
|
"vue": "catalog:frontend",
|
|
"vue-router": "catalog:frontend",
|
|
"vue-tsc": "catalog:frontend"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "catalog:storybook",
|
|
"@n8n/typescript-config": "workspace:*",
|
|
"@storybook/addon-a11y": "catalog:storybook",
|
|
"@storybook/addon-docs": "catalog:storybook",
|
|
"@storybook/addon-themes": "catalog:storybook",
|
|
"@storybook/addon-vitest": "catalog:storybook",
|
|
"@storybook/vue3-vite": "catalog:storybook",
|
|
"storybook-addon-vue-mdx": "3.0.0",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "catalog:frontend",
|
|
"@vitest/browser-playwright": "^4.0.16",
|
|
"@vitest/coverage-v8": "catalog:",
|
|
"@vue/tsconfig": "catalog:frontend",
|
|
"eslint-plugin-storybook": "catalog:storybook",
|
|
"playwright": "catalog:e2e",
|
|
"storybook": "catalog:storybook",
|
|
"typescript": "catalog:",
|
|
"unplugin-icons": "catalog:frontend",
|
|
"vite": "catalog:",
|
|
"vite-svg-loader": "catalog:frontend",
|
|
"remark-gfm": "^4.0.1",
|
|
"vitest": "catalog:",
|
|
"vue-tsc": "catalog:frontend"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:storybook/recommended"
|
|
]
|
|
}
|
|
}
|