Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:indexnetwork/index into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
confxsd committed May 24, 2024
2 parents 5365db3 + ce953da commit f7bc5cc
Show file tree
Hide file tree
Showing 2 changed files with 5,075 additions and 982 deletions.
24 changes: 23 additions & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,48 @@
"semantic:build": "cd .semantic && npx gulp build"
},
"dependencies": {
"@3id/connect": "^0.4.1",
"@ceramicnetwork/3id-did-resolver": "^3.0.4",
"@ceramicnetwork/common": "^3.0.4",
"@ceramicnetwork/http-client": "^3.0.4",
"@ceramicnetwork/stream-tile": "^3.0.4",
"@ceramicnetwork/streamid": "^4.1.0",
"@composedb/client": "^0.5.2",
"@composedb/types": "^0.5.1",
"@didtools/cacao": "^2.0.0",
"@didtools/key-secp256k1": "^0.2.1",
"@didtools/pkh-ethereum": "^0.4.1",
"@ethersproject/address": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/providers": "^5.6.8",
"@lit-protocol/contracts-sdk": "4.1.1",
"@lit-protocol/lit-node-client": "4.1.1",
"@lit-protocol/uint8arrays": "4.1.1",
"@nanostores/react": "ai/react",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@reduxjs/toolkit": "^1.8.2",
"@self.id/web": "^0.5.0",
"@stablelib/random": "^1.0.1",
"@types/react-infinite-scroll-component": "^5.0.0",
"add": "^2.0.6",
"ai": "^2.1.19",
"axios": "^1.6.2",
"bitcoinjs-lib": "^6.1.0",
"caip": "^1.1.0",
"classcat": "^5.0.3",
"did-resolver": "^4.0.0",
"did-session": "^2.1.1",
"dids": "^4.0.4",
"elliptic": "^6.5.4",
"ethers": "^6.8.1",
"eventemitter3": "^5.0.1",
"formik": "^2.2.9",
"graphql": "16.8.1",
"ipfs-http-client": "^60.0.1",
"ipld-dag-cbor": "^1.0.1",
"key-did-provider-ed25519": "^3.0.2",
"key-did-resolver": "^3.0.0",
"lodash.debounce": "^4.0.8",
Expand Down Expand Up @@ -64,13 +82,17 @@
"remark-math": "^5.1.1",
"sanitize-html": "^2.7.0",
"sass": "^1.49.7",
"secp256k1": "^5.0.0",
"siwe": "^2.1.4",
"socket.io-client": "^4.5.1",
"styled-components": "^6.1.1",
"typescript-memoize": "^1.1.1",
"uint8arrays": "^4.0.3",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"yarn": "^1.22.19"
"web3-token": "^1.0.6",
"yarn": "^1.22.19",
"yup": "^1.3.2"
},
"devDependencies": {
"@datamodels/identity-profile-basic": "^0.2.0",
Expand Down
Loading

0 comments on commit f7bc5cc

Please sign in to comment.