|
9 | 9 | "lint": "next lint", |
10 | 10 | "locks:remove": "rm -f yarn.lock", |
11 | 11 | "locks:create": "generate-lockfile --lockfile ../../yarn.lock --package package.json --write yarn.lock --force", |
12 | | - "locks": "npm run locks:remove && npm run locks:create" |
| 12 | + "locks": "npm run locks:remove && npm run locks:create", |
| 13 | + "starship": "starship --config ./starship/configs/config.yaml", |
| 14 | + "starship:demo": "tsx starship/src/index.ts", |
| 15 | + "starship:all": "yarn starship start", |
| 16 | + "starship:clean": "yarn starship stop" |
13 | 17 | }, |
14 | 18 | "resolutions": { |
15 | 19 | "react": "18.2.0", |
|
30 | 34 | "@interchain-kit/react": "0.2.222", |
31 | 35 | "@interchain-ui/react": "^1.23.29", |
32 | 36 | "@interchain-ui/react-no-ssr": "^0.1.6", |
| 37 | + "@interchainjs/auth": "1.11.2", |
33 | 38 | "@interchainjs/cosmos": "1.11.2", |
34 | 39 | "@interchainjs/cosmos-types": "1.11.2", |
35 | 40 | "@interchainjs/injective": "1.11.2", |
| 41 | + "@interchainjs/types": "1.11.2", |
| 42 | + "@interchainjs/utils": "1.11.2", |
36 | 43 | "@tanstack/react-query": "4.29.1", |
37 | 44 | "bignumber.js": "9.1.1", |
38 | 45 | "chain-registry": "^1.69.32", |
|
46 | 53 | "react-icons": "4.6.0" |
47 | 54 | }, |
48 | 55 | "devDependencies": { |
| 56 | + "@starship-ci/cli": "^2.9.0", |
49 | 57 | "@tanstack/react-query-devtools": "4.29.1", |
50 | 58 | "@types/node": "^20.14.6", |
51 | 59 | "@types/react": "^18.3.3", |
52 | 60 | "@types/react-dom": "^18.3.0", |
53 | 61 | "eslint": "8.28.0", |
54 | 62 | "eslint-config-next": "13.0.5", |
55 | 63 | "generate-lockfile": "0.0.12", |
| 64 | + "starshipjs": "^2.4.0", |
| 65 | + "tsx": "^4.19.3", |
56 | 66 | "typescript": "^5.1.6" |
57 | 67 | }, |
58 | 68 | "packageManager": "[email protected]" |
|
0 commit comments