-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
67 lines (67 loc) · 1.98 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
{
"name": "@dao-dao/utils",
"version": "2.6.0-rc.1",
"license": "BSD-3-Clause-Clear",
"scripts": {
"format": "eslint . --fix",
"lint": "eslint .",
"test": "jest",
"dump-go-relayer": "tsx ./scripts/dump-go-relayer.ts",
"dump-hermes-relayer": "tsx ./scripts/dump-hermes-relayer.ts",
"log-code-ids": "tsx ./scripts/log-code-ids.ts",
"verify-code-ids": "tsx ./scripts/verify-code-ids.ts",
"verify-code-hashes": "tsx ./scripts/verify-code-hashes.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.592.0",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"@dao-dao/math": "2.6.0-rc.1",
"@dao-dao/types": "2.6.0-rc.1",
"@sentry/nextjs": "^7.7.0",
"@types/lodash.clonedeep": "^4.5.0",
"@types/ripemd160": "^2.0.0",
"@types/semver": "^7.5.6",
"ajv": "^8.11.0",
"chain-registry": "1.63.107",
"json5": "^2.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.uniq": "^4.5.0",
"long": "^5.2.1",
"luxon": "^3.4.4",
"nanoid": "^5.0.7",
"next-i18next": "^11.0.0",
"query-string": "^7.1.3",
"react-hot-toast": "^2.1.1",
"react-i18next": "^11.0.0",
"recoil": "^0.7.2",
"ripemd160": "^2.0.2",
"secretjs": "^1.12.5",
"semver": "^7.5.4"
},
"devDependencies": {
"@chain-registry/types": "0.45.86",
"@cosmjs/proto-signing": "^0.32.3",
"@dao-dao/config": "2.6.0-rc.1",
"@tanstack/react-query": "^5.40.0",
"@types/lodash.uniq": "^4.5.7",
"@types/luxon": "^3.4.2",
"@types/pako": "^2.0.3",
"commander": "^12.1.0",
"cosmjs-types": "^0.9.0",
"jest": "^29.1.1",
"next": "^13.3.0",
"react": "^18.2.0",
"tsx": "^4.19.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"next": "^12 || ^13",
"react": "^17 || ^18"
},
"prettier": "@dao-dao/config/prettier",
"gitHead": "d7b959f412c3990123b0e2afb11f32acd9c3764c"
}