-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"name": "ghostcloud-cosmos",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "2.2.6",
"@chakra-ui/react": "2.10.9",
"@chakra-ui/system": "2.6.2",
"@cosmjs/proto-signing": "0.34.1",
"@cosmjs/stargate": "0.34.1",
"@cosmjs/encoding": "0.34.1",
"@cosmology/lcd": "0.14.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@interchain-ui/react": "1.26.3",
"@liftedinit/gcjs": "1.0.1",
"@metamask/utils": "11.8.1",
"@web3auth/modal": "10.8.0",
"chain-registry": "1.69.405",
"formik": "2.4.6",
"next": "15.5.9",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-dropzone": "14.3.8",
"react-icons": "5.5.0",
"@tanstack/react-query": "5.90.10",
"sharp": "0.34.5",
"yup": "1.7.1",
"zustand": "4.5.7"
},
"devDependencies": {
"@happy-dom/global-registrator": "20.0.10",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@types/bun": "^1.3.2",
"@types/node": "22.19.1",
"@types/react": "19.2.6",
"prettier": "3.6.2",
"typescript": "5.8.3"
},
"resolutions": {
"@babel/runtime": "7.26.10",
"@babel/helpers": "7.26.10",
"@liftedinit/gcjs": "1.0.1",
"axios": "1.12.0",
"base-x": "3.0.11",
"glob": "10.5.0",
"nanoid": "3.3.8",
"brace-expansion": "1.1.12",
"js-yaml": "3.14.2"
}
}