Browse Source

Remove duplicate dependency declarations

These are already present in the `dependencies` section.
update-blockstream-electrum-server-url
Thomas Eizinger 3 years ago
parent
commit
7ac8de471e
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 6
      taker-frontend/package.json

6
taker-frontend/package.json

@ -43,11 +43,7 @@
},
"devDependencies": {
"@types/eslint": "^8",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.5.4",
"vite": "^2.7.2"
"@vitejs/plugin-react-refresh": "^1.3.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",

Loading…
Cancel
Save