Initial commit
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -9,19 +9,21 @@ |
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "next": "15.3.5", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "next": "15.3.5" | ||
| "react-markdown": "^10.1.0", | ||
| "swiper": "^11.2.10" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5", | ||
| "@eslint/eslintrc": "^3", | ||
| "@tailwindcss/postcss": "^4", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "@tailwindcss/postcss": "^4", | ||
| "tailwindcss": "^4", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "15.3.5", | ||
| "@eslint/eslintrc": "^3" | ||
| "tailwindcss": "^4", | ||
| "typescript": "^5" | ||
| } | ||
| } |
public/images/car-2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/car.jpg
0 → 100644
1010 KB
src/app/carousel/page.tsx
0 → 100644
src/app/markdown/page.tsx
0 → 100644
src/components/Card/Card.tsx
0 → 100644
src/components/MarkDownRenderer/MarkDown.tsx
0 → 100644