|
7 | 7 | "version": "7.3.3", |
8 | 8 | "license": "MIT", |
9 | 9 | "scripts": { |
10 | | - "start": "echo \"$CF_PAGES_COMMIT_SHA\" > public/commit_hash && react-scripts start", |
11 | | - "build": "echo \"$CF_PAGES_COMMIT_SHA\" > public/commit_hash && react-scripts build", |
12 | | - "test": "react-scripts test", |
| 10 | + "start": "echo \"$CF_PAGES_COMMIT_SHA\" > public/commit_hash && react-app-rewired start", |
| 11 | + "build": "echo \"$CF_PAGES_COMMIT_SHA\" > public/commit_hash && react-app-rewired build", |
| 12 | + "test": "react-app-rewired test", |
13 | 13 | "prepare": "husky install", |
14 | 14 | "pre-commit": "lint-staged", |
15 | 15 | "analyze": "source-map-explorer 'build/static/js/*.js'", |
|
56 | 56 | "bech32": "^2.0.0", |
57 | 57 | "bignumber.js": "^9.0.2", |
58 | 58 | "buffer": "^6.0.3", |
59 | | - "comlink": "^4.4.1", |
60 | 59 | "classnames": "^2.3.2", |
| 60 | + "comlink": "^4.4.1", |
61 | 61 | "crypto-js": "^4.1.1", |
62 | 62 | "date-fns": "^2.28.0", |
63 | 63 | "i18next": "^21.8.14", |
|
74 | 74 | "lodash.uniqby": "^4.7.0", |
75 | 75 | "lottie-react": "^2.3.1", |
76 | 76 | "moment": "^2.29.4", |
77 | | - "nostr-tools": "1.5.0", |
| 77 | + "@terra-money/@terra-money/nostr-tools": "1.10.2", |
78 | 78 | "numeral": "^2.0.6", |
79 | 79 | "prettier": "^2.6.2", |
80 | 80 | "qrcode.react": "^3.1.0", |
81 | 81 | "qs": "^6.11.0", |
82 | 82 | "ramda": "^0.28.0", |
83 | 83 | "react": "^18.2.0", |
| 84 | + "react-app-rewired": "^2.2.1", |
84 | 85 | "react-copy-to-clipboard": "^5.1.0", |
85 | 86 | "react-dom": "^18.2.0", |
86 | 87 | "react-hook-form": "^7.29.0", |
|
99 | 100 | }, |
100 | 101 | "devDependencies": { |
101 | 102 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 103 | + "@babel/plugin-transform-optional-chaining": "^7.22.15", |
| 104 | + "@babel/plugin-transform-private-property-in-object": "^7.22.11", |
| 105 | + "@babel/preset-env": "^7.22.20", |
102 | 106 | "@emotion/react": "^11.9.0", |
103 | 107 | "@emotion/styled": "^11.8.1", |
104 | 108 | "@types/crypto-js": "^4.1.1", |
|
0 commit comments