-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 2.28 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
{
"name": "@marsprotocol/wallet-connector",
"version": "2.1.4",
"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 dist",
"build": "yarn format && yarn clean && webpack",
"build-dist": "tsc",
"start": "yarn build && cd example && yarn dev",
"lint": "eslint .",
"format": "eslint . --fix"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@delphi-labs/shuttle-react": "^3.10.0",
"@keplr-wallet/cosmos": "^0.12.39",
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-modal": "^3.16.1",
"react-qr-code": "^2.0.12"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"@keplr-wallet/types": "^0.12.39",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-modal": "^3.16.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"secretjs": "^1.12.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"url-loader": "^4.1.1"
},
"description": "![mars-banner-1200w](https://marsprotocol.io/banner.png)",
"keywords": [
"wallet-connector",
"cosmos"
]
}