Skip to content

Commit

Permalink
Update: Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juni37 committed Dec 10, 2023
1 parent b312c43 commit a062c10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "astro-landing-page",
"version": "1.0.0",
"description": "ASFSA landing page project",
"main": "page.tsx",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -7,8 +11,10 @@
"lint": "next lint"
},
"dependencies": {
"express": "^4.17.1",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit a062c10

Please sign in to comment.