- add multiple languages

- switch from moment to dayjs
This commit is contained in:
Amruth Pillai
2020-07-21 11:07:19 +05:30
parent e4f40f04ff
commit 7aab7c74f6
28 changed files with 255 additions and 416 deletions

View File

@ -22,22 +22,22 @@
"animate.css": "^4.1.0",
"array-move": "^3.0.0",
"classnames": "^2.2.6",
"dayjs": "^1.8.29",
"dotenv": "^8.2.0",
"downloadjs": "^1.4.7",
"firebase": "^7.16.1",
"formik": "^2.1.5",
"gatsby": "^2.24.4",
"gatsby": "^2.24.7",
"gatsby-image": "^2.4.13",
"gatsby-plugin-create-client-paths": "^2.3.10",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-lodash": "^3.3.10",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-manifest": "^2.4.19",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-offline": "^3.2.18",
"gatsby-plugin-offline": "^3.2.19",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-sharp": "^2.6.20",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-source-gravatar": "^1.0.0",
@ -45,7 +45,6 @@
"gatsby-transformer-sharp": "^2.5.11",
"i18next": "^19.6.2",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"nanoevents": "^5.1.8",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
@ -57,7 +56,6 @@
"react-scroll": "^1.8.0",
"react-toastify": "^6.0.8",
"short-unique-id": "^3.0.4",
"typeit-react": "^0.1.3",
"uuid": "^8.2.0",
"yup": "^0.29.1"
},