mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 12:59:44 +00:00
e99f817ccc
Migrate from `Web3Wallet` to `WalletKit`. More details in the WC docs https://docs.reown.com/walletkit/upgrade/from-web3wallet-web
25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"name": "wallet_connect_integration",
|
|
"version": "0.1.0",
|
|
"description": "Wallet Connect integration for status-desktop",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"webpack": "^5.95.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.1.0"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"start": "webpack serve --mode development --open"
|
|
},
|
|
"dependencies": {
|
|
"@reown/walletkit": "^1.1.0",
|
|
"@walletconnect/utils": "^2.17.0",
|
|
"@walletconnect/jsonrpc-utils": "^1.0.8",
|
|
"@walletconnect/core": "^2.17.0"
|
|
}
|
|
}
|