Skip to content

Commit

Permalink
Add Research Page to view reports (#276)
Browse files Browse the repository at this point in the history
* Created research page with a PDF viewer, and added reports to public folder

* Theme matched the component styling and deleted package-lock as we dont use NPM

* view and title placed correctly

* good draft layout

* style perfecto

* delete redundant css file

---------

Co-authored-by: Rashmi-278 <[email protected]>
  • Loading branch information
jolow99 and Rashmi-278 authored Dec 14, 2024
1 parent 7528d3f commit 1ccf47d
Show file tree
Hide file tree
Showing 17 changed files with 7,532 additions and 35,569 deletions.
30,491 changes: 0 additions & 30,491 deletions daostar-website/package-lock.json

This file was deleted.

9 changes: 6 additions & 3 deletions daostar-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/popover2": "^1.12.0",
"@ensdomains/ensjs": "^3.7.0",
"@ensdomains/ensjs": "^4.0.2",
"@ethereum-attestation-service/eas-sdk": "1.4.0",
"@ethersproject/providers": "^5.7.2",
"@habx/apollo-multi-endpoint-link": "^2.9.0",
Expand All @@ -27,7 +27,6 @@
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"@web3modal/ethereum": "^2.0.0",
"@web3modal/react": "^2.0.0",
"apollo-link-http": "^1.5.17",
"axios": "^1.2.5",
Expand All @@ -39,8 +38,11 @@
"graphql": "^15.0.0",
"jest": "^29.4.1",
"loadjs": "^4.2.0",
"pdfjs-dist": "^3.4.120",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^19.0.0",
"react-pdf": "^9.1.1",
"react-router-dom": "^6.4.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
Expand All @@ -50,7 +52,7 @@
"typescript": "^5.2.2",
"typewriter-effect": "^2.19.0",
"validator": "^13.7.0",
"viem": "^1.19.11",
"viem": "^1.21.4",
"wagmi": "^1.3.9",
"web-vitals": "^2.1.4",
"web3": "^1.8.1"
Expand Down Expand Up @@ -84,6 +86,7 @@
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@testing-library/react": "^13.4.0",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"react-test-renderer": "^18.2.0",
"source-map-loader": "^4.0.1",
Expand Down
Loading

0 comments on commit 1ccf47d

Please sign in to comment.