Skip to content

Commit

Permalink
Remove unused pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniPepi committed Oct 9, 2022
1 parent 50be00b commit 30f450a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 89 deletions.
83 changes: 5 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
"@material-ui/core": "^4.12.4",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"chart.js": "^3.9.1",
"explorer": "^0.0.5",
"file-loader": "^6.2.0",
"firebase": "^9.11.0",
"framer-motion": "^7.5.3",
"frappe-charts": "^1.6.2",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-collapse": "^5.1.1",
"react-dom": "^18.2.0",
"react-frappe-charts": "^4.1.0",
"react-scripts": "5.0.1",
"source-map": "^0.7.4",
"uplot": "^1.6.22",
"uplot-react": "^1.1.1"
"source-map": "^0.7.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand All @@ -38,10 +32,14 @@
},
"browserslist": {
"production": [
"defaults and supports es6-module"
],
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"defaults and supports es6-module"
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/RealTimeData.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
display: flex;
align-items: center;
gap: 0.3rem;
font-size: 0.7rem;
font-size: 0.8rem;
}
.accumulatedRain > .RainSvg {
width: 0.7rem;
Expand Down

0 comments on commit 30f450a

Please sign in to comment.