implementing components in story book
Showing
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
.storybook/vitest.setup.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -7,21 +7,36 @@ | ... | @@ -7,21 +7,36 @@ |
"dev": "vite", | "dev": "vite", | ||
"build": "vite build", | "build": "vite build", | ||
"lint": "eslint .", | "lint": "eslint .", | ||
"preview": "vite preview" | "preview": "vite preview", | ||
"storybook": "storybook dev -p 6006", | |||
"build-storybook": "storybook build" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"react": "^19.1.0", | "react": "^19.1.0", | ||
"react-dom": "^19.1.0" | "react-dom": "^19.1.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@chromatic-com/storybook": "^4.0.0", | |||
"@eslint/js": "^9.25.0", | "@eslint/js": "^9.25.0", | ||
"@storybook/addon-a11y": "^9.0.4", | |||
"@storybook/addon-docs": "^9.0.4", | |||
"@storybook/addon-onboarding": "^9.0.4", | |||
"@storybook/addon-vitest": "^9.0.4", | |||
"@storybook/react-vite": "^9.0.4", | |||
"@types/react": "^19.1.2", | "@types/react": "^19.1.2", | ||
"@types/react-dom": "^19.1.2", | "@types/react-dom": "^19.1.2", | ||
"@vitejs/plugin-react": "^4.4.1", | "@vitejs/plugin-react": "^4.4.1", | ||
"@vitest/browser": "^3.2.0", | |||
"@vitest/coverage-v8": "^3.2.0", | |||
"eslint": "^9.25.0", | "eslint": "^9.25.0", | ||
"eslint-plugin-react-hooks": "^5.2.0", | "eslint-plugin-react-hooks": "^5.2.0", | ||
"eslint-plugin-react-refresh": "^0.4.19", | "eslint-plugin-react-refresh": "^0.4.19", | ||
"eslint-plugin-storybook": "^9.0.4", | |||
"globals": "^16.0.0", | "globals": "^16.0.0", | ||
"vite": "^6.3.5" | "playwright": "^1.52.0", | ||
"prop-types": "^15.8.1", | |||
"storybook": "^9.0.4", | |||
"vite": "^6.3.5", | |||
"vitest": "^3.2.0" | |||
} | } | ||
} | } |
src/assets/fonts.css
0 → 100644
src/assets/fonts/Poppins-Bold.ttf
0 → 100644
File added
src/assets/fonts/Poppins-Medium.ttf
0 → 100644
File added
vitest.workspace.js
0 → 100644
Please
register
or
sign in
to comment