-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@cosmonauts/osmosis-cosmwasm",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "node scripts/codegen.js"
},
"dependencies": {
"@chain-registry/osmosis": "1.0.0",
"@chain-registry/types": "0.11.0",
"@chakra-ui/icons": "2.0.10",
"@chakra-ui/react": "2.3.4",
"@cosmjs/cosmwasm-stargate": "0.29.0",
"@cosmjs/stargate": "0.29.0",
"@cosmos-kit/core": "0.19.0",
"@cosmos-kit/keplr": "0.19.0",
"@cosmos-kit/react": "0.18.1",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"bignumber.js": "9.1.0",
"chain-registry": "1.0.0",
"framer-motion": "7.3.6",
"next": "12.2.5",
"osmojs": "0.25.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.4.0"
},
"devDependencies": {
"@cosmwasm/ts-codegen": "0.16.5",
"@types/node": "18.7.11",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}