-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1011 Bytes
/
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
41
{
"scripts": {
"dev": "next dev"
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^2.19.0",
"@ceramicnetwork/http-client": "^2.26.0",
"@ceramicnetwork/stream-tile": "^2.25.0",
"@composedb/client": "^0.4.4",
"@didtools/pkh-ethereum": "^0.4.0",
"@lit-protocol/lit-node-client": "^2.2.41",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"esbuild": "0.18.11",
"ethers": "^5.7.2",
"ipfs-http-client": "^60.0.1",
"key-did-provider-ed25519": "^3.0.1",
"key-did-resolver": "^3.0.0",
"lit-js-sdk": "^1.1.250",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"wagmi": "^0.12.1",
"web3": "^4.0.3",
"xhr2": "^0.2.1",
"xmlhttprequest": "^1.8.0"
},
"type": "module",
"browser": {
"fs": false,
"os": false,
"path": false
},
"devDependencies": {
"child_process": "^1.0.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"url": "^0.11.1"
}
}