diff --git a/.gitignore b/.gitignore index d1595af4..bc4c1e70 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ coverage out/ build +# storybook +storybook-static + # misc .DS_Store *.pem diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 218ff354..f6492834 100644 --- a/docs/storybook/package.json +++ b/docs/storybook/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "license": "MIT", "scripts": { - "lint": "eslint \"**/*.ts*\"", "storybook": "storybook dev -p 6006", - "build": "storybook build" + "build": "storybook build", + "lint": "eslint \"**/*.ts*\"" }, "devDependencies": { "@sickgyun/eslint-config": "workspace:*", @@ -29,7 +29,6 @@ "@sickgyun/design-token": "workspace:*", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "next": "14.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac56ec76..865d6f2e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -250,9 +250,6 @@ importers: '@sickgyun/ui': specifier: workspace:* version: link:../../packages/ui - next: - specifier: 14.0.2 - version: 14.0.2(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0