-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
70 lines (70 loc) · 2.01 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
{
"name": "jambo-client",
"version": "0.0.1",
"private": true,
"author": "ixo",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "yarn prettier --write ."
},
"dependencies": {
"@cosmjs/amino": "0.29.2",
"@cosmjs/encoding": "0.29.2",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.29.2",
"@cosmjs/stargate": "0.29.2",
"@dnd-kit/core": "6.0.5",
"@dnd-kit/modifiers": "6.0.0",
"@dnd-kit/sortable": "7.0.1",
"@dnd-kit/utilities": "3.2.0",
"@ixo/cosmos-chain-resolver": "0.0.6",
"@ixo/impactxclient-sdk": "1.1.3",
"@ixo/jambo-wallet-sdk": "0.0.3",
"@keplr-wallet/cosmos": "0.11.11",
"@keplr-wallet/types": "0.11.10",
"@keplr-wallet/wc-client": "0.11.11",
"@svgr/webpack": "6.5.0",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "2.7.0",
"@walletconnect/utils": "2.7.0",
"@web3modal/standalone": "2.3.5",
"axios": "1.1.3",
"bignumber.js": "9.1.0",
"bs58": "5.0.0",
"classnames": "2.3.2",
"html5-qrcode": "2.2.4",
"lodash.memoize": "4.1.2",
"next": "12.1.6",
"react": "18.1.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.1.0",
"react-loader-spinner": "5.3.4",
"react-lottie-player": "1.5.0",
"react-qr-code": "2.0.8",
"react-select": "5.5.0",
"react-toastify": "9.0.8",
"sovrin-did": "1.4.0",
"swiper": "8.4.4"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "2.1.3",
"@netlify/plugin-nextjs": "4.7.1",
"@types/lodash.memoize": "4.1.7",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-color": "3.0.6",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/react-dom": "18.0.5",
"@walletconnect/types": "2.7.0",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"prettier": "2.8.4",
"sass": "1.53.0",
"typescript": "4.7.2",
"typescript-plugin-css-modules": "3.4.0"
}
}