feat(header,footer,widgets ,page sections): new components
Showing
biome.json
0 → 100644
components/layout/Footer/Footer.stories.tsx
0 → 100644
components/layout/Footer/Footer.tsx
0 → 100644
components/layout/Footer/footer.css
0 → 100644
components/layout/Header/Header.stories.tsx
0 → 100644
components/layout/Header/Header.tsx
0 → 100644
components/layout/Header/header.css
0 → 100644
components/widgets/LoginModal/LoginModal.tsx
0 → 100644
components/widgets/ModalShell/ModalShell.tsx
0 → 100644
| ... | ... | @@ -7,33 +7,38 @@ |
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "eslint", | ||
| "lint:biome": "biome check .", | ||
| "lint:biome:fix": "biome check --write .", | ||
| "format": "biome format --write .", | ||
| "storybook": "storybook dev -p 6006", | ||
| "build-storybook": "storybook build" | ||
| }, | ||
| "dependencies": { | ||
| "next": "16.2.0", | ||
| "react": "19.2.4", | ||
| "react-dom": "19.2.4" | ||
| "react-dom": "19.2.4", | ||
| "uplot": "^1.6.32" | ||
| }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.4.8", | ||
| "@chromatic-com/storybook": "^5.0.2", | ||
| "@storybook/addon-a11y": "^10.3.1", | ||
| "@storybook/addon-docs": "^10.3.1", | ||
| "@storybook/addon-vitest": "^10.3.1", | ||
| "@storybook/nextjs-vite": "^10.3.1", | ||
| "@tailwindcss/postcss": "^4", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "@vitest/browser-playwright": "^4.1.0", | ||
| "@vitest/coverage-v8": "^4.1.0", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "16.2.0", | ||
| "playwright": "^1.58.2", | ||
| "storybook": "^10.3.1", | ||
| "tailwindcss": "^4", | ||
| "typescript": "^5", | ||
| "storybook": "^10.3.1", | ||
| "@storybook/nextjs-vite": "^10.3.1", | ||
| "@chromatic-com/storybook": "^5.0.2", | ||
| "@storybook/addon-vitest": "^10.3.1", | ||
| "@storybook/addon-a11y": "^10.3.1", | ||
| "@storybook/addon-docs": "^10.3.1", | ||
| "vite": "^8.0.1", | ||
| "vitest": "^4.1.0", | ||
| "playwright": "^1.58.2", | ||
| "@vitest/browser-playwright": "^4.1.0", | ||
| "@vitest/coverage-v8": "^4.1.0" | ||
| "vitest": "^4.1.0" | ||
| } | ||
| } |
112 KB
public/landing-footer-bg.png
0 → 100644
5.65 KB
public/landing-header-bg.png
0 → 100644
14.3 KB
public/maf-logo.png
0 → 100644
5.14 KB