Browse Source

Remove react-scripts dependency

We are using vite as our build tool. No need for react-scripts.
The removal of react-scripts highlights that we are depending
on things like eslint without declaring these dependencies. Fix
that.
update-blockstream-electrum-server-url
Thomas Eizinger 3 years ago
parent
commit
c55f579574
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 3
      taker-frontend/package.json
  2. 9752
      taker-frontend/yarn.lock

3
taker-frontend/package.json

@ -21,6 +21,8 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.3",
"eslint": "^8.4.1",
"eslint-config-react-app": "^7.0.0",
"framer-motion": "^5",
"next": "^12.0.4",
"react": "^17.0.2",
@ -29,7 +31,6 @@
"react-icons": "^4.3.1",
"react-refresh": "^0.11.0",
"react-router-dom": "6.1.1",
"react-scripts": "4.0.3",
"react-sse-hooks": "^1.0.5",
"react-use-websocket": "^2.9.1",
"typescript": "^4.5.4",

9752
taker-frontend/yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save