-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "ixo-supamoto-purchase",
"version": "0.0.1",
"private": true,
"author": "ixo",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/encoding": "^0.29.2",
"@cosmjs/launchpad": "0.27.1",
"@keplr-wallet/cosmos": "0.11.10",
"@keplr-wallet/types": "0.11.10",
"@keplr-wallet/wc-client": "0.10.24",
"@ramonak/react-progress-bar": "^5.0.3",
"@svgr/webpack": "6.3.1",
"@walletconnect/client": "1.8.0",
"@walletconnect/qrcode-modal": "1.8.0",
"axios": "0.27.2",
"buffer": "6.0.3",
"classnames": "2.3.1",
"next": "12.1.6",
"qrcode.react": "3.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-lottie-player": "1.4.3",
"react-select": "5.5.0"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "2.1.3",
"@netlify/plugin-nextjs": "4.7.1",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"sass": "1.53.0",
"typescript": "4.7.2",
"typescript-plugin-css-modules": "3.4.0"
}
}