Revert "Storybook created"

This reverts commit acc572e6be.
This commit is contained in:
adilallo
2025-08-11 12:00:34 -06:00
parent acc572e6be
commit 4ef658a355
37 changed files with 13 additions and 4880 deletions
+2 -16
View File
@@ -7,9 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm rebuild lightningcss",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"postinstall": "npm rebuild lightningcss"
},
"dependencies": {
"next": "15.2.4",
@@ -17,23 +15,11 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.0",
"@eslint/eslintrc": "^3",
"@storybook/addon-a11y": "^9.1.1",
"@storybook/addon-docs": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-vitest": "^9.1.1",
"@tailwindcss/postcss": "^4.1.11",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-plugin-storybook": "^9.1.1",
"postcss": "^8.5.6",
"storybook": "^9.1.1",
"tailwindcss": "^4.0.0",
"@storybook/nextjs-vite": "^9.1.1",
"vitest": "^3.2.4",
"@vitest/browser": "^3.2.4",
"playwright": "^1.54.2",
"@vitest/coverage-v8": "^3.2.4"
"tailwindcss": "^4.0.0"
}
}