Skip to content

Commit

Permalink
ar(feat) DPCP-30-36: Calendar View, Map View
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 4, 2024
1 parent f810b76 commit 5df5446
Show file tree
Hide file tree
Showing 14 changed files with 2,243 additions and 1 deletion.
597 changes: 597 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
"husky": "^9.0.11",
"jsdom": "24.0.0",
"lodash": "4.17.21",
"mapbox-gl": "^3.5.2",
"moment": "^2.30.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react-map-gl": "^7.1.7",
"storybook": "^8.1.11",
"vite": "5.2.9",
"vite-plugin-dts": "3.8.3",
Expand All @@ -97,5 +99,10 @@
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"snyk": true
"snyk": true,
"dependencies": {
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15"
}
}
Loading

0 comments on commit 5df5446

Please sign in to comment.