-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.3 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
{
"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",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@duckdb/duckdb-wasm": "1.28.0",
"@injectivelabs/sdk-ts": "1.12.1",
"@leapwallet/cosmos-snap-provider": "0.1.25",
"@lucky-canvas/react": "^0.1.13",
"@oraichain/common-contracts-sdk": "^1.0.31",
"@oraichain/ethereum-multicall": "^1.0.2",
"@oraichain/kawaiiverse-txs": "^0.0.3",
"@oraichain/orai-bitcoin": "^1.0.7",
"@oraichain/oraidex-common": "^1.1.28",
"@oraichain/oraidex-common-ui": "1.0.11",
"@oraichain/oraidex-contracts-sdk": "^1.0.26",
"@oraichain/oraidex-universal-swap": "1.1.15",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^7.47.0",
"@tanstack/react-query": "^4.32.6",
"@tharsis/proto": "^0.1.17",
"@tippyjs/react": "^4.2.6",
"@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-units": "^1.0.0",
"chain-registry": "^1.63.86",
"chart.js": "^4.4.4",
"classnames": "^2.2.6",
"dotenv": "^16.4.5",
"ethers": "^5.0.15",
"idb-keyval": "^6.2.1",
"lightweight-charts": "^4.1.3",
"lottie-react": "^2.4.0",
"mixpanel-browser": "^2.49.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"qr-code-styling": "1.6.0-rc.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.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"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ethersproject/providers": "^5.0.10",
"@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",
"@sentry/webpack-plugin": "^2.10.3",
"@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",
"crypto-browserify": "^3.12.0",
"firebase-tools": "^11.30.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"patch-package": "^6.5.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"sass": "^1.65.1",
"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"
},
"scripts": {
"start": "PORT=3000 cross-env IMAGE_INLINE_SIZE_LIMIT=1000 GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "cross-env IMAGE_INLINE_SIZE_LIMIT=1000 GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"test": "react-app-rewired test --watchAll",
"test:ci": "react-app-rewired test --watchAll=false",
"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*"
},
"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"
},
"engines": {
"node": "^18 || ^20"
},
"packageManager": "[email protected]"
}