-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.46 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.46 KB
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
{
"name": "pwallet",
"version": "3.1.1",
"private": true,
"dependencies": {
"@cosmjs/crypto": "^0.36.1",
"@cosmjs/encoding": "^0.36.1",
"@cosmjs/ledger-amino": "^0.36.1",
"@cosmjs/math": "^0.36.1",
"@cosmjs/proto-signing": "^0.36.1",
"@cosmjs/stargate": "^0.36.1",
"@cosmjs/tendermint-rpc": "^0.36.1",
"@ledgerhq/hw-transport-webusb": "^6.29.12",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@sentry/browser": "^10.12.0",
"@sentry/react": "^10.12.0",
"@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": "1.12.0",
"bip39": "^3.0.2",
"bootstrap": "5.0.0",
"buffer": "^6.0.3",
"coingecko-api": "^1.0.10",
"cosmjs-types": "^0.8.0",
"crypto-browserify": "^3.12.0",
"decimal.js": "^10.5.0",
"https-browserify": "^1.0.0",
"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",
"persistenceonejs": "^3.0.2",
"prettier": "^2.8.8",
"process": "^0.11.10",
"qrcode.react": "^1.0.1",
"querystring-es3": "^0.2.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-ga4": "^1.4.1",
"react-i18next": "^11.8.6",
"react-mailchimp-subscribe": "^2.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.1",
"react-select": "^5.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.1.1",
"typescript": "^3.2.1",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"web-vitals": "^1.0.1",
"webpack": "5.94.0"
},
"scripts": {
"start": "react-app-rewired start",
"build:ipfs": "PUBLIC_URL=. react-app-rewired build",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"long": "^5.2.0",
"react-app-rewired": "^2.2.1"
}
}