Skip to content

Commit

Permalink
chore: clean build tools (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Feb 13, 2025
1 parent f718428 commit b8e7277
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 94 deletions.
6 changes: 5 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import type { StorybookConfig } from 'storybook-react-rsbuild';
const config: StorybookConfig = {
framework: 'storybook-react-rsbuild',
stories: ['../stories/**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-essentials', '@storybook/addon-themes'],
addons: [
'@storybook/addon-essentials',
'@storybook/addon-themes',
'storybook-addon-rslib',
],
};

export default config;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rsbuild/core": "1.2.3",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-sass": "1.2.0",
"@rslib/core": "^0.4.0",
"@rslib/core": "^0.4.1",
"@rstack-dev/doc-ui": "workspace:*",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-themes": "^8.5.2",
Expand All @@ -109,6 +108,7 @@
"semver": "7.7.0",
"simple-git-hooks": "^2.11.1",
"storybook": "^8.5.2",
"storybook-addon-rslib": "^0.1.9",
"storybook-react-rsbuild": "0.1.8",
"typescript": "~5.7.3"
},
Expand Down
Loading

0 comments on commit b8e7277

Please sign in to comment.