forked from OrbisWeb3/orbis-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
39
40
{
"name": "@orbisclub/orbis-sdk",
"version": "0.4.04-beta.10",
"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/blockchain-utils-linking": "^2.0.8",
"@ceramicnetwork/http-client": "^2.3.1",
"@ceramicnetwork/stream-tile": "^2.4.0",
"@didtools/pkh-ethereum": "^0.0.2",
"@didtools/pkh-solana": "^0.0.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/strings": "^5.6.1",
"@supabase/supabase-js": "^1.35.3",
"axios": "^1.1.3",
"buffer": "^6.0.3",
"did-session": "^1.0.0",
"dids": "^3.3.0",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.4",
"lit-js-sdk": "^1.2.22",
"react-image-file-resizer": "^0.4.8",
"uint8arrays": "^3.1.0"
}
}