Skip to content

Commit

Permalink
Slimmed down dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed Nov 24, 2021
1 parent e0d1021 commit 05d34f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
webpack.config.js
web
.github
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
},
"peerDependencies": {
"@clusterio/lib": "^2.0.0-alpha.0",
"@clusterio/web_ui": "^2.0.0-alpha.0",
"react-router-dom": "*"
},
"dependencies": {
"fs-extra": "^8.1.0",
"leaflet": "^1.7.1",
"leaflet-rastercoords": "^1.0.4",
"react-leaflet": "^2.8.0",
"react-leaflet-enhanced-marker": "^1.0.21",
"sharp": "^0.29.3"
},
"devDependencies": {
"@clusterio/web_ui": "^2.0.0-alpha.10",
"antd": "^4.16.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.2.0"
"webpack-merge": "^5.2.0",
"leaflet": "^1.7.1",
"leaflet-rastercoords": "^1.0.4",
"react-leaflet": "^2.8.0",
"react-leaflet-enhanced-marker": "^1.0.21"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 05d34f5

Please sign in to comment.