Skip to content

Commit

Permalink
Remove unused dependencies (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov authored Nov 14, 2023
1 parent c5a81e8 commit 527cc25
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 524 deletions.
15 changes: 3 additions & 12 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,50 +37,41 @@
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap-icons": "^1.3.0",
"bootstrap-switch-button-react": "^1.2.0",
"classnames": "^2.2.6",
"jquery": "^3.5.1",
"jquery.terminal": "^2.20.1",
"lodash": "^4.17.20",
"miew": "0.9.0",
"react": "^16.13.1",
"react-bootstrap": "^2.9.0",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-redux": "^7.2.0",
"styled-components": "^5.1.1"
"react-redux": "^7.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@testing-library/react": "^11.2.0",
"@types/jest": "^25.2.2",
"babel-jest": "^26.0.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.50.0",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"jest-canvas-mock": "^2.2.0",
"jest-simple-dot-reporter": "^1.0.5",
"mini-css-extract-plugin": "^2.7.6",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-scss": "^2.0.0",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"style-loader": "^3.3.3",
"three": "0.125.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
5 changes: 1 addition & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,10 @@
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.22.15",
"autoprefixer": "^9.7.4",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-airbnb": "^5.0.0",
"bootstrap": "^3.3.7",
"bootstrap-switch": "=3.3.4",
"browserify": "^16.5.1",
Expand Down Expand Up @@ -125,6 +121,7 @@
"npm-run-all": "^4.1.3",
"nyc": "^15.0.0",
"open": "^7.0.3",
"postcss": "^8.4.31",
"postcss-advanced-variables": "^3.0.1",
"postcss-calc": "^7.0.2",
"postcss-cli": "^7.1.1",
Expand Down
Loading

0 comments on commit 527cc25

Please # to comment.