Skip to content

Commit

Permalink
fix: move libs only used for dev to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeda1103 committed May 18, 2023
1 parent 2c97e08 commit f9a8a5d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"homepage": "./",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"aos": "^2.3.4",
"d3": "^6.3.1",
"kepler.gl": "^2.0.1",
Expand All @@ -34,11 +31,9 @@
"react-scroll": "^1.8.1",
"react-select": "^3.2.0",
"react-share": "^4.3.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux": "^4.0.5",
"screenfull": "^5.1.0",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -58,6 +53,11 @@
],
"devDependencies": {
"cra-bundle-analyzer": "^0.1.0",
"webpack-bundle-analyzer": "^4.4.2"
"webpack-bundle-analyzer": "^4.4.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"redux-devtools-extension": "^2.13.9",
"web-vitals": "^0.2.4"
}
}

0 comments on commit f9a8a5d

Please sign in to comment.