forked from AssetMantle/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.18 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
{
"name": "AssetMantleWallet",
"version": "2.1.5",
"private": true,
"dependencies": {
"@cosmjs/crypto": "^v0.27.1",
"@cosmjs/encoding": "^v0.27.1",
"@cosmjs/ledger-amino": "^v0.27.1",
"@cosmjs/math": "^v0.27.1",
"@cosmjs/proto-signing": "^v0.27.1",
"@cosmjs/stargate": "^v0.27.1",
"@cosmjs/tendermint-rpc": "^v0.27.1",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@sentry/browser": "^6.17.4",
"@sentry/react": "^6.17.4",
"@sentry/tracing": "^6.17.4",
"@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",
"axios": "^0.21.1",
"bip39": "^3.0.2",
"bootstrap": "^4.6.0",
"coingecko-api": "^1.0.10",
"cosmjs-types": "^0.4.1",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"is-empty": "^1.2.0",
"lodash": "^4.17.21",
"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-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-i18next": "^11.8.6",
"react-mailchimp-subscribe": "^2.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-select": "^5.2.2",
"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": {
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2",
"long": "^5.2.0"
}
}