Skip to content

Commit

Permalink
Add translation
Browse files Browse the repository at this point in the history
Version up
RSC first
  • Loading branch information
kitloong committed May 9, 2024
1 parent 51b3211 commit 9605323
Show file tree
Hide file tree
Showing 16 changed files with 2,974 additions and 2,371 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,42 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.6.8",
"axios-retry": "^4.1.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"i18next": "^23.11.2",
"i18next": "^23.11.3",
"js-cookie": "^3.0.5",
"negotiator": "^0.6.3",
"next": "^14.2.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-paginate": "^8.2.0",
"swr": "^2.2.5",
"zod": "^3.22.5",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"json-server": "^0.17.4",
"sass": "^1.75.0",
"sass": "^1.77.0",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 9605323

Please sign in to comment.