-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "tx-decoder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 4001",
"build": "next build",
"start": "next start --port 4001",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mysten/sui": "1.45.2",
"@noble/hashes": "1.4.0",
"@radix-ui/react-toggle-group": "1.1.2",
"@solana/web3.js": "1.98.4",
"@uiw/react-json-view": "2.0.0-alpha.39",
"bech32": "2.0.0",
"bignumber.js": "10.0.2",
"bs58": "5.0.0",
"cbor": "10.0.11",
"next": "15.5.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.5.0",
"tailwind-merge": "1.6.2",
"viem": "2.47.6"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/react": "18.0.21",
"@types/react-dom": "18.2.25",
"autoprefixer": "10.4.20",
"cssnano": "7.1.2",
"eslint": "8.25.0",
"eslint-config-next": "15.2.3",
"postcss": "8.4.49",
"postcss-preset-env": "9.5.5",
"tailwindcss": "3.2.7",
"typescript": "5.3.3"
},
"engines": {
"node": "22.x"
}
}