Skip to content

Commit 5f580d4

Browse files
committed
feat: migrate storybook to separate repo
1 parent 1292d80 commit 5f580d4

22 files changed

+91
-3120
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
'airbnb',
4343
'airbnb/hooks',
4444
'prettier',
45-
'plugin:storybook/recommended',
4645
],
4746
rules: {
4847
'prettier/prettier': ['error'],

.storybook/main.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

.storybook/preview-head.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

.storybook/storybook.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile.storybook

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
"test:ci": "jest --watchAll=false --ci --json --coverage --testLocationInResults --outputFile=report.json",
6464
"jest": "jest",
6565
"lint-staged": "lint-staged",
66-
"storybook": "IS_STORYBOOK=true storybook dev -p 6006",
67-
"build-storybook": "IS_STORYBOOK=true storybook build",
6866
"postinstall": "patch-package"
6967
},
7068
"browserslist": [
@@ -76,15 +74,6 @@
7674
"devDependencies": {
7775
"@playwright/test": "^1.32.1",
7876
"@sentry/cli": "^2.2.0",
79-
"@storybook/addon-a11y": "^8.4.2",
80-
"@storybook/addon-actions": "^8.4.2",
81-
"@storybook/addon-essentials": "^8.4.2",
82-
"@storybook/addon-interactions": "^8.4.2",
83-
"@storybook/addon-links": "^8.4.2",
84-
"@storybook/blocks": "^8.4.2",
85-
"@storybook/react": "^8.4.2",
86-
"@storybook/react-vite": "^8.4.2",
87-
"@storybook/test": "^8.4.2",
8877
"@testing-library/jest-dom": "^5.16.2",
8978
"@testing-library/react": "^12.1.4",
9079
"@types/jest": "^27.4.1",
@@ -109,7 +98,6 @@
10998
"eslint-plugin-react": "^7.33.2",
11099
"eslint-plugin-react-hooks": "^4.6.0",
111100
"eslint-plugin-simple-import-sort": "^12.1.1",
112-
"eslint-plugin-storybook": "^0.8.0",
113101
"husky": "^7.0.4",
114102
"jest-extended": "^2.0.0",
115103
"jest-junit": "^13.0.0",
@@ -123,7 +111,6 @@
123111
"react-test-render": "^1.1.2",
124112
"sass": "^1.69.7",
125113
"sharp": "^0.33.5",
126-
"storybook": "^8.4.2",
127114
"svgo": "^3.3.2",
128115
"ts-jest": "29.2.5",
129116
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)