|
12 | 12 | "build-storybook": "storybook build" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
| 15 | + "lodash.kebabcase": "^4.1.1", |
15 | 16 | "react": "^19.2.0", |
16 | 17 | "react-dom": "^19.2.0" |
17 | 18 | }, |
18 | 19 | "devDependencies": { |
19 | | - "@chromatic-com/storybook": "^4.1.3", |
20 | 20 | "@eslint/js": "^9.39.1", |
21 | | - "@scouterna/ui-webc": "workspace:^", |
22 | 21 | "@scouterna/ui-react": "workspace:^", |
| 22 | + "@scouterna/ui-webc": "workspace:^", |
| 23 | + "@stencil/storybook-plugin": "^0.5.6", |
23 | 24 | "@storybook/addon-a11y": "^10.0.8", |
24 | 25 | "@storybook/addon-docs": "^10.0.8", |
25 | 26 | "@storybook/addon-vitest": "^10.0.8", |
26 | 27 | "@storybook/react-vite": "^10.0.8", |
| 28 | + "@types/lodash.kebabcase": "^4.1.9", |
27 | 29 | "@types/node": "^24.10.1", |
28 | 30 | "@types/react": "^19.2.5", |
29 | 31 | "@types/react-dom": "^19.2.3", |
30 | 32 | "@vitejs/plugin-react": "^5.1.1", |
| 33 | + "@vitest/browser-playwright": "^4.0.12", |
| 34 | + "@vitest/coverage-v8": "^4.0.12", |
31 | 35 | "eslint": "^9.39.1", |
32 | 36 | "eslint-plugin-react-hooks": "^7.0.1", |
33 | 37 | "eslint-plugin-react-refresh": "^0.4.24", |
34 | 38 | "eslint-plugin-storybook": "^10.0.8", |
35 | 39 | "globals": "^16.5.0", |
| 40 | + "playwright": "^1.56.1", |
36 | 41 | "storybook": "^10.0.8", |
37 | 42 | "typescript": "~5.9.3", |
38 | 43 | "typescript-eslint": "^8.46.4", |
39 | 44 | "vite": "^7.2.4", |
40 | | - "vitest": "^4.0.12", |
41 | | - "playwright": "^1.56.1", |
42 | | - "@vitest/browser-playwright": "^4.0.12", |
43 | | - "@vitest/coverage-v8": "^4.0.12" |
| 45 | + "vitest": "^4.0.12" |
44 | 46 | } |
45 | 47 | } |
0 commit comments