Initial commit
Showing
... | @@ -9,19 +9,21 @@ | ... | @@ -9,19 +9,21 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"next": "15.3.5", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"next": "15.3.5" | "react-markdown": "^10.1.0", | ||
"swiper": "^11.2.10" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^5", | "@eslint/eslintrc": "^3", | ||
"@tailwindcss/postcss": "^4", | |||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^19", | "@types/react": "^19", | ||
"@types/react-dom": "^19", | "@types/react-dom": "^19", | ||
"@tailwindcss/postcss": "^4", | |||
"tailwindcss": "^4", | |||
"eslint": "^9", | "eslint": "^9", | ||
"eslint-config-next": "15.3.5", | "eslint-config-next": "15.3.5", | ||
"@eslint/eslintrc": "^3" | "tailwindcss": "^4", | ||
"typescript": "^5" | |||
} | } | ||
} | } |
public/images/car-2.jpg
0 → 100644
4.35 MB
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