Started creating the general layout of the landing page

This commit is contained in:
Tiago Ribeiro
2023-10-08 23:11:00 +01:00
parent ff443aad4b
commit ed4a283ccc
8 changed files with 213 additions and 132 deletions

View File

@@ -9,19 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"next": "13.5.4"
"react-icons": "^4.11.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"eslint": "^8",
"eslint-config-next": "13.5.4"
"typescript": "^5"
}
}