Skip to content

Commit

Permalink
Added packages and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hqasmei committed Jan 29, 2023
1 parent 57f9cd0 commit 7cfd984
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

package-lock.json
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,17 @@
"eslint": "8.32.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-scroll": "^1.8.9",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/react-scroll": "^1.8.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}

1 comment on commit 7cfd984

@vercel
Copy link

@vercel vercel bot commented on 7cfd984 Jan 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.