Skip to content

Commit

Permalink
Merge pull request #11 from Dinujaya-Sandaruwan/build/beta for v1.1.0
Browse files Browse the repository at this point in the history
Pull request for v1.1.0

Changes list:

Added mobile navigation menu πŸ”
Added pre-loader with lottie animations πŸ”ƒ
Changed image compression library πŸ–ΌοΈ
Added infinite scrolling for post list πŸ“ƒ
  • Loading branch information
Dinujaya-Sandaruwan committed Mar 6, 2024
2 parents f2ed4c0 + 4a98261 commit 4ef8b3a
Show file tree
Hide file tree
Showing 18 changed files with 845 additions and 77 deletions.
Empty file removed note.ts
Empty file.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
"preview": "vite preview"
},
"dependencies": {
"@szhsin/react-menu": "^4.1.0",
"axios": "^1.6.5",
"compressorjs": "^1.2.1",
"dompurify": "^3.0.8",
"dotenv": "^16.3.2",
"firebase": "^10.3.1",
"image-compressor.js": "^1.1.4",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.3.1",
"react-simple-image-viewer": "^1.2.2",
"uuid": "^9.0.0",
Expand All @@ -26,6 +29,7 @@
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.15",
"@types/react-burger-menu": "^2.8.7",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand All @@ -34,6 +38,7 @@
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"react-lottie-player": "^1.5.6",
"react-toastify": "^10.0.3",
"sass": "^1.66.1",
"typescript": "^5.0.2",
Expand Down
Loading

0 comments on commit 4ef8b3a

Please sign in to comment.