-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "ghostcloud-cosmos",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"coverage": "jest --coverage",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/system": "^2.6.2",
"@cosmjs/cosmwasm-stargate": "0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmology/lcd": "^0.13.5",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@interchain-ui/react": "^1.23.29",
"@liftedinit/gcjs": "^0.1.0",
"@metamask/utils": "^9.1.0",
"@solana/web3.js": "^1.95.2",
"@walletconnect/sign-client": "^2.14.0",
"@walletconnect/types": "^2.14.0",
"@walletconnect/utils": "^2.14.0",
"@web3auth/base": "^8.12.2",
"@web3auth/metamask-adapter": "^8.12.2",
"@web3auth/modal": "^8.12.3",
"@web3auth/no-modal": "^8.12.3",
"@web3auth/openlogin-adapter": "^8.12.2",
"chain-registry": "1.63.58",
"formik": "^2.4.6",
"framer-motion": "11.3.24",
"next": "14.2.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-icons": "5.3.0",
"react-query": "^3.39.3",
"sharp": "^0.33.4",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "5.5.4"
}
}