Skip to content

Commit

Permalink
refactor: remove storybook (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozonome committed Nov 11, 2023
1 parent 6ce30b3 commit 9ce9529
Show file tree
Hide file tree
Showing 14 changed files with 1,965 additions and 9,596 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ module.exports = {
"sznm/react",
"plugin:react/jsx-runtime",
"plugin:@next/next/recommended",
"plugin:storybook/recommended",
],
};
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ sitemap*.xml

*rules.json

# storybook
storybook-static/

# Sentry
.sentryclirc
# turborepo
Expand Down
52 changes: 0 additions & 52 deletions .storybook/main.js

This file was deleted.

7 changes: 0 additions & 7 deletions .storybook/mainTheme.js

This file was deleted.

7 changes: 0 additions & 7 deletions .storybook/manager.js

This file was deleted.

42 changes: 0 additions & 42 deletions .storybook/preview.tsx

This file was deleted.

1 change: 0 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const CommitLintConfiguration = {
"seo",
"sentry",
"services",
"storybook",
"theme",
"types",
"ui",
Expand Down
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"format": "prettier --write src",
"release": "cross-env HUSKY=0 standard-version",
"push-release": "git push --follow-tags origin dev",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"generate-rules": "ts-node tools/generateRules.ts",
Expand Down Expand Up @@ -54,19 +52,9 @@
"zustand": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@chakra-ui/storybook-addon": "^5.0.1",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@jahed/firebase-rules": "^1.1.0",
"@storybook/addon-a11y": "^7.5.1",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-mdx-gfm": "^7.5.1",
"@storybook/addon-storysource": "^7.5.1",
"@storybook/nextjs": "^7.5.1",
"@storybook/react": "^7.5.1",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
Expand All @@ -79,16 +67,12 @@
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-config-sznm": "^2.0.2",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"next-sitemap": "^4.2.3",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"storybook": "^7.5.1",
"storybook-addon-performance": "^0.17.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2"
},
"repository": {
Expand Down

0 comments on commit 9ce9529

Please sign in to comment.