Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed May 23, 2024
1 parent ad64b8b commit a9d1bee
Show file tree
Hide file tree
Showing 6 changed files with 970 additions and 5,255 deletions.
5 changes: 0 additions & 5 deletions web-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ yarn-error.log*

# typescript
*.tsbuildinfo

.idea/


key-did-provider-secp256k1

.yarn
24 changes: 1 addition & 23 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,48 +11,30 @@
"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 @@ -81,17 +63,13 @@
"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",
"web3-token": "^1.0.6",
"yarn": "^1.22.19",
"yup": "^1.3.2"
"yarn": "^1.22.19"
},
"devDependencies": {
"@datamodels/identity-profile-basic": "^0.2.0",
Expand Down
74 changes: 0 additions & 74 deletions web-app/src/components/site/forms/SignInForm/index.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions web-app/src/components/site/forms/SignUpForm/index.tsx

This file was deleted.

76 changes: 0 additions & 76 deletions web-app/src/hooks/useSocket.ts

This file was deleted.

Loading

0 comments on commit a9d1bee

Please sign in to comment.