Skip to content

Commit

Permalink
Merge branch 'main' into duosi/fix/eventPageText
Browse files Browse the repository at this point in the history
  • Loading branch information
Duosi-Dai authored Oct 10, 2024
2 parents ca80c5b + 801ef93 commit acdcf74
Show file tree
Hide file tree
Showing 38 changed files with 3,130 additions and 161 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
Expand All @@ -21,7 +22,9 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.20.1",
"@turf/center-of-mass": "^7.0.0",
"@vercel/analytics": "^1.2.2",
"@vercel/flags": "^2.3.0",
"@vercel/speed-insights": "^1.0.10",
Expand All @@ -30,15 +33,18 @@
"clsx": "^2.1.0",
"contentful": "^10.6.21",
"embla-carousel-react": "^8.0.0",
"geojson": "^0.5.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.323.0",
"luxon": "^3.4.4",
"maplibre-gl": "^4.5.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"react": "18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-map-gl": "^7.1.7",
"react-multi-carousel": "^2.8.5",
"sharp": "^0.33.3",
"sonner": "^1.4.41",
Expand All @@ -59,6 +65,8 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/geojson": "^7946.0.14",
"@types/mapbox__mapbox-gl-draw": "^1.4.7",
"autoprefixer": "^10.0.1",
"eslint": "^9.8.0",
"eslint-config-next": "14.1.0",
Expand Down
Loading

0 comments on commit acdcf74

Please sign in to comment.