-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
180 lines (180 loc) · 5.91 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "oraidex-web-app",
"version": "1.0.0",
"homepage": "https://oraidex.orai.io",
"repository": "https://github.com/oraichain/oraiswap-frontend.git",
"author": "Oraichain Labs",
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"@babel/plugin-proposal-import-wasm-source": "^7.24.7",
"@coral-xyz/anchor": "^0.30.1",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@duckdb/duckdb-wasm": "1.28.0",
"@injectivelabs/sdk-ts": "1.12.1",
"@keplr-wallet/unit": "0.10.24-ibc.go.v7.hot.fix",
"@leapwallet/cosmos-snap-provider": "0.1.25",
"@lucky-canvas/react": "^0.1.13",
"@oraichain/bitcoin-bridge-contracts-sdk": "^1.1.9",
"@oraichain/bitcoin-bridge-lib-js": "^1.1.9",
"@oraichain/common": "1.2.4",
"@oraichain/common-contracts-sdk": "^1.0.31",
"@oraichain/ethereum-multicall": "^1.0.2",
"@oraichain/kawaiiverse-txs": "^0.0.3",
"@oraichain/orai-bitcoin": "2.0.0",
"@oraichain/oraidex-common-ui": "1.0.11",
"@oraichain/oraidex-contracts-sdk": "1.0.55",
"@oraichain/oraidex-universal-swap": "1.1.25",
"@oraichain/ton-bridge-contracts": "^0.15.8",
"@oraichain/tonbridge-contracts-sdk": "^1.3.1",
"@oraichain/tonbridge-sdk": "^1.3.6",
"@orbs-network/ton-access": "^2.3.3",
"@react-spring/web": "^9.7.5",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "7.99.0",
"@solana/spl-token": "^0.4.9",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.5",
"@tanstack/react-query": "^4.32.6",
"@tharsis/proto": "^0.1.17",
"@tippyjs/react": "^4.2.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^14.0.0",
"@tonconnect/protocol": "^2.2.6",
"@tonconnect/ui-react": "^2.0.6",
"@visx/curve": "^2.17.0",
"@visx/gradient": "^3.3.0",
"@visx/responsive": "^2.17.0",
"@visx/scale": "^2.18.0",
"@visx/xychart": "^3.11.0",
"@vitejs/plugin-react": "^4.3.1",
"@walletconnect/browser-utils": "^1.8.0",
"@walletconnect/ethereum-provider": "^1.7.8",
"axios": "^0.26.1",
"axios-extensions": "^3.1.3",
"bech32": "^1.1.4",
"big-integer": "^1.6.52",
"bitcoin-bridge-wasm-sdk": "^0.1.8",
"bitcoin-units": "^1.0.0",
"chain-registry": "^1.61.7",
"classnames": "^2.2.6",
"dayjs": "^1.10.7",
"ethers": "^5.0.15",
"idb-keyval": "^6.2.1",
"lightweight-charts": "^4.1.3",
"lottie-react": "^2.4.0",
"mixpanel-browser": "^2.49.0",
"qr-code-styling": "1.6.0-rc.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.1.1",
"react-modal": "^3.16.1",
"react-number-format": "^4.9.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-toastify": "^8.2.0",
"react-use": "^17.4.0",
"react-use-websocket": "3.0.0",
"redux-persist": "^6.0.0",
"serialize-error": "8.0.0",
"tronweb": "^5.1.0",
"urql": "^4.1.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ethersproject/providers": "^5.0.10",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@keplr-wallet/types": "^0.11.38",
"@oraichain/babel-plugin-operator-overloading": "^1.0.4",
"@oraichain/common-contracts-build": "1.0.35",
"@oraichain/cw-simulate": "^2.8.75",
"@oraichain/oraidex-contracts-build": "1.0.22",
"@oraichain/oraiswap-v3": "^1.1.2",
"@sentry/webpack-plugin": "^2.10.3",
"@testing-library/jest-dom": "^6.5.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.182",
"@types/node": "^18.15.11",
"@types/react": "^18.0.34",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.3.3",
"@vitest/coverage-v8": "2.0.2",
"crypto-browserify": "^3.12.0",
"firebase-tools": "^11.30.0",
"graphql": "^16.9.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"jsdom": "^25.0.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"patch-package": "^6.5.1",
"process": "^0.11.10",
"sass": "^1.65.1",
"source-map-explorer": "^2.5.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-jest": "^29.1.1",
"typed-scss-modules": "^7.1.4",
"typescript": "^5.1.6",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "2.0.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "vite",
"build": "NODE_OPTIONS='--max-old-space-size=12288' vite build",
"serve": "vite serve",
"ts-check": "tsc --noEmit",
"postinstall": "patch-package",
"prepare": "husky install",
"ts-css": "typed-scss-modules src --watch --implementation sass -n all -e default",
"clear-module-cache": "rm -rf node_modules/.cache/vendor & rm -rf public/vendor*",
"codegen": "graphql-codegen",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"bech32": "1.1.4",
"bitcoinjs-lib": "5.2.0",
"axios": "0.26.1",
"@sentry/react": "7.99.0",
"@oraichain/oraidex-common": "1.1.40"
},
"overrides": {
"cosmjs-types@>0.7.0 <0.8.0": "0.7.1",
"cosmjs-types@>0.8.0 <1": "0.9.0"
},
"engines": {
"node": "^18 || ^20"
},
"packageManager": "[email protected]"
}