forked from mars-protocol/wallet-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.86 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@marsprotocol/wallet-connector",
"version": "0.8.5",
"repository": {
"type": "git",
"url": "git+https://github.com/mars-protocol/wallet-connector.git"
},
"author": "Mars Protcol",
"license": "ISC",
"bugs": {
"url": "https://github.com/mars-protocol/wallet-connector/issues"
},
"homepage": "https://github.com/mars-protocol/wallet-connector#readme",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"clean": "rm -rf node_modules dist",
"build": "tsc",
"start": "yarn build && cd example && yarn bootstrap",
"lint": "eslint .",
"format": "eslint . --fix"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.28.13",
"@cosmjs/stargate": "^0.28.13",
"@keplr-wallet/common": "^0.10.20",
"@keplr-wallet/cosmos": "^0.10.20",
"@keplr-wallet/provider": "^0.10.20",
"@keplr-wallet/stores": "^0.10.20",
"@ledgerhq/devices": "^7.0.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"axios": "^0.27.2",
"core-js": "3",
"qrcode.react": "^3.1.0",
"react-modal": "^3.15.1"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/node": "^7.18.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.28.13",
"@keplr-wallet/types": "^0.10.20",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@walletconnect/types": "^1.8.0",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"secretjs": "^0.17.5",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"url-loader": "^4.1.1"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"description": "![mars-banner-1200w](https://marsprotocol.io/banner.png)",
"keywords": [
"wallet-connector",
"cosmos"
]
}