-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
115 lines (115 loc) · 3.39 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
{
"name": "commodo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cosmjs/crypto": "0.31.0",
"@cosmjs/encoding": "0.31.0",
"@cosmjs/ledger-amino": "0.31.0",
"@cosmjs/math": "0.31.0",
"@cosmjs/proto-signing": "0.31.0",
"@cosmjs/stargate": "0.31.0",
"@cosmjs/tendermint-rpc": "0.31.0",
"@emotion/react": "^11.11.1",
"@keplr-wallet/common": "^0.11.21",
"@keplr-wallet/stores": "^0.11.21",
"@ledgerhq/cryptoassets": "^7.0.0",
"@ledgerhq/hw-transport-webusb": "^6.27.7",
"@mantine/core": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@restart/context": "^2.1.4",
"@svgr/webpack": "^8.1.0",
"@tharsis/proto": "^0.1.20",
"@tharsis/provider": "^0.2.4",
"@tharsis/transactions": "^0.2.6",
"antd": "^5.0.0",
"axios": "^1.2.0",
"babel-plugin-import": "^1.13.0",
"browserify-zlib": "^0.2.0",
"classnames": "^2.3.2",
"coingecko-api": "^1.0.10",
"comdex-codec": "https://github.com/comdex-official/proto-codecs#development",
"cosmjs-types": "^0.5.2",
"craco-less": "^2.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"highcharts": "^10.0.0",
"highcharts-react-official": "^3.0.0",
"https-browserify": "^1.0.0",
"js-base64": "^3.7.3",
"lodash": "^4.17.21",
"long": "^5.2.1",
"moment": "^2.29.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-custom-scrollbars": "4.2.1",
"react-dom": "^18.0.0",
"react-responsive": "^9.0.2",
"react-router": "^6.4.1",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.1.1",
"react-uuid": "^2.0.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stridejs": "^0.4.2",
"style-loader": "^3.3.3",
"url": "^0.11.3",
"url-loader": "^4.1.1",
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"start-old-new": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build-old-new": "NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"start-old": "react-scripts start",
"build-old": "react-scripts build",
"test-old": "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": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@ledgerhq/cryptoassets": "^9.1.0",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"axios": "^1.3.4",
"customize-cra": "^1.0.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "2.8.8",
"prop-types": "^15.7.2",
"react-app-rewired": "^2.1.5",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"sass": "^1.60.0",
"sass-loader": "^13.3.2"
}
}