Skip to content

Commit

Permalink
Merge pull request #918 from bitcoin-sv/deps/cleanup-dependencies
Browse files Browse the repository at this point in the history
deps(SPV-788): remove unneeded dependencies
  • Loading branch information
dorzepowski authored May 16, 2024
2 parents 89ff32d + 55bb613 commit 5115029
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 915 deletions.
4 changes: 1 addition & 3 deletions craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module.exports = {
plugins: {
add: [
new webpack.ProvidePlugin({
process: 'process/browser.js',
Buffer: ['buffer/index.js', 'Buffer'],
}),
]
},
Expand All @@ -26,4 +24,4 @@ module.exports = {
'Content-Security-Policy': "default-src 'self'; style-src 'self' fonts.googleapis.com 'unsafe-inline'; font-src 'self' fonts.gstatic.com; script-src 'self'; connect-src 'self' http://localhost:3003; img-src *; base-uri 'self'; form-action 'self'; frame-src 'self'; object-src 'none'; media-src 'none'; frame-ancestors 'self';"
}
}
}
}
21 changes: 2 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,44 +28,27 @@
"proxy": "http://localhost:3003",
"dependencies": {
"@4chain-ag/react-configuration": "^1.0.4",
"@bsv/spv-wallet-js-client": "1.0.0-beta.2",
"@bsv/spv-wallet-js-client": "1.0.0-beta.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@inovua/reactdatagrid-community": "^5.10.2",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@mui/styles": "^5.15.15",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"assert": "npm:assert-browserify@^2.0.0",
"@bsv/sdk": "^1.0.17",
"buffer": "6.0.3",
"crypto": "npm:crypto-browserify@^3.12.0",
"formik": "^2.4.5",
"history": "^5.0.0",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"nprogress": "^0.2.0",
"pino": "^8.18.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-data-grid": "^7.0.0-canary.49",
"react-dom": "^18.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-qr-code": "^2.0.12",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"stream": "npm:[email protected]",
"uuid": "^9.0.1",
"web-vitals": "^3.5.2",
"yup": "^1.3.3"
"web-vitals": "^3.5.2"
},
"eslintConfig": {
"extends": [
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './polyfill';
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
Expand Down
4 changes: 0 additions & 4 deletions src/polyfill.js

This file was deleted.

Loading

0 comments on commit 5115029

Please sign in to comment.