forked from blocknative/web3-onboard
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
79 lines (79 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "dappauth",
"version": "0.0.0",
"description": "A Plug-n-Play UI interface for adding decentralized authentication to your dapp.",
"keywords": [
"ethereum",
"web3",
"wallet",
"dapp",
"simpleaswater",
"web3.0",
"portis",
"metamask",
"dapper",
"uport",
"trezor",
"ledger",
"fortmatic",
"bitski",
"squarelink",
"keybase",
"torus",
"3box",
"blockchain",
"ethereum",
"mainnet",
"rospsten",
"kovan",
"rinkeby",
"goerli"
],
"main": "dist/dappauth.js",
"module": "dist/dappauth.es5.js",
"typings": "dist/src/dappauth.d.ts",
"files": [
"dist"
],
"contributors": [
"Aaron Barnard <[email protected]>",
"Vaibhav Saini <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/dappkit/dappauth"
},
"license": "MIT",
"devDependencies": {
"@pyoner/svelte-ts-preprocess": "^1.2.1",
"@types/node": "^12.12.3",
"@joseph184/rollup-plugin-node-builtins": "^2.1.4",
"rollup": "^1.12.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "0.21.0",
"svelte": "^3.12.1",
"svelte-i18n": "^1.1.2-beta",
"typescript": "^3.6.4"
},
"dependencies": {
"@portis/web3": "^2.0.0-beta.42",
"@walletconnect/web3-provider": "^1.0.0-beta.36",
"authereum": "^0.0.4-beta.26",
"bignumber.js": "^9.0.0",
"bnc-sdk": "0.2.3",
"bowser": "^2.5.2",
"fortmatic": "^0.8.2",
"promise-cancelable": "^2.1.1",
"squarelink": "^1.1.3"
},
"scripts": {
"build": "rollup -c",
"test": "echo \"TBD\" && exit 0"
}
}