Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 7, 2024
1 parent 76cd350 commit 877d309
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"next-sitemap": "^4.0.7",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.2.0", // Added for react-intersection-observer
"react-dom": "18.2.0", // Added for react-intersection-observer
"react-icons": "^4.8.0",
"react-vertical-timeline-component": "^3.6.0",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.3",
"@next/env": "^13.3.0",
"vercel": "^28.4.0"
"vercel": "^28.4.0",
"wrangler": "^2.42.0" // Added for @cloudflare/next-on-pages
}
}

0 comments on commit 877d309

Please sign in to comment.