forked from persistenceOne/persistenceWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.43 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
{
"name": "pwallet",
"private": true,
"dependencies": {
"@cosmjs/amino": "^v0.25.4",
"@cosmjs/crypto": "^v0.25.4",
"@cosmjs/encoding": "^v0.25.4",
"@cosmjs/launchpad": "^v0.25.4",
"@cosmjs/ledger-amino": "git://github.com/persistenceOne/ledger-amino.git#v0.1.1",
"@cosmjs/math": "^0.25.4",
"@cosmjs/proto-signing": "^v0.25.4",
"@cosmjs/stargate": "^v0.25.4",
"@cosmjs/tendermint-rpc": "^v0.25.4",
"@cosmjs/utils": "^v0.25.4",
"@cosmostation/cosmosjs": "^0.9.5",
"@ledgerhq/hw-transport": "^5.51.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@tendermint/sig": "^0.6.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/create-hash": "^1.2.2",
"@types/secp256k1": "^4.0.1",
"async": "^3.2.0",
"axios": "^0.21.1",
"bech32": "^1.1.3",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^4.0.2",
"bootstrap": "^4.6.0",
"crypto": "^1.0.1",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"lodash": "^4.17.21",
"material-ui-dropzone": "^3.5.0",
"moment": "^2.29.1",
"mui-datatables": "^3.7.6",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-copy-to-clipboard": "^5.0.3",
"react-data-table-component": "^6.11.6",
"react-dom": "^17.0.1",
"react-download-link": "^2.3.0",
"react-i18next": "^11.8.6",
"react-mailchimp-subscribe": "^2.1.0",
"react-multiselect-checkboxes": "^0.1.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2"
}
}