1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

feat: i18n

This commit is contained in:
2019-08-03 13:36:29 +09:00
parent 984032c2ae
commit c1d0d3fd43
19 changed files with 239 additions and 34 deletions

View File

@@ -5,16 +5,21 @@
"build": "react-scripts build",
"eject": "react-scripts eject",
"now-build": "yarn build",
"now-dev": "BROWSER=false react-scripts start",
"now-dev": "react-scripts start",
"start": "react-scripts start",
"test": "react-scripts test"
},
"dependencies": {
"fetch-suspense": "^1.2.0",
"i18next": "^17.0.8",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^3.0.0",
"isomorphic-unfetch": "^3.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-i18next": "^10.11.4",
"react-icons": "^3.7.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.13",