|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "license": "Apache-2.0",
|
6 |
| - "dependencies": { |
7 |
| - "@cosmjs/cosmwasm": "^0.24.0-alpha.22", |
8 |
| - "@cosmjs/encoding": "^0.24.0-alpha.22", |
9 |
| - "@cosmjs/launchpad": "^0.24.0-alpha.22", |
10 |
| - "@cosmjs/math": "^0.24.0-alpha.22", |
11 |
| - "@cosmjs/stargate": "^0.24.0-alpha.22", |
12 |
| - "@cosmjs/tendermint-rpc": "^0.24.0-alpha.22", |
13 |
| - "@cosmjs/utils": "^0.24.0-alpha.22", |
14 |
| - "@testing-library/jest-dom": "^5.11.4", |
15 |
| - "@testing-library/react": "^11.1.0", |
16 |
| - "@testing-library/user-event": "^12.1.10", |
17 |
| - "@types/jest": "^26.0.15", |
18 |
| - "@types/node": "^12.0.0", |
19 |
| - "@types/react": "^16.9.53", |
20 |
| - "@types/react-dom": "^16.9.8", |
21 |
| - "react": "^17.0.1", |
22 |
| - "react-dom": "^17.0.1", |
23 |
| - "react-router-dom": "^5.2.0", |
24 |
| - "react-scripts": "4.0.0", |
25 |
| - "tailwindcss": "^1.9.6", |
26 |
| - "typescript": "^4.0.3", |
27 |
| - "web-vitals": "^0.2.4" |
28 |
| - }, |
29 | 6 | "scripts": {
|
30 | 7 | "build:tailwind": "tailwindcss build src/index.css -o src/tailwind.output.css",
|
31 | 8 | "prebuild": "NODE_ENV=production yarn build:tailwind",
|
|
36 | 13 | "start:base": "react-scripts start",
|
37 | 14 | "start": "yarn start:musselnet",
|
38 | 15 | "start:musselnet": "REACT_APP_NETWORK=musselnet yarn start:base",
|
| 16 | + "start:oysternet": "REACT_APP_NETWORK=oysternet yarn start:base", |
39 | 17 | "test": "react-scripts test",
|
40 | 18 | "eject": "react-scripts eject"
|
41 | 19 | },
|
|
54 | 32 | "last 1 safari version"
|
55 | 33 | ]
|
56 | 34 | },
|
| 35 | + "dependencies": { |
| 36 | + "@cosmjs/cosmwasm": "^0.25.4", |
| 37 | + "@cosmjs/encoding": "^0.25.4", |
| 38 | + "@cosmjs/launchpad": "^0.25.4", |
| 39 | + "@cosmjs/math": "^0.25.4", |
| 40 | + "@cosmjs/stargate": "^0.25.4", |
| 41 | + "@cosmjs/tendermint-rpc": "^0.25.4", |
| 42 | + "@cosmjs/utils": "^0.25.4", |
| 43 | + "@testing-library/jest-dom": "^5.11.4", |
| 44 | + "@testing-library/react": "^11.1.0", |
| 45 | + "@testing-library/user-event": "^12.1.10", |
| 46 | + "@types/jest": "^26.0.15", |
| 47 | + "@types/node": "^12.0.0", |
| 48 | + "@types/react": "^16.9.53", |
| 49 | + "@types/react-dom": "^16.9.8", |
| 50 | + "long": "^4.0.0", |
| 51 | + "react": "^17.0.1", |
| 52 | + "react-dom": "^17.0.1", |
| 53 | + "react-router-dom": "^5.2.0", |
| 54 | + "react-scripts": "4.0.0", |
| 55 | + "tailwindcss": "^1.9.6", |
| 56 | + "typescript": "^4.0.3", |
| 57 | + "web-vitals": "^0.2.4" |
| 58 | + }, |
57 | 59 | "devDependencies": {
|
58 | 60 | "@types/react-router-dom": "^5.1.6",
|
59 | 61 | "@typescript-eslint/eslint-plugin": "^4.7.0",
|
|
0 commit comments