|
5 | 5 | "private": false, |
6 | 6 | "license": "SEE LICENSE IN LICENSE FILE", |
7 | 7 | "scripts": { |
8 | | - "build": "yarn install-charting-library && next build", |
| 8 | + "build": "pnpm run install-charting-library && next build", |
9 | 9 | "dev": "next dev", |
10 | | - "lint": "eslint ./src/ && yarn prettier-check", |
| 10 | + "lint": "eslint ./src/ && pnpm run prettier-check", |
11 | 11 | "format": "eslint ./src/ --fix && prettier --write ./src/ ", |
12 | 12 | "prettier-check": "prettier --ignore-path .gitignore --check ./src/", |
13 | 13 | "start": "next start", |
|
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | 23 | "@cosmjs/cosmwasm-stargate": "^0.37.0", |
| 24 | + "@cosmjs/encoding": "^0.32.0", |
| 25 | + "@delphi-labs/shuttle": "^4.3.0", |
24 | 26 | "@delphi-labs/shuttle-react": "^4.3.0", |
25 | 27 | "@keplr-wallet/cosmos": "^0.12.294", |
26 | 28 | "@next/eslint-plugin-next": "16.0.5", |
|
46 | 48 | "lodash.debounce": "^4.0.8", |
47 | 49 | "lodash.throttle": "^4.1.1", |
48 | 50 | "mobx": "^6.15.0", |
| 51 | + "mobile-detect": "^1.4.5", |
49 | 52 | "next": "16.0.5", |
50 | 53 | "next-devtools-mcp": "^0.3.5", |
51 | 54 | "react": "19.2.0", |
|
64 | 67 | "swr": "^2.3.6", |
65 | 68 | "viem": "^2.40.3", |
66 | 69 | "wagmi": "^2.19.1", |
| 70 | + "@wagmi/core": "^2.19.1", |
67 | 71 | "zustand": "5.0.8" |
68 | 72 | }, |
69 | 73 | "devDependencies": { |
70 | 74 | "@babel/eslint-parser": "^7.28.5", |
71 | 75 | "@eslint/compat": "^2.0.0", |
| 76 | + "@eslint/js": "^9.15.0", |
72 | 77 | "@svgr/webpack": "^8.1.0", |
73 | 78 | "@tailwindcss/cli": "^4.1.17", |
74 | 79 | "@tailwindcss/postcss": "^4.1.17", |
75 | 80 | "@types/debounce-promise": "^3.1.9", |
| 81 | + "@types/lodash": "^4.17.21", |
76 | 82 | "@types/lodash.debounce": "^4.0.9", |
77 | 83 | "@types/lodash.throttle": "^4.1.9", |
78 | 84 | "@types/node": "^24.10.1", |
|
113 | 119 | "color-name": "1.1.4", |
114 | 120 | "is-core-module": "2.13.1", |
115 | 121 | "error-ex": "1.3.2", |
116 | | - "has-ansi": "5.0.1" |
117 | | - }, |
118 | | - "engines": { |
119 | | - "npm": "please-use-yarn", |
120 | | - "yarn": ">= 1.19.1" |
| 122 | + "has-ansi": "5.0.1", |
| 123 | + "@types/react": "19.2.2", |
| 124 | + "@types/react-dom": "19.2.2" |
121 | 125 | }, |
122 | 126 | "resolutions": { |
123 | 127 | "@types/react": "19.2.2", |
|
0 commit comments