|
65 | 65 | "coverage": "yarn test --coverage", |
66 | 66 | "analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp", |
67 | 67 | "update:jitsi": "curl -s https://meet.element.io/libs/external_api.min.js > ./res/jitsi_external_api.min.js", |
68 | | - "postinstall": "patch-package" |
| 68 | + "postinstall": "patch-package", |
| 69 | + "storybook": "storybook dev -p 6007", |
| 70 | + "build-storybook": "storybook build" |
69 | 71 | }, |
70 | 72 | "resolutions": { |
71 | 73 | "**/pretty-format/react-is": "19.1.0", |
|
187 | 189 | "@principalstudio/html-webpack-inject-preload": "^1.2.7", |
188 | 190 | "@rrweb/types": "^2.0.0-alpha.18", |
189 | 191 | "@sentry/webpack-plugin": "^3.0.0", |
| 192 | + "@storybook/addon-designs": "^10.0.1", |
| 193 | + "@storybook/addon-docs": "^9.0.12", |
| 194 | + "@storybook/addon-styling-webpack": "^2.0.0", |
| 195 | + "@storybook/addon-webpack5-compiler-swc": "^3.0.0", |
| 196 | + "@storybook/react-webpack5": "^9.0.12", |
190 | 197 | "@stylistic/eslint-plugin": "^4.0.0", |
191 | 198 | "@svgr/webpack": "^8.0.0", |
192 | 199 | "@testing-library/dom": "^10.4.0", |
|
246 | 253 | "eslint-plugin-react": "^7.28.0", |
247 | 254 | "eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", |
248 | 255 | "eslint-plugin-react-hooks": "^5.0.0", |
| 256 | + "eslint-plugin-storybook": "^9.0.12", |
249 | 257 | "eslint-plugin-unicorn": "^56.0.0", |
250 | 258 | "express": "^5.0.0", |
251 | 259 | "fake-indexeddb": "^6.0.0", |
|
286 | 294 | "rimraf": "^6.0.0", |
287 | 295 | "semver": "^7.5.2", |
288 | 296 | "source-map-loader": "^5.0.0", |
| 297 | + "storybook": "^9.0.12", |
289 | 298 | "stylelint": "^16.13.0", |
290 | 299 | "stylelint-config-standard": "^38.0.0", |
291 | 300 | "stylelint-scss": "^6.0.0", |
|
0 commit comments