-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
77 lines (77 loc) · 2.29 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
{
"name": "near-sandbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@near-js/transactions": "^1.3.1",
"@near-wallet-selector/core": "8.9.5",
"@near-wallet-selector/meteor-wallet": "8.9.5",
"@near-wallet-selector/my-near-wallet": "8.9.5",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"axios": "^1.6.7",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"bs58check": "^3.0.1",
"buffer": "^6.0.3",
"canonicalize": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ecpair": "^2.1.0",
"elliptic": "^6.5.4",
"ethers": "^6.11.1",
"keccak": "^3.0.4",
"lodash.pickby": "^4.6.0",
"lucide-react": "^0.460.0",
"multichain-tools": "^4.0.0",
"near-api-js": "^5.0.1",
"next": "14.1.0",
"next-themes": "^0.4.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-toastify": "^10.0.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/elliptic": "^6.4.18",
"@types/keccak": "^3.0.4",
"@types/lodash.pickby": "^4.6.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"jsdom": "^24.0.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^1.3.1"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}