Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bichler committed Jan 22, 2023
1 parent e63aac5 commit fb4552e
Show file tree
Hide file tree
Showing 17 changed files with 3,664 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/babel", "next/core-web-vitals"]
}
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,26 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@lighthouse-web3/sdk": "^0.1.11",
"@next/font": "13.1.4",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"ethers": "^5.7.2",
"next": "13.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}
Loading

1 comment on commit fb4552e

@vercel
Copy link

@vercel vercel bot commented on fb4552e Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

labio – ./

labio.vercel.app
labio-mani.vercel.app
labio-git-main-mani.vercel.app

Please sign in to comment.