-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
124 lines (124 loc) · 3.78 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
116
117
118
119
120
121
122
123
124
{
"name": "dex-stable-token",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cosmjs/cosmwasm-stargate": "0.31.0",
"@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/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@keplr-wallet/common": "^0.11.17",
"@keplr-wallet/stores": "^0.11.17",
"@leapwallet/cosmos-snap-provider": "^0.1.23",
"@leapwallet/embedded-wallet-sdk-react": "^0.3.7",
"@ledgerhq/hw-transport-webusb": "^6.27.1",
"@mantine/core": "^5.9.4",
"@mantine/hooks": "^5.9.4",
"@restart/context": "^2.1.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@tharsis/proto": "^0.1.20",
"@tharsis/provider": "^0.2.4",
"@tharsis/transactions": "^0.2.6",
"antd": "^5.0.0",
"babel-plugin-import": "^1.13.0",
"bignumber.js": "^9.0.2",
"browserify-zlib": "^0.2.0",
"classnames": "^2.3.2",
"coingecko-api": "^1.0.10",
"comdex-codec": "comdex-official/proto-codecs#development",
"cosmjs-types": "^0.5.2",
"cosmwasm": "^1.1.1",
"crypto-browserify": "^3.12.0",
"decimal.js": "^10.4.3",
"duration-converter": "^1.3.6",
"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.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"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-icons": "^4.6.0",
"react-loading-skeleton": "^3.1.0",
"react-lottie": "^1.2.3",
"react-responsive": "^9.0.0-beta.4",
"react-router": "^6.3.0",
"react-scripts": "^5.0.1",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.0.4",
"react-twitter-widgets": "^1.11.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stridejs": "^0.4.2",
"url": "^0.11.3",
"web-vitals": "^3.1.0",
"websocket": "^1.0.34"
},
"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",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"less": "^4.1.2",
"less-loader": "5.0.0",
"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"
}
}