|
42 | 42 | "test:nuxt": "vite test --project nuxt", |
43 | 43 | "test:types": "pnpm generate:lexicons && nuxt prepare && vue-tsc -b --noEmit && pnpm --filter npmx-connector test:types", |
44 | 44 | "test:unit": "vite test --project unit", |
45 | | - "start:playwright:webserver": "NODE_ENV=test pnpm preview --port 5678" |
| 45 | + "start:playwright:webserver": "NODE_ENV=test pnpm preview --port 5678", |
| 46 | + "storybook": "storybook dev -p 6006", |
| 47 | + "build-storybook": "storybook build" |
46 | 48 | }, |
47 | 49 | "dependencies": { |
48 | 50 | "@atproto/api": "^0.18.17", |
|
113 | 115 | "@e18e/eslint-plugin": "0.1.4", |
114 | 116 | "@intlify/core-base": "11.2.8", |
115 | 117 | "@npm/types": "2.1.0", |
| 118 | + "@nuxtjs/storybook": "^9.0.1", |
116 | 119 | "@playwright/test": "1.58.1", |
| 120 | + "@storybook/addon-a11y": "^10.2.7", |
| 121 | + "@storybook/addon-docs": "^10.2.7", |
117 | 122 | "@types/node": "24.10.9", |
118 | 123 | "@types/sanitize-html": "2.16.0", |
119 | 124 | "@types/semver": "7.7.1", |
|
132 | 137 | "oxlint": "1.42.0", |
133 | 138 | "schema-dts": "1.1.5", |
134 | 139 | "simple-git-hooks": "2.13.1", |
| 140 | + "storybook": "^10.2.7", |
135 | 141 | "typescript": "5.9.3", |
136 | 142 | "vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab", |
137 | 143 | "vitest-environment-nuxt": "1.0.1", |
|
0 commit comments