feat(storybook): add locale selction & theme selection
Showing
.storybook/preview.ts
deleted
100644 → 0
.storybook/preview.tsx
0 → 100644
.storybook/style.css
0 → 100644
... | @@ -36,6 +36,7 @@ | ... | @@ -36,6 +36,7 @@ |
"@storybook/nextjs": "^8.1.4", | "@storybook/nextjs": "^8.1.4", | ||
"@storybook/react": "8.1.4", | "@storybook/react": "8.1.4", | ||
"@storybook/test": "8.1.4", | "@storybook/test": "8.1.4", | ||
"@storybook/theming": "^8.1.5", | |||
"@types/eslint": "^8.56.10", | "@types/eslint": "^8.56.10", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
... | @@ -46,6 +47,7 @@ | ... | @@ -46,6 +47,7 @@ |
"prettier": "^3.2.5", | "prettier": "^3.2.5", | ||
"pretty-quick": "^4.0.0", | "pretty-quick": "^4.0.0", | ||
"storybook": "^8.1.4", | "storybook": "^8.1.4", | ||
"storybook-dark-mode": "^4.0.1", | |||
"webpack-bundle-analyzer": "^4.10.2" | "webpack-bundle-analyzer": "^4.10.2" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment