Adding dependencies
This commit is contained in:
parent
db76530ef4
commit
6e2b0b2360
10 changed files with 354 additions and 101 deletions
|
@ -14,9 +14,17 @@
|
|||
"@types/react-dom": "18.0.11",
|
||||
"eslint": "8.38.0",
|
||||
"eslint-config-next": "13.3.0",
|
||||
"i18next": "^22.4.14",
|
||||
"next": "13.3.0",
|
||||
"next-i18next": "^13.2.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "^12.2.0",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"prettier": "^2.8.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue