-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "bad-kids-shop",
"version": "0.15.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"next": {
"@swc/helpers": "0.5.1"
}
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@chakra-ui/icons": "2.0.12",
"@chakra-ui/react": "2.5.1",
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/encoding": "^0.32.1",
"@cosmjs/stargate": "0.31.1",
"@cosmos-kit/core": "2.6.6",
"@cosmos-kit/cosmostation": "2.3.11",
"@cosmos-kit/keplr": "2.3.13",
"@cosmos-kit/leap": "2.3.10",
"@cosmos-kit/leap-capsule-social-login": "0.6.0",
"@cosmos-kit/react": "2.8.4",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@leapwallet/cosmos-social-login-capsule-provider": "0.0.33",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "0.0.50",
"@leapwallet/embedded-wallet-sdk-react": "0.3.7",
"@types/bignumber.js": "^5.0.0",
"@urql/exchange-graphcache": "^6.4.0",
"bignumber.js": "^9.1.2",
"chain-registry": "1.20.0",
"classnames": "^2.3.2",
"cosmjs-types": "^0.9.0",
"framer-motion": "9.0.7",
"graphql": "^16.8.1",
"next": "13.4.4",
"react": "18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "4.12.0",
"react-loading-skeleton": "^3.3.1",
"react-select": "^5.8.0",
"stargazejs": "^0.14.1",
"wagmi": "1.4.13"
},
"devDependencies": {
"@leapwallet/elements-umd-types": "1.4.2",
"@types/node": "18.11.9",
"@types/react": "18.2.4",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.8",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "5.3.3"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}