forked from LedgerHQ/ledger-live-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.19 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"engines": {
"node": ">=14"
},
"name": "@ledgerhq/live-common",
"description": "Common ground for the Ledger Live apps",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live-common"
},
"version": "21.3.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"prepare": "yarn build",
"build": "bash ./scripts/build-ts.sh",
"watch": "bash ./scripts/watch-ts.sh",
"updateAppSupportsQuitApp": "node scripts/updateAppSupportsQuitApp.js",
"prettier": "prettier --write 'src/**/*.?s' 'cli/src/**/*.?s'",
"lint": "eslint src",
"jest": "rimraf libcoredb && mkdir libcoredb && cross-env TZ=America/New_York jest",
"test": "yarn jest",
"ci-lint": "yarn lint",
"ci-test-common": "env-cmd -f ./.ci.env yarn test --ci --updateSnapshot && git diff --exit-code src",
"ci-setup-cli": "yalc publish && cd cli && yalc add @ledgerhq/live-common && yarn && yarn build && yarn link",
"ci-test-cli": "cd cli && yarn test",
"ci-test-bot": "env-cmd -f ./.ci.env yarn jest --testMatch '**/*.bot.ts'"
},
"files": [
"lib",
"src",
"react.js",
"reactNative.js"
],
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"react-redux": "7"
},
"dependencies": {
"@crypto-com/chain-jslib": "0.0.19",
"@hashgraph/sdk": "^2.0.30",
"@ledgerhq/compressjs": "1.3.2",
"@ledgerhq/cryptoassets": "6.5.0",
"@ledgerhq/devices": "6.3.0",
"@ledgerhq/errors": "6.2.0",
"@ledgerhq/hw-app-algorand": "6.3.0",
"@ledgerhq/hw-app-btc": "6.3.0",
"@ledgerhq/hw-app-cosmos": "6.3.0",
"@ledgerhq/hw-app-eth": "6.5.0",
"@ledgerhq/hw-app-polkadot": "6.3.0",
"@ledgerhq/hw-app-str": "6.3.0",
"@ledgerhq/hw-app-tezos": "6.3.0",
"@ledgerhq/hw-app-trx": "6.3.0",
"@ledgerhq/hw-app-xrp": "6.3.0",
"@ledgerhq/hw-transport": "6.3.0",
"@ledgerhq/hw-transport-mocker": "6.3.0",
"@ledgerhq/hw-transport-node-speculos": "6.3.0",
"@ledgerhq/live-app-sdk": "^0.2.0",
"@ledgerhq/logs": "6.2.0",
"@polkadot/types": "5.5.1",
"@polkadot/types-known": "5.5.1",
"@walletconnect/client": "1.6.0",
"@xstate/react": "^1.5.1",
"async": "^3.2.1",
"axios": "0.21.1",
"bchaddrjs": "^0.5.2",
"bignumber.js": "^9.0.1",
"bip32-path": "^0.4.2",
"blake2b": "^2.1.3",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"cashaddrjs": "^0.4.4",
"crypto-js": "^4.1.1",
"eip55": "^2.1.0",
"eth-sig-util": "3.0.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-common": "^1.5.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.1.0",
"expect": "^27.0.6",
"invariant": "^2.2.2",
"isomorphic-ws": "^4.0.1",
"json-rpc-2.0": "^0.2.18",
"lodash": "^4.17.21",
"lru-cache": "5.1.1",
"numeral": "^2.0.6",
"performance-now": "^2.1.0",
"prando": "^6.0.1",
"redux": "^4.1.1",
"reselect": "^4.0.0",
"ripemd160": "^2.0.2",
"ripple-binary-codec": "^1.1.3",
"ripple-bs58check": "^2.0.2",
"ripple-lib": "1.9.8",
"rxjs": "6",
"rxjs-compat": "^6.6.7",
"secp256k1": "^4.0.2",
"semver": "^7.3.5",
"sha.js": "^2.4.11",
"stellar-sdk": "^8.2.5",
"triple-beam": "^1.3.0",
"winston": "^3.3.3",
"xstate": "^4.23.1"
},
"devDependencies": {
"@svgr/core": "^5.5.0",
"@testing-library/react-hooks": "^4.0.1",
"@types/jest": "^26.0.24",
"@types/node": "14.17.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"benchmark": "^2.1.4",
"cross-env": "^7.0.3",
"env-cmd": "*",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"glob": "^7.1.7",
"jest": "^27.0.6",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.4",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"timemachine": "^0.3.2",
"ts-jest": "^27.0.4",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
}
}