Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent 0eb8a04 commit 1c86e19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@
},
"dependencies": {
"express": "^4.18.2",
"mapbox-gl": "^2.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-icons": "^4.9.0",
"react-map-gl": "^7.1.3",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/mapbox-gl": "^2.7.11",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"vite": "^4.2.1",
"vite-plugin-svgr": "^4.1.0"
}
}

0 comments on commit 1c86e19

Please sign in to comment.