- creating and updating resumes

This commit is contained in:
Amruth Pillai
2020-07-04 14:31:25 +05:30
parent e1f1d84201
commit e247cb102c
16 changed files with 273 additions and 72 deletions

View File

@ -31,6 +31,7 @@
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-sharp": "^2.5.10",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-firebase-hooks": "^2.2.0",
@ -38,7 +39,8 @@
"react-icons": "^3.10.0",
"react-loader-spinner": "^3.1.14",
"react-toastify": "^6.0.8",
"uuid": "^8.2.0"
"uuid": "^8.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"prettier": "2.0.5",