-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.09 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.09 KB
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
97
98
99
100
101
102
{
"name": "ping-widget",
"version": "0.3.8",
"type": "module",
"main": "dist/ping-widget.js",
"author": {
"name": "Alisa | Side Protocol",
"email": "alisa@side.one"
},
"homepage": "https://github.com/ping-pub/ping-widget",
"repository": {
"type": "git",
"url": "https://github.com/ping-pub/ping-widget"
},
"license": "MIT",
"description": "Ping widget",
"keywords": [
"vue3",
"webcomponent",
"widget",
"explorer",
"blockchain",
"sidechain",
"Side Protocol",
"Ping.pub"
],
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "node --max_old_space_size=8192 ./node_modules/.bin/vite build",
"preview": "vite preview",
"trypublish": "npm publish || true"
},
"dependencies": {
"@cosmjs/amino": "^0.38.1",
"@cosmjs/cosmwasm-stargate": "^0.38.1",
"@cosmjs/ledger-amino": "^0.38.1",
"@cosmjs/proto-signing": "^0.38.1",
"@cosmjs/stargate": "^0.38.1",
"@ethersproject/hash": "5.8.0",
"@ethersproject/signing-key": "5.8.0",
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@ledgerhq/hw-transport-web-ble": "^6.29.8",
"@ledgerhq/hw-transport-webusb": "^6.29.8",
"@metamask/eth-sig-util": "^8.2.0",
"@noble/curves": "^2.0.1",
"@ping-pub/chain-registry-client": "^0.0.25",
"@tharsis/eip712": "^0.2.4",
"@tharsis/proto": "^0.1.20",
"@tharsis/transactions": "^0.2.6",
"@types/lodash": "^4.17.19",
"buffer": "^6.0.3",
"chain-registry": "^2.0.24",
"cosmjs-types": "0.10.1",
"cross-fetch": "^3.1.5",
"daisyui": "^3.9.4",
"dayjs": "^1.11.7",
"fflate": "^0.8.0",
"lodash": "^4.17.21",
"osmojs": "^15.5.0",
"vue": "^3.2.47",
"vue3-webcomponent-wrapper": "^0.2.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@iconify/vue": "^4.1.1",
"@noble/secp256k1": "^2.1.0",
"@rollup/plugin-inject": "^5.0.3",
"@types/elliptic": "^6.4.18",
"@vitejs/plugin-vue": "^5.2.1",
"assert-browserify": "^2.0.0",
"autoprefixer": "^10.4.14",
"crypto-browserify": "^3.12.1",
"elliptic": "^6.6.1",
"long": "^5.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.23",
"rollup-plugin-polyfill-node": "^0.12.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^5.4.16",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vue-tsc": "^2.2.1"
},
"resolutions": {
"esbuild": "^0.27.3",
"minimatch": "^10.2.2",
"axios": "^1.13.5",
"bn.js": "^5.2.3",
"glob": "^11.0.0",
"elliptic": "^6.6.1"
},
"overrides": {
"esbuild": "^0.27.3",
"minimatch": "^10.2.2",
"axios": "^1.13.5",
"bn.js": "^5.2.3",
"elliptic": "^6.6.1"
},
"packageManager": "yarn@1.22.1"
}