|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "dependencies": {
|
7 | 7 | "@certusone/wormhole-sdk-proto-web": "^0.0.7",
|
8 |
| - "@cosmjs/cosmwasm-stargate": "^0.29.5", |
9 | 8 | "@emotion/react": "^11.10.0",
|
10 | 9 | "@emotion/styled": "^11.10.0",
|
11 |
| - "@metaplex/js": "^4.12.0", |
12 | 10 | "@mui/icons-material": "^5.8.4",
|
13 | 11 | "@mui/material": "^5.9.3",
|
14 | 12 | "@tanstack/react-table": "^8.5.11",
|
15 |
| - "@terra-money/terra.js": "^3.1.3", |
16 | 13 | "@testing-library/jest-dom": "^5.16.5",
|
17 | 14 | "@testing-library/react": "^13.3.0",
|
18 | 15 | "@testing-library/user-event": "^13.5.0",
|
|
21 | 18 | "@types/react": "^18.0.15",
|
22 | 19 | "@types/react-dom": "^18.0.6",
|
23 | 20 | "axios": "^0.27.2",
|
24 |
| - "coingecko-api": "^1.0.10", |
25 |
| - "dotenv": "^16.0.2", |
26 |
| - "ethers": "^5.6.9", |
27 | 21 | "numeral": "^2.0.6",
|
28 | 22 | "react": "^18.2.0",
|
29 | 23 | "react-dom": "^18.2.0",
|
|
32 | 26 | "react-timeago": "^7.1.0",
|
33 | 27 | "typescript": "^4.7.4",
|
34 | 28 | "use-debounce": "^10.0.0",
|
35 |
| - "web-vitals": "^2.1.4", |
36 |
| - "web3": "^1.7.5" |
| 29 | + "webpack-bundle-analyzer": "^4.10.1" |
37 | 30 | },
|
38 | 31 | "scripts": {
|
39 |
| - "start": "react-app-rewired start", |
40 |
| - "build": "react-app-rewired --max_old_space_size=8192 build", |
41 |
| - "eject": "react-app-rewired eject" |
| 32 | + "start": "GENERATE_SOURCEMAP=false react-scripts start", |
| 33 | + "build": "GENERATE_SOURCEMAP=false react-scripts build", |
| 34 | + "eject": "react-scripts eject", |
| 35 | + "analyze": "npm run build -- --stats && npx webpack-bundle-analyzer ./build/bundle-stats.json" |
42 | 36 | },
|
43 | 37 | "eslintConfig": {
|
44 | 38 | "extends": [
|
|
64 | 58 | "@types/numeral": "^2.0.2",
|
65 | 59 | "@types/react-router-dom": "^5.3.3",
|
66 | 60 | "@types/react-timeago": "^4.1.3",
|
67 |
| - "assert": "^2.0.0", |
68 |
| - "browserify-zlib": "^0.2.0", |
69 |
| - "buffer": "^6.0.3", |
70 |
| - "console-browserify": "^1.2.0", |
71 |
| - "constants-browserify": "^1.0.0", |
72 |
| - "crypto-browserify": "^3.12.0", |
73 |
| - "https-browserify": "^1.0.0", |
74 |
| - "os-browserify": "^0.3.0", |
75 |
| - "path-browserify": "^1.0.1", |
76 |
| - "prettier": "^2.3.2", |
77 |
| - "process": "^0.11.10", |
78 |
| - "react-app-rewired": "^2.2.1", |
79 |
| - "readable-stream": "^3.6.0", |
80 |
| - "stream-browserify": "^3.0.0", |
81 |
| - "stream-http": "^3.2.0", |
82 |
| - "timers-browserify": "^2.0.12", |
83 |
| - "tty-browserify": "^0.0.1", |
84 |
| - "url": "^0.11.0", |
85 |
| - "util": "^0.12.4", |
86 |
| - "vm-browserify": "^1.1.2" |
| 61 | + "prettier": "^2.3.2" |
87 | 62 | }
|
88 | 63 | }
|
0 commit comments