Skip to content

Commit

Permalink
Merge pull request #47 from oceanprotocol/feat/dashboard-homepage
Browse files Browse the repository at this point in the history
Feat/dashboard homepage
  • Loading branch information
tom1145 authored Dec 6, 2024
2 parents cfaf121 + ea83761 commit b813442
Show file tree
Hide file tree
Showing 83 changed files with 5,636 additions and 426 deletions.
627 changes: 627 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dayjs": "^1.11.10",
"ethers": "^6.10.0",
"express": "^4.18.2",
"jparticles": "^3.5.0",
"leaflet": "^1.9.4",
"micromodal": "^0.4.10",
"next": "^14.1.1",
Expand All @@ -34,7 +35,10 @@
"react-leaflet": "^4.2.1",
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"recharts": "^2.13.0",
"styled-components": "^6.1.1",
"three": "^0.169.0",
"vanta": "^0.5.24",
"viem": "^2.8.14",
"wagmi": "^2.5.11"
},
Expand All @@ -44,6 +48,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-leaflet": "^3.0.0",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
Expand Down
Binary file added public/fonts/SharpSans-Bold.otf
Binary file not shown.
Binary file added public/fonts/SharpSans-Book.otf
Binary file not shown.
Binary file added public/fonts/SharpSans-Light.otf
Binary file not shown.
Binary file added public/fonts/SharpSans-Medium.otf
Binary file not shown.
Binary file added public/fonts/SharpSans-Thin.otf
Binary file not shown.
Binary file added public/fonts/SharpSansDispNo1-Bold.otf
Binary file not shown.
3 changes: 3 additions & 0 deletions public/icons/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/icons/meetup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/icons/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b813442

Please sign in to comment.