Initial commit
Showing
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
components/Base/Form/button/Button.jsx
0 → 100644
components/Base/Form/search/Search.jsx
0 → 100644
components/Base/Icons/Icons.jsx
0 → 100644
components/Base/Icons/Icons.module.css
0 → 100644
components/Base/Icons/Icons.stories.jsx
0 → 100644
components/Base/Typography/Typo.jsx
0 → 100644
components/Base/Typography/Typo.stories.jsx
0 → 100644
components/Card/Header.jsx
0 → 100644
components/Card/Header.module.css
0 → 100644
components/Card/Header.stories.jsx
0 → 100644
components/Layout/Card/Header.jsx
0 → 100644
components/Layout/Card/Header.stories.jsx
0 → 100644
components/Shared/Card/Card.jsx
0 → 100644
components/Shared/Card/Card.module.css
0 → 100644
components/Shared/Card/Card.stories.jsx
0 → 100644
components/Top-level/Card/Card.jsx
0 → 100644
components/Top-level/Card/Card.module.css
0 → 100644
components/Top-level/Card/Card.stories.jsx
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -6,18 +6,31 @@ |
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
"lint": "next lint", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build" | ||
}, | ||
"dependencies": { | ||
"@faker-js/faker": "^9.9.0", | ||
"classnames": "^2.5.1", | ||
"clsx": "^2.1.1", | ||
"next": "15.3.5", | ||
"prop-types": "^15.8.1", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"next": "15.3.5" | ||
"styled-components": "^6.1.19" | ||
}, | ||
"devDependencies": { | ||
"@eslint/eslintrc": "^3", | ||
"@storybook/addon-themes": "^9.0.16", | ||
"@storybook/nextjs": "^9.0.16", | ||
"@tailwindcss/postcss": "^4", | ||
"tailwindcss": "^4", | ||
"autoprefixer": "^10.4.21", | ||
"eslint": "^9", | ||
"eslint-config-next": "15.3.5", | ||
"@eslint/eslintrc": "^3" | ||
"eslint-plugin-storybook": "^9.0.16", | ||
"postcss": "^8.5.6", | ||
"storybook": "^9.0.16", | ||
"tailwindcss": "^3.4.17" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/file.svg
deleted
100644 → 0
public/globe.svg
deleted
100644 → 0
public/images/a1.jpg
0 → 100644
10.5 KB
public/images/a2.jpg
0 → 100644
6.15 KB
public/images/a3.jpg
0 → 100644
7.36 KB
public/images/blogsingle.jpg
0 → 100644
95.9 KB
public/images/fashion.jpg
0 → 100644
28 KB
public/images/lifestyle1.jpg
0 → 100644
40.3 KB
public/images/lifestyle2.jpg
0 → 100644
25.2 KB
public/images/lifestyle3.jpg
0 → 100644
56.7 KB
public/images/lifestyle4.jpg
0 → 100644
21.3 KB
public/images/lifestyle5.jpg
0 → 100644
47 KB
public/images/lifestyle6.jpg
0 → 100644
64.8 KB
public/images/lifestyle7.jpg
0 → 100644
34.7 KB
public/images/lifestyle8.jpg
0 → 100644
39.7 KB
public/next.svg
deleted
100644 → 0
public/vercel.svg
deleted
100644 → 0
public/window.svg
deleted
100644 → 0
tailwind.config.js
0 → 100644