-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@orbisclub/orbis-sdk",
"version": "0.4.89",
"description": "Official package to implement quickly an Orbis powered decentralized social layer within your application.",
"author": "Baptiste Grève",
"license": "ISC",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.13.0-hotfix.0",
"@ceramicnetwork/stream-tile": "^2.12.0-hotfix.0",
"@didtools/pkh-ethereum": "^0.0.3",
"@didtools/pkh-solana": "^0.0.4",
"@didtools/pkh-stacks": "^0.1.0",
"@didtools/pkh-tezos": "^0.0.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/strings": "^5.6.1",
"@lit-protocol/sdk-browser": "^1.1.238",
"@supabase/supabase-js": "^1.35.3",
"axios": "^1.1.3",
"did-session": "^1.0.0",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.3.0",
"react-image-file-resizer": "^0.4.8"
}
}