-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.22 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
{
"name": "hello-near",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm rebuild better-sqlite3"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@near-wallet-selector/core": "^8.9.7",
"@near-wallet-selector/here-wallet": "^8.9.7",
"@near-wallet-selector/meteor-wallet": "^8.9.12",
"@near-wallet-selector/modal-ui": "^8.9.7",
"@near-wallet-selector/my-near-wallet": "^8.9.7",
"@near-wallet-selector/okx-wallet": "^8.9.12",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.1.0",
"@web3-onboard/core": "^2.21.5",
"@web3-onboard/injected-wallets": "^2.10.15",
"@web3-onboard/ledger": "^2.6.0",
"@web3-onboard/react": "^2.8.16",
"@web3-onboard/walletconnect": "^2.5.4",
"autoprefixer": "^10.4.19",
"base64-js": "^1.5.1",
"bech32": "^2.0.0",
"better-sqlite3": "^11.0.0",
"bitcoinjs-lib": "^6.1.5",
"bn": "^1.0.5",
"bs58check": "^3.0.1",
"clsx": "^2.1.1",
"ecpair": "^2.1.0",
"elliptic": "^6.5.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"ethers": "5.7.2",
"hash.js": "^1.1.7",
"ieee754": "^1.2.1",
"install": "^0.13.0",
"js-sha3": "^0.9.3",
"keccak": "^3.0.4",
"near-api-js": "^3.0.4",
"near-social-vm": "github:gagdiez/VM",
"next": "14.2.0",
"npm": "^10.8.1",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-singleton-hook": "^4.0.1",
"secp256k1": "3.4.0",
"tailwindcss": "^3.4.4",
"tiny-secp256k1": "^2.2.3",
"xrpl": "^3.0.0",
"zustand": "^4.5.2"
},
"overrides": {
"near-api-js": "^3.0.4"
},
"devDependencies": {
"@types/node": "^20.14.8",
"add": "^2.0.6",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.5.2",
"yarn": "^1.22.22"
}
}