-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.04 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": "create-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ceramicnetwork/http-client": "^0.9.6",
"@ceramicstudio/idx": "^0.7.0",
"@ceramicstudio/idx-tools": "^0.7.0",
"@ethersproject/providers": "^5.0.5",
"@geist-ui/react": "^2.1.0-canary.1",
"@magic-ext/oauth": "^0.7.0",
"@magic-ext/webauthn": "^0.1.0",
"@magic-sdk/admin": "^1.3.0",
"@stablelib/random": "^1.0.0",
"@textile/hub": "^6.1.0",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
"dids": "^1.1.1",
"ethers": "^5.0.31",
"jsonwebtoken": "^8.5.1",
"key-did-provider-ed25519": "^1.0.0",
"magic-sdk": "^4.1.1",
"next": "9.4.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-feather": "^2.0.9",
"react-jss": "^10.5.1",
"socket.io-client": "^3.0.5",
"styled-jsx": "^3.2.5",
"swr": "^0.4.2",
"uint8arrays": "^2.1.2",
"web3modal": "^1.5.0"
}
}