-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.68 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
{
"name": "wallet-kit",
"version": "1.1.3",
"description": "new version of wallet-provider",
"main": "index.js",
"scripts": {
"start": "vite --open --port=9220 --host",
"build": "TS_NODE_PROJECT=tsconfig.script.json node -r ts-node/register -r tsconfig-paths/register scripts/build.ts",
"publish": "rocket-punch publish"
},
"author": "",
"license": "ISC",
"dependencies": {
"@walletconnect/core": "^1.6.6",
"@walletconnect/iso-crypto": "^1.6.6",
"@walletconnect/types": "^1.6.6",
"@walletconnect/utils": "^1.6.6",
"axios": "^0.27.2",
"bowser": "^2.11.0",
"fast-deep-equal": "^3.1.3",
"fix-hmr": "^1.0.2",
"jscrypto": "^1.0.0",
"mobile-detect": "^1.4.5",
"qrcode": "^1.5.3",
"rxjs": "^7.4.0",
"secp256k1": "^4.0.0",
"ws": "^7.5.5"
},
"peerDependencies": {
"@cosmjs/amino": "^0.31.0",
"bech32": "^2.0.0",
"@terra-money/feather.js": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0"
},
"devDependencies": {
"@cosmjs/amino": "^0.31.0",
"@types/node": "^20.0.0",
"@terra-money/feather.js": "^3.0.0-beta.1",
"@types/qrcode": "^1.5.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"bech32": "^2.0.0",
"buffer": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"rocket-punch": "^4.0.0",
"sass": "^1.62.1",
"styled-components": "^5.3.3",
"ts-node": "^10.9.1",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-plugin-svgr": "^0.5.1",
"vite-tsconfig-paths": "^3.3.17"
}
}