mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@luxfi/wallet-web",
|
|
"version": "0.1.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "node --import ./tools/ts-resolve.mjs --test 'src/lib/**/*.test.ts' 'src/store/**/*.test.ts' 'src/screens/dapps/**/*.test.ts'"
|
|
},
|
|
"dependencies": {
|
|
"@hanzo/gui": "^7.0.0",
|
|
"@hanzo/iam": "^0.12.3",
|
|
"@luxfi/wallet-analytics": "workspace:^",
|
|
"@luxfi/wallet-brand": "workspace:^",
|
|
"@luxwallet/chains": "^0.1.0",
|
|
"@noble/curves": "^1.6.0",
|
|
"@noble/hashes": "^1.7.1",
|
|
"@noble/post-quantum": "0.6.1",
|
|
"@scure/bip32": "^1.5.0",
|
|
"@scure/bip39": "^1.4.0",
|
|
"@solana/web3.js": "^1.92.0",
|
|
"@tanstack/react-query": "^5.90.0",
|
|
"@walletconnect/sign-client": "^2.21.0",
|
|
"@walletconnect/utils": "^2.21.0",
|
|
"qrcode.react": "^4.1.0",
|
|
"react": "19.2.5",
|
|
"react-dom": "19.2.5",
|
|
"react-router-dom": "7.5.0",
|
|
"viem": "^2.30.0",
|
|
"wagmi": "^2.15.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"typescript": "5.9.3",
|
|
"vite": "8.0.8"
|
|
}
|
|
} |