forked from rachchan/cosmos-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "example",
"version": "0.20.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.9",
"@cosmos-kit/core": "^0.19.9",
"@cosmos-kit/keplr": "^0.19.7",
"@cosmos-kit/leap": "^0.1.6",
"@cosmos-kit/react": "^0.18.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"chain-registry": "^0.14.0",
"chakra-react-select": "^4.1.4",
"cosmjs-utils": "0.0.7",
"fast-fuzzy": "^1.11.2",
"framer-motion": "^7.3.6",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@babel/plugin-syntax-bigint": "7.8.3",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"babel-loader": "8.2.5",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"ts-loader": "9.4.1",
"typescript": "4.8.3"
}
}