forked from DA0-DA0/dao-dao-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "@dao-dao/state",
"version": "2.2.0",
"license": "BSD-3-Clause-Clear",
"scripts": {
"build": "tsc && npm run build:gql",
"format": "eslint . --fix",
"lint": "eslint .",
"build:gql": "graphql-codegen --config ./gql-codegen.ts && eslint ./graphql/__generated__ --fix"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@dao-dao/utils": "2.2.0",
"@skip-router/core": "^1.1.1",
"graphql": "^16.8.1",
"json5": "^2.2.0",
"lodash.uniq": "^4.5.0",
"meilisearch": "^0.30.0",
"pusher-js": "^7.6.0",
"recoil": "^0.7.2"
},
"devDependencies": {
"@dao-dao/config": "2.2.0",
"@dao-dao/types": "2.2.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/lodash.uniq": "^4.5.7",
"typescript": "5.3.3"
},
"prettier": "@dao-dao/config/prettier"
}