-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (83 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "wyndex-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint --ignore-path .gitignore",
"format": "prettier --ignore-path .gitignore --write ."
},
"dependencies": {
"@0xsquid/widget": "1.4.44",
"@chain-registry/osmosis": "^1.5.0",
"@chakra-ui/next-js": "^2.1.2",
"@chakra-ui/react": "^2.3.6",
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmos-kit/core": "2.7.4",
"@cosmos-kit/cosmostation": "2.4.6",
"@cosmos-kit/cosmostation-extension": "2.5.6",
"@cosmos-kit/keplr": "2.4.6",
"@cosmos-kit/keplr-extension": "^2.5.6",
"@cosmos-kit/leap-extension": "2.5.5",
"@cosmos-kit/react": "2.9.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/barlow": "^4.5.9",
"@hookform/resolvers": "^2.9.10",
"@interchain-ui/react": "^1.11.12",
"@keplr-wallet/crypto": "^0.11.17",
"@splidejs/react-splide": "^0.7.12",
"@tanstack/match-sorter-utils": "^8.7.2",
"@tanstack/react-table": "^8.7.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-syntax-highlighter": "^15.5.6",
"@wynddao/asset-list": "^0.0.34",
"@zeit/next-css": "^1.0.1",
"apexcharts": "^3.36.3",
"bufferutil": "^4.0.7",
"chain-registry": "^1.20.0",
"chakra-react-select": "^4.4.0",
"chakra-ui-markdown-renderer": "^4.1.0",
"chakra-ui-steps": "^1.8.0",
"cosmwasm": "^1.1.1",
"date-fns": "^2.29.3",
"encoding": "^0.1.13",
"framer-motion": "9.0.7",
"lokijs": "^1.5.12",
"next": "14.0.1",
"next-transpile-modules": "^10.0.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"sharp": "^0.31.3",
"style-loader": "^3.3.2",
"typescript": "4.8.4",
"utf-8-validate": "^5.0.10",
"webpack-node-externals": "^3.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1"
}
}