Skip to content

Commit

Permalink
[chore] added icon packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha committed Oct 28, 2024
1 parent ad77cbf commit 33259c9
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 460 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,29 @@
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.5.3",
"@supabase/supabase-js": "^2.45.4",
"@supabase/supabase-js": "^2.45.6",
"@types/react-modal": "^3.16.3",
"@vis.gl/react-google-maps": "^1.3.0",
"dotenv": "^16.4.5",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/node": "^20.17.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"eslint": "^8",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"typescript": "^5",
"typescript": "^5.6.3",
"yarnhook": "^0.6.2"
}
}
Loading

0 comments on commit 33259c9

Please sign in to comment.