build: remove polyfill deps

This commit is contained in:
fryorcraken.eth 2022-08-30 14:39:05 +10:00
parent fcaf17d953
commit 72ab3f22ec
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 82 additions and 457 deletions

View File

@ -7,21 +7,18 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.1.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"js-waku": "^0.24.0",
"protons": "^2.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cra-webpack-rewired start",
"build": "cra-webpack-rewired build",
"test": "cra-webpack-rewired test",
"eject": "cra-webpack-rewired eject"
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
@ -45,8 +42,6 @@
},
"devDependencies": {
"@testing-library/dom": "^8.16.1",
"cra-webpack-rewired": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.7.4"
}
}

File diff suppressed because it is too large Load Diff