-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 965 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
{
"name": "server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@3id/connect": "^0.1.6",
"@ceramicnetwork/3id-did-resolver": "^1.3.1",
"@ceramicnetwork/http-client": "^1.2.0",
"@ceramicnetwork/stream-tile": "^1.2.0",
"@ceramicstudio/idx": "^0.12.1",
"@hoprnet/hopr-utils": "1.76.0-next.18",
"@urql/core": "^2.2.0",
"@usedapp/core": "^0.4.4",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"add": "^2.0.6",
"dids": "^2.4.0",
"ethers": "^5.4.4",
"graphql": "^15.5.1",
"isomorphic-fetch": "3.0.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"multiaddr": "^10.0.0",
"next": "~10.x",
"node-sass": "4.14.1",
"peer-id": "^0.15.3",
"react": "16.14.0",
"react-csv": "^2.0.3",
"react-dom": "16.14.0",
"yarn": "^1.22.11"
}
}