|
23 | 23 | "#storybook/*": "./.storybook/*" |
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | | - "build": "vite build", |
| 26 | + "build": "vite build && rm -f tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json", |
27 | 27 | "clean": "rm -rf dist", |
28 | 28 | "dev": "vite build --watch", |
29 | 29 | "typecheck": "tsc --noEmit", |
|
36 | 36 | "solid-js": "catalog:" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "typescript": "catalog:", |
40 | | - "vite": "catalog:", |
41 | | - "vite-plugin-solid": "^2.10.2", |
42 | | - "storybook": "^10.1.9", |
43 | | - "storybook-solidjs-vite": "^10.0.9", |
44 | | - "playwright": "^1.57.0", |
45 | 39 | "@chromatic-com/storybook": "^4.1.3", |
46 | 40 | "@storybook/addon-a11y": "^10.1.9", |
47 | 41 | "@storybook/addon-docs": "^10.1.9", |
|
51 | 45 | "@storybook/builder-vite": "^10.1.9", |
52 | 46 | "@vitest/browser": "^4.0.15", |
53 | 47 | "@vitest/browser-playwright": "^4.0.15", |
54 | | - "@vitest/coverage-v8": "^4.0.15" |
| 48 | + "@vitest/coverage-v8": "^4.0.15", |
| 49 | + "playwright": "^1.57.0", |
| 50 | + "storybook": "^10.1.9", |
| 51 | + "storybook-solidjs-vite": "^10.0.9", |
| 52 | + "typescript": "catalog:", |
| 53 | + "vite": "catalog:", |
| 54 | + "vite-plugin-solid": "^2.10.2" |
55 | 55 | } |
56 | 56 | } |
0 commit comments