forked from hyperweb-io/cosmodal
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "example",
"version": "0.4.20",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/amino": "^0.30.1",
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@keplr-wallet/common": "^0.11.49",
"@keplr-wallet/cosmos": "^0.11.49",
"@keplr-wallet/provider": "^0.11.49",
"@keplr-wallet/stores": "^0.11.49",
"@keplr-wallet/types": "^0.11.49",
"@noahsaso/cosmodal": "file:..",
"@walletconnect/client": "^1.7.8",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "^13.3.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}