Skip to content

Commit

Permalink
Merge pull request #213 from nsslums/remove-sb
Browse files Browse the repository at this point in the history
remove storybook
  • Loading branch information
pantyetta committed Apr 3, 2024
2 parents d240344 + c319955 commit ca8517e
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 5,505 deletions.
14 changes: 0 additions & 14 deletions .storybook/main.ts

This file was deleted.

38 changes: 0 additions & 38 deletions .storybook/preview.js

This file was deleted.

17 changes: 0 additions & 17 deletions .storybook/webpack.config.js

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
nodeLinker: node-modules
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "prettier --write src/**/*.{tsx,ts,css}",
"prepare": "husky install"
},
Expand All @@ -27,7 +25,6 @@
"@fontsource/zen-old-mincho": "^5.0.3",
"@react-icons/all-files": "^4.1.0",
"@sideway/address": "^5.0.0",
"@storybook/addon-styling": "^1.3.0",
"babel-preset-react-app": "^10.0.1",
"facepaint": "^1.2.1",
"framer-motion": "^11.0.8",
Expand Down Expand Up @@ -61,14 +58,6 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.22",
"@storybook/addon-links": "^7.0.21",
"@storybook/addon-mdx-gfm": "^7.0.23",
"@storybook/blocks": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/react-webpack5": "^7.0.20",
"@storybook/testing-library": "^0.2.2",
"@types/facepaint": "^1.2.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
Expand All @@ -80,7 +69,6 @@
"husky": "^9.0.11",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"storybook": "^7.0.20",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit ca8517e

Please sign in to comment.