-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.83 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
{
"name": "ref-ui-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "NEXT_ANALYZE=true next build",
"start": "next start",
"prettier:fix": "prettier --write src",
"lint": "next lint",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@aurora-is-near/engine": "think-in-universe/aurora.js#6db862e",
"@cloudflare/next-on-pages": "^1.13.2",
"@keypom/selector": "^1.2.3",
"@near-eth/aurora-erc20": "^2.8.0",
"@near-eth/aurora-ether": "^3.0.0",
"@near-eth/aurora-nep141": "^1.5.3",
"@near-eth/client": "^1.12.0",
"@near-eth/near-ether": "^3.0.0",
"@near-eth/nep141-erc20": "^2.5.1",
"@near-js/wallet-account": "^1.0.2",
"@near-wallet-selector/bitte-wallet": "8.9.12",
"@near-wallet-selector/coin98-wallet": "8.9.10",
"@near-wallet-selector/core": "8.9.10",
"@near-wallet-selector/ethereum-wallets": "^8.9.13",
"@near-wallet-selector/here-wallet": "8.9.10",
"@near-wallet-selector/ledger": "8.9.10",
"@near-wallet-selector/meteor-wallet": "8.9.10",
"@near-wallet-selector/mintbase-wallet": "8.9.10",
"@near-wallet-selector/modal-ui": "8.9.10",
"@near-wallet-selector/my-near-wallet": "8.9.10",
"@near-wallet-selector/near-mobile-wallet": "8.9.10",
"@near-wallet-selector/neth": "8.9.10",
"@near-wallet-selector/nightly": "8.9.10",
"@near-wallet-selector/okx-wallet": "8.9.10",
"@near-wallet-selector/sender": "8.9.10",
"@near-wallet-selector/wallet-connect": "7.9.1",
"@nextui-org/react": "2.4.2",
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.7.1/react-icons-all-files-4.7.1.tgz",
"@tanstack/react-query": "^5.56.2",
"@transak/transak-sdk": "1.2.2",
"@types/react-slider": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@wagmi/connectors": "^5.1.13",
"@wagmi/core": "^2.13.7",
"@walletconnect/client": "^2.0.0-beta.26",
"@walletconnect/qrcode-modal": "2.0.0-alpha.20",
"@walletconnect/sign-client": "2.0.0-beta.102-6a30ee7.0",
"@walletconnect/types": "^2.0.0-beta.102",
"@web3-onboard/injected-wallets": "^2.11.2",
"@web3-onboard/ledger": "^2.7.1",
"@web3-onboard/react": "^2.9.2",
"@web3-onboard/walletconnect": "^2.6.1",
"@web3modal/wagmi": "^5.1.9",
"axios": "^0.21.1",
"big.js": "^6.1.1",
"bigint-buffer": "^1.1.5",
"bignumber.js": "^9.0.1",
"bn.js": "^5.2.0",
"browserify-fs": "^1.0.0",
"comlink": "^4.4.1",
"d3": "^7.7.0",
"dayjs": "^1.11.10",
"dexie": "^3.0.3",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"elliptic": "^6.5.4",
"ethers": "^5.7.2",
"framer-motion": "^11.2.10",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"mathjs": "^9.3.0",
"moment": "^2.29.1",
"near-api-js": "3.0.4",
"next": "14.2.3",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.2",
"react-datepicker": "^4.8.0",
"react-dom": "^18",
"react-flip-numbers": "^3.0.8",
"react-ga4": "^2.1.0",
"react-icons": "^4.7.1",
"react-intl": "6.5.0",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.13.1",
"react-slider": "^2.0.6",
"react-spinners": "^0.11.0",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.23.0",
"react-top-loading-bar": "^2.3.1",
"react-use": "^17.4.0",
"react-use-websocket": "^4.3.1",
"recharts": "^2.1.6",
"reconnecting-websocket": "^4.4.0",
"ref-modal-ui": "^8.9.13",
"rxjs": "7.8.1",
"swiper": "8.4.7",
"tailwind-merge": "^2.3.0",
"vercel": "^37.3.0",
"viem": "^2.21.15",
"wagmi": "^2.12.14",
"web3-eth-abi": "1.8.2",
"wrangler": "^3.74.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/animejs": "^3.1.4",
"@types/big.js": "^6.1.2",
"@types/bn.js": "^5.1.0",
"@types/d3": "^7.4.0",
"@types/elliptic": "^6.4.14",
"@types/lodash": "^4.14.171",
"@types/mathjs": "^6.0.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18",
"@types/react-modal": "^3.12.0",
"crypto-browserify": "3.12.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^8.0.3",
"only-allow": "^1.2.1",
"postcss": "^8",
"prettier": "2.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.2"
},
"resolutions": {
"@near-js/transactions": "1.1.0"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}