Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maisamaf committed Oct 18, 2023
1 parent bc370b9 commit 344770b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/nextjs-tailwind-event-landing-page.svg)](https://github.com/creativetimofficial/nextjs-tailwind-event-landing-page/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/nextjs-tailwind-event-landing-page.svg)](https://github.com/creativetimofficial/nextjs-tailwind-event-landing-page/issues?q=is%3Aissue+is%3Aclosed)

![Image](https://s3.amazonaws.com/creativetim_bucket/products/740/thumb/material-tailwind-react-events-details-template-thumbnail.jpg?1697625313)
![Image](https://s3.amazonaws.com/creativetim_bucket/products/740/original/material-tailwind-react-events-details-template-thumbnail.jpg?1697625313)

Introducing Tailwind Event Landing Page, a dynamic and visually appealing landing page template designed using Tailwind CSS and Material Tailwind.

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-tailwind-event-landing-page",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"author": "Creative Tim",
"license": "See license in https://www.creative-tim.com/license",
Expand All @@ -12,21 +12,21 @@
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.2",
"@heroicons/react": "2.0.18",
"@material-tailwind/react": "2.1.2",
"next": "13.4.0",
"react": "^18",
"react-dom": "^18"
"react": "18",
"react-dom": "18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"autoprefixer": "10",
"eslint": "8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
"postcss": "8",
"tailwindcss": "3",
"typescript": "5"
}
}

0 comments on commit 344770b

Please sign in to comment.