-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 955 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
{
"name": "@nextdapp/account",
"version": "0.6.1",
"scripts": {
"build": "babel src --out-dir lib"
},
"main": "lib",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1"
},
"peerDependencies": {
"next": "^9.4.4",
"ramda": "^0.27.0",
"react": "^16.13.1"
},
"license": "MIT",
"dependencies": {
"3box": "^1.19.0",
"@nextdapp/firebase": "^0.8.0",
"@nextdapp/util": "^0.16.0",
"base64url": "^3.0.1",
"did-jwt": "^4.3.3",
"did-resolver": "^1.1.0",
"dotenv": "^8.2.0",
"ethr-did-resolver": "^2.2.0",
"identicon.js": "^2.3.3",
"js-sha256": "^0.9.0",
"nookies": "^2.3.0",
"rebass": "^4.0.7",
"steemconnect": "^3.0.4",
"uport-connect": "^1.1.11",
"uport-credentials": "^1.3.0",
"uport-transports": "^0.2.6"
}
}