-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "@oasisdex/connectors",
"version": "0.1.1-alpha.39",
"description": "Web3-react connectors for Ledger, trezor and magic link",
"homepage": "https://github.com/OasisDEX/common#readme",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/OasisDEX/common.git"
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -b -w"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OasisDEX/common/issues"
},
"devDependencies": {
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/lodash": "^4.14.164",
"@types/web3-provider-engine": "^14.0.0"
},
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/subproviders": "^6.1.9",
"@0x/utils": "^6.1.0",
"@ledgerhq/hw-app-eth": "^5.27.1",
"@ledgerhq/hw-transport-webusb": "^5.45.0",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.7",
"ethjs-util": "^0.1.6",
"hdkey": "^2.0.1",
"lerna": "^6.5.1",
"lodash": "^4.17.10",
"magic-sdk": "^3.0.1",
"semaphore-async-await": "^1.5.1",
"trezor-connect": "^8.1.27",
"ts-essentials": "^7.0.1",
"web3": "^1.5.3",
"web3-provider-engine": "^14.0.1"
},
"gitHead": "16abc0b44289e5796f4346d37f1d72b9688914f3"
}