Skip to content

Commit

Permalink
Added i18next dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFong604 committed Mar 20, 2024
1 parent 2be9efb commit 5ef3dea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
27 changes: 24 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"i18next": "^23.10.1",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"next": "14.0.4"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
"typescript": "^5"
}
}

0 comments on commit 5ef3dea

Please sign in to comment.