-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "kujira.ui",
"description": "UI Components for building apps on the Kujira Blockchain",
"version": "0.0.1",
"license": "MIT",
"main": "src/index.ts",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmos-kit/core": "^2.8.9",
"@keplr-wallet/types": "^0.12.79",
"@leapwallet/cosmos-snap-provider": "^0.1.18",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.54.1",
"@types/phoenix": "^1.6.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@walletconnect/sign-client": "^2.7.1",
"@walletconnect/types": "^2.7.1",
"@walletconnect/web3wallet": "^1.6.0",
"clsx": "^1.2.1",
"csstype": "^3.1.0",
"ethers": "^5.7.2",
"kujira.js": "^1.0.75",
"phoenix": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.1",
"react-is": "^18.2.0",
"react-qr-code": "^2.0.8",
"react-qr-rounded": "^1.0.0",
"react-tooltip": "^4.2.21",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}