Some checks failed
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
52 lines
1.6 KiB
JSON
52 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",
|
|
"@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",
|
|
"vitest": "catalog:",
|
|
"vue-tsc": "catalog:frontend"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:storybook/recommended"
|
|
]
|
|
}
|
|
}
|