-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "hd-wallets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@noble/curves": "^1.9.6",
"@noble/hashes": "^1.8.0",
"@scure/bip32": "^1.7.0",
"@solana/web3.js": "^1.98.4",
"bip39": "^3.1.0",
"bs58": "^6.0.0",
"ed25519-hd-key": "^1.3.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"sonner": "^2.0.7",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}