forked from LedgerHQ/ledger-live-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 4.76 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "@ledgerhq/live-common",
"description": "Common ground for the Ledger Live apps",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live-common"
},
"version": "18.0.0",
"main": "lib/index.js",
"license": "Apache-2.0",
"scripts": {
"flow-typed": "flow-typed install -s",
"build": "./scripts/build.sh",
"prepare": "yarn build",
"watch": "node scripts/buildReactIcons.js && BABEL_ENV=cjs babel -wsd lib src & flow-copy-source -wv src lib",
"updateAppSupportsQuitApp": "node scripts/updateAppSupportsQuitApp.js",
"prettier": "prettier --write 'src/**/*.?s' 'cli/src/**/*.?s'",
"lint": "eslint src",
"flow": "flow src",
"jest": "rimraf libcoredb && mkdir libcoredb && cross-env TZ=America/New_York jest",
"test": "yarn jest",
"ci-lint": "yarn lint && yarn flow",
"ci-test-common": "cross-env EXPERIMENTAL_EXPLORERS=1 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": "cross-env EXPERIMENTAL_EXPLORERS=1 yarn jest --testMatch '**/*.bot.js'"
},
"files": [
"lib",
"src",
"flow",
"react.js",
"reactNative.js",
".flowconfig"
],
"jest": {
"testEnvironment": "node",
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"src/__tests__"
],
"modulePathIgnorePatterns": [
"<rootDir>/benchmark/.*",
"<rootDir>/cli/.yalc/.*"
],
"testPathIgnorePatterns": [
"benchmark/",
"tools/",
"mobile-test-app/",
"lib/",
".yalc",
"cli/",
"test-helpers/"
],
"moduleDirectories": [
"node_modules",
"cli/node_modules"
]
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-redux": "7"
},
"dependencies": {
"@ledgerhq/compressjs": "1.3.2",
"@ledgerhq/cryptoassets": "5.39.0",
"@ledgerhq/devices": "5.39.0",
"@ledgerhq/errors": "5.39.0",
"@ledgerhq/hw-app-btc": "^5.39.0",
"@ledgerhq/hw-app-eth": "5.39.0",
"@ledgerhq/hw-app-str": "^5.39.0",
"@ledgerhq/hw-app-trx": "5.39.0",
"@ledgerhq/hw-app-xrp": "5.39.0",
"@ledgerhq/hw-transport": "5.39.0",
"@ledgerhq/hw-transport-mocker": "^5.39.0",
"@ledgerhq/hw-transport-node-speculos": "^5.39.0",
"@ledgerhq/logs": "5.39.0",
"@polkadot/types": "2.7.1",
"@walletconnect/client": "1.3.4-rc.0",
"async": "^3.2.0",
"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.0.0",
"eip55": "^2.1.0",
"eth-sig-util": "3.0.0",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-common": "^1.5.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.7",
"expect": "^26.6.2",
"invariant": "^2.2.2",
"isomorphic-ws": "^4.0.1",
"lodash": "^4.17.20",
"lru-cache": "5.1.1",
"numeral": "^2.0.6",
"prando": "^5.1.2",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"ripemd160": "^2.0.2",
"ripple-binary-codec": "^1.1.0",
"ripple-bs58check": "^2.0.2",
"ripple-lib": "1.9.0",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"secp256k1": "^4.0.2",
"semver": "^7.3.4",
"sha.js": "^2.4.11",
"triple-beam": "^1.3.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@testing-library/react-hooks": "^4.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"flow-bin": "^0.133.0",
"flow-copy-source": "^2.0.9",
"flow-typed": "^2.6.2",
"glob": "^7.1.5",
"jest": "^26.6.3",
"prettier": "2.0.x",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-test-renderer": "^17.0.1",
"rimraf": "^3.0.2",
"svgr": "^1.10.0",
"timemachine": "^0.3.2"
}
}