-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "@digix/react-trezor-container",
"version": "1.1.9",
"description": "",
"main": "lib/index.js",
"scripts": {
"compile": "rm -rf lib/* && ./node_modules/.bin/babel src -d lib",
"prepublish": "npm run compile"
},
"dependencies": {
"bignumber.js": "7.2.1",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "5.2.0",
"ethereumjs-wallet": "0.6.0",
"trezor-connect": "^8.2.0",
"web3": "1.0.0-beta.34",
"web3-provider-engine": "^15.0.0"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^10.0.1",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^6.10.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DigixGlobal/react-trezor-container.git"
},
"keywords": [
"trezor",
"react-trezor"
],
"author": "Ricardo Banate",
"license": "ISC",
"bugs": {
"url": "https://github.com/DigixGlobal/react-trezor-container/issues"
},
"homepage": "https://github.com/DigixGlobal/react-trezor-container#readme"
}