Skip to content

Commit

Permalink
Get data for the map in the journey's steps creation (#21)
Browse files Browse the repository at this point in the history
- Data got from the api of minisitre de la culture
-  Use these points to pick a localisation for a step
  • Loading branch information
MaximeDan authored Jun 26, 2024
1 parent 46e13bb commit 806b542
Show file tree
Hide file tree
Showing 49 changed files with 1,042 additions and 133 deletions.
168 changes: 165 additions & 3 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.5",
"framer-motion": "^11.2.11",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.396.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
Expand All @@ -37,6 +40,8 @@
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-modal-sheet": "^3.1.0",
"react-scroll-parallax": "^3.4.5",
"tailwind-merge": "^2.3.0",
Expand All @@ -52,6 +57,7 @@
"@types/node": "^20.14.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-leaflet-markercluster": "^3.0.4",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
Expand Down
Loading

0 comments on commit 806b542

Please sign in to comment.