|
42 | 42 | "postpublish": "del ./package", |
43 | 43 | "emitDeclarations": "tsc --emitDeclarationOnly", |
44 | 44 | "build": "rollup -c && pnpm emitDeclarations", |
45 | | - "start:storybook": "start-storybook -p 6006 --ci", |
46 | | - "build:storybook": "del ./storybook-static; NODE_ENV=production build-storybook", |
| 45 | + "start:storybook": "storybook dev -p 6006 --ci", |
| 46 | + "build:storybook": "del ./storybook-static; NODE_ENV=production storybook build", |
47 | 47 | "test:lint": "eslint \"src/**/*.{ts,tsx}\" \"stories/**/*.{ts,tsx}\" \"sandboxes/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\"", |
48 | 48 | "test:unit": "vitest run --coverage", |
49 | 49 | "test:unit:watch": "vitest watch", |
|
70 | 70 | "@storybook/addon-actions": "^8.4.7", |
71 | 71 | "@storybook/addon-controls": "^8.4.7", |
72 | 72 | "@storybook/addon-docs": "^8.4.7", |
73 | | - "@storybook/addons": "^7.6.17", |
74 | | - "@storybook/builder-vite": "^8.4.7", |
75 | | - "@storybook/client-api": "^7.6.17", |
| 73 | + "@storybook/preview-api": "^8.4.7", |
76 | 74 | "@storybook/client-logger": "^8.4.7", |
| 75 | + "@storybook/manager-api": "^8.4.7", |
77 | 76 | "@storybook/react": "^8.4.7", |
| 77 | + "@storybook/react-vite": "^8.4.7", |
| 78 | + "@storybook/theming": "^8.4.7", |
78 | 79 | "@swc/core": "^1.10.1", |
79 | 80 | "@swc/helpers": "^0.5.15", |
80 | 81 | "@testing-library/dom": "^10.4.0", |
|
118 | 119 | "simple-github-release": "^1.0.0", |
119 | 120 | "size-limit": "^8.0.0", |
120 | 121 | "standard-version": "^9.3.1", |
| 122 | + "storybook": "^8.4.7", |
121 | 123 | "tsd": "^0.25.0", |
122 | 124 | "typescript": "^4.9.4", |
123 | 125 | "vite": "^6.0.3", |
|
133 | 135 | ] |
134 | 136 | } |
135 | 137 | } |
136 | | - } |
| 138 | + }, |
| 139 | + "packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" |
137 | 140 | } |
0 commit comments