-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2 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
{
"name": "ton-bridge-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package",
"prepare": "husky install"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@next/third-parties": "^14.2.5",
"@noble/secp256k1": "^1.7.0",
"@oraichain/common-contracts-sdk": "1.0.31",
"@oraichain/ethereum-multicall": "^1.0.2",
"@oraichain/orai-bitcoin": "^2.0.0",
"@oraichain/oraidex-common": "^1.1.21",
"@oraichain/oraidex-universal-swap": "^1.1.3",
"@oraichain/ton-bridge-contracts": "^0.15.8",
"@oraichain/tonbridge-contracts-sdk": "^1.3.6",
"@orbs-network/ton-access": "^2.3.3",
"@tanstack/react-query": "^5.49.2",
"@ton/crypto": "^3.2.0",
"@ton/core": "^0.56.3",
"@ton/ton": "^14.0.0",
"@tonconnect/protocol": "^2.2.6",
"@tonconnect/sdk": "^3.0.3",
"@tonconnect/ui-react": "^2.0.9",
"@types/mixpanel-browser": "^2.49.1",
"@walletconnect/browser-utils": "^1.8.0",
"@walletconnect/ethereum-provider": "^1.7.8",
"big-integer": "^1.6.52",
"classnames": "^2.5.1",
"firebase-tools": "^13.13.3",
"immer": "^10.1.1",
"mixpanel-browser": "^2.53.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-number-format": "^4.9.1",
"react-toastify": "^10.0.5",
"serialize-error": "^11.0.3",
"sharp": "^0.33.4",
"tonapi-sdk-js": "^1.0.13",
"tronweb": "^5.3.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"patch-package": "^8.0.0",
"sass": "^1.77.6",
"typescript": "^5"
}
}