feat: add sheet component and docs qa baseline
This commit is contained in:
@@ -12,11 +12,14 @@
|
||||
"dev:docs": "pnpm --filter @ai-ui/docs storybook",
|
||||
"lint": "eslint .",
|
||||
"test": "pnpm --filter @ai-ui/ui test",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:smoke": "playwright test tests/e2e/storybook-smoke.spec.ts",
|
||||
"test:watch": "pnpm --filter @ai-ui/ui test:watch",
|
||||
"typecheck": "pnpm -r typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@playwright/test": "^1.55.0",
|
||||
"@storybook/addon-a11y": "^8.6.14",
|
||||
"@storybook/addon-essentials": "^8.6.14",
|
||||
"@storybook/addon-interactions": "^8.6.14",
|
||||
|
||||
Reference in New Issue
Block a user