Skip to content

Commit

Permalink
Revert "[#370] Storybook & Headless UI 추가 (#371)"
Browse files Browse the repository at this point in the history
This reverts commit 7ad8aef.
  • Loading branch information
gxxrxn authored Aug 20, 2024
1 parent dd45437 commit fdcde51
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 7,144 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals",
"plugin:storybook/recommended"
"next/core-web-vitals"
],
"rules": {
"@typescript-eslint/no-unused-vars": [
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/chromatic.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .storybook/main.ts

This file was deleted.

19 changes: 0 additions & 19 deletions .storybook/preview.ts

This file was deleted.

28 changes: 3 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@
"build": "next build",
"start": "next start -H local.dev.dadok.site",
"lint": "next lint",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.15",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.12",
"@types/node": "18.13.0",
Expand All @@ -34,38 +31,19 @@
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-styling": "^1.3.2",
"@storybook/blocks": "^7.0.26",
"@storybook/nextjs": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^6.5.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "^10.4.14",
"chromatic": "^6.19.9",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"postcss": "^8.4.25",
"prettier": "^2.8.4",
"storybook": "^7.0.26",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5",
"webpack": "^5.88.1"
"typescript": "^4.9.5"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint --fix --max-warnings 0",
"prettier --write"
]
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}
}
6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ContextProvider from '@/components/ContextProvider';
import { ReactNode } from 'react';
import '@/styles/global.css';

const RootLayout = ({ children }: { children: ReactNode }) => {
return (
Expand Down
42 changes: 0 additions & 42 deletions src/stories/Button.stories.ts

This file was deleted.

56 changes: 0 additions & 56 deletions src/stories/Button.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/stories/Switch.stories.ts

This file was deleted.

25 changes: 0 additions & 25 deletions src/stories/Switch.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/styles/global.css

This file was deleted.

14 changes: 0 additions & 14 deletions tailwind.config.js

This file was deleted.

Loading

0 comments on commit fdcde51

Please sign in to comment.