forked from akure/dao-dao-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "@dao-dao/utils",
"version": "2.2.0",
"license": "BSD-3-Clause-Clear",
"scripts": {
"format": "eslint . --fix",
"lint": "eslint .",
"test": "jest",
"protobuf": "node protobuf/scripts/codegen.js"
},
"dependencies": {
"@chain-registry/assets": "^1.30.0",
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@sentry/nextjs": "^7.7.0",
"ajv": "^8.11.0",
"chain-registry": "^1.29.0",
"json5": "^2.2.0",
"lodash.clonedeep": "^4.5.0",
"long": "^5.2.1",
"next-i18next": "^11.0.0",
"query-string": "^7.1.3",
"react-hot-toast": "^2.1.1",
"react-i18next": "^11.0.0",
"ripemd160": "^2.0.2",
"semver": "^7.5.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@chain-registry/types": "^0.18.1",
"@cosmjs/amino": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmology/telescope": "^1.0.16",
"@dao-dao/config": "2.2.0",
"@dao-dao/types": "2.2.0",
"@types/lodash.clonedeep": "^4.5.0",
"@types/ripemd160": "^2.0.0",
"@types/semver": "^7.5.6",
"jest": "^29.1.1",
"next": "^13.3.0",
"nft.storage": "^7.0.0",
"react": "^18.2.0",
"recoil": "^0.7.2",
"typescript": "5.3.3"
},
"peerDependencies": {
"next": "^12 || ^13",
"react": "^17 || ^18"
},
"prettier": "@dao-dao/config/prettier"
}