Storybook responsive fix

This commit is contained in:
adilallo
2025-08-11 13:54:54 -06:00
parent 4ef658a355
commit 79ae558b60
21 changed files with 5371 additions and 159 deletions
+18 -2
View File
@@ -7,7 +7,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm rebuild lightningcss"
"postinstall": "npm rebuild lightningcss",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"next": "15.2.4",
@@ -15,11 +17,25 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.0",
"@eslint/eslintrc": "^3",
"@storybook/addon-a11y": "^9.1.2",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/addon-styling-webpack": "^2.0.0",
"@storybook/addon-viewport": "^9.0.8",
"@storybook/addon-vitest": "^9.1.2",
"@storybook/nextjs-vite": "^9.1.2",
"@tailwindcss/postcss": "^4.1.11",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-plugin-storybook": "^9.1.2",
"playwright": "^1.54.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.0"
"storybook": "^9.1.2",
"tailwindcss": "^4.0.0",
"vitest": "^3.2.4"
}
}