mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
[FIX] exporting resume
This commit is contained in:
609
package-lock.json
generated
609
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@ -24,25 +24,25 @@
|
|||||||
"dayjs": "^1.9.1",
|
"dayjs": "^1.9.1",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"downloadjs": "^1.4.7",
|
"downloadjs": "^1.4.7",
|
||||||
"firebase": "^7.22.0",
|
"firebase": "^7.23.0",
|
||||||
"formik": "^2.1.7",
|
"formik": "^2.2.0",
|
||||||
"gatsby": "^2.24.67",
|
"gatsby": "^2.24.73",
|
||||||
"gatsby-image": "^2.4.20",
|
"gatsby-image": "^2.4.21",
|
||||||
"gatsby-plugin-create-client-paths": "^2.3.12",
|
"gatsby-plugin-create-client-paths": "^2.3.13",
|
||||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||||
"gatsby-plugin-manifest": "^2.4.33",
|
"gatsby-plugin-manifest": "^2.4.34",
|
||||||
"gatsby-plugin-material-ui": "^2.1.10",
|
"gatsby-plugin-material-ui": "^2.1.10",
|
||||||
"gatsby-plugin-postcss": "^3.0.0",
|
"gatsby-plugin-postcss": "^3.0.1",
|
||||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.12",
|
"gatsby-plugin-react-helmet": "^3.3.14",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-plugin-sharp": "^2.6.38",
|
"gatsby-plugin-sharp": "^2.6.40",
|
||||||
"gatsby-plugin-sitemap": "^2.4.14",
|
"gatsby-plugin-sitemap": "^2.4.15",
|
||||||
"gatsby-source-filesystem": "^2.3.32",
|
"gatsby-source-filesystem": "^2.3.34",
|
||||||
"gatsby-source-gravatar": "^1.0.0",
|
"gatsby-source-gravatar": "^1.0.0",
|
||||||
"gatsby-transformer-remark": "^2.8.37",
|
"gatsby-transformer-remark": "^2.8.38",
|
||||||
"gatsby-transformer-sharp": "^2.5.16",
|
"gatsby-transformer-sharp": "^2.5.17",
|
||||||
"i18next": "^19.8.1",
|
"i18next": "^19.8.2",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"nanoevents": "^5.1.8",
|
"nanoevents": "^5.1.8",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
@ -53,24 +53,24 @@
|
|||||||
"react-icons": "^3.11.0",
|
"react-icons": "^3.11.0",
|
||||||
"react-markdown": "^4.3.1",
|
"react-markdown": "^4.3.1",
|
||||||
"react-scroll": "^1.8.1",
|
"react-scroll": "^1.8.1",
|
||||||
"react-toastify": "^6.0.8",
|
"react-toastify": "^6.0.9",
|
||||||
"short-unique-id": "^3.0.4",
|
"short-unique-id": "^3.0.4",
|
||||||
"uuid": "^8.3.0",
|
"uuid": "^8.3.1",
|
||||||
"yup": "^0.29.3"
|
"yup": "^0.29.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.10.0",
|
"eslint": "^7.11.0",
|
||||||
"eslint-config-airbnb": "^18.2.0",
|
"eslint-config-airbnb": "^18.2.0",
|
||||||
"eslint-config-prettier": "^6.12.0",
|
"eslint-config-prettier": "^6.12.0",
|
||||||
"eslint-loader": "^4.0.2",
|
"eslint-loader": "^4.0.2",
|
||||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||||
"eslint-plugin-prettier": "^3.1.4",
|
"eslint-plugin-prettier": "^3.1.4",
|
||||||
"eslint-plugin-react": "^7.21.3",
|
"eslint-plugin-react": "^7.21.4",
|
||||||
"gatsby-plugin-eslint": "^2.0.8",
|
"gatsby-plugin-eslint": "^2.0.8",
|
||||||
"prettier": "2.1.2",
|
"prettier": "2.1.2",
|
||||||
"stylelint": "^13.7.2",
|
"stylelint": "^13.7.2",
|
||||||
"stylelint-config-standard": "^20.0.0",
|
"stylelint-config-standard": "^20.0.0",
|
||||||
"tailwindcss": "^1.8.10"
|
"tailwindcss": "^1.8.13"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user