Storybook created
This commit is contained in:
+16
-2
@@ -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,23 @@
|
||||
"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",
|
||||
"tailwindcss": "^4.0.0"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user