mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
Stopped tracking .env files, but keep remote
This commit is contained in:
8
.env
8
.env
@ -1,8 +0,0 @@
|
|||||||
FIREBASE_APIKEY=""
|
|
||||||
FIREBASE_APPID=""
|
|
||||||
FIREBASE_AUTHDOMAIN=""
|
|
||||||
FIREBASE_DATABASEURL=""
|
|
||||||
FIREBASE_MEASUREMENTID=""
|
|
||||||
FIREBASE_MESSAGINGSENDERID=""
|
|
||||||
FIREBASE_PROJECTID=""
|
|
||||||
FIREBASE_STORAGEBUCKET=""
|
|
||||||
48
functions/package-lock.json
generated
48
functions/package-lock.json
generated
@ -14,32 +14,32 @@
|
|||||||
"integrity": "sha512-88h74TMQ6wXChPA6h9Q3E1Jg6TkTHep2+k63OWg3s0ozyGVMeY+TTOti7PFPzq5RhszQPQOoCi59es4MaRvgCw=="
|
"integrity": "sha512-88h74TMQ6wXChPA6h9Q3E1Jg6TkTHep2+k63OWg3s0ozyGVMeY+TTOti7PFPzq5RhszQPQOoCi59es4MaRvgCw=="
|
||||||
},
|
},
|
||||||
"@firebase/component": {
|
"@firebase/component": {
|
||||||
"version": "0.1.19",
|
"version": "0.1.21",
|
||||||
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.19.tgz",
|
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.21.tgz",
|
||||||
"integrity": "sha512-L0S3g8eqaerg8y0zox3oOHSTwn/FE8RbcRHiurnbESvDViZtP5S5WnhuAPd7FnFxa8ElWK0z1Tr3ikzWDv1xdQ==",
|
"integrity": "sha512-kd5sVmCLB95EK81Pj+yDTea8pzN2qo/1yr0ua9yVi6UgMzm6zAeih73iVUkaat96MAHy26yosMufkvd3zC4IKg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@firebase/util": "0.3.2",
|
"@firebase/util": "0.3.4",
|
||||||
"tslib": "^1.11.1"
|
"tslib": "^1.11.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@firebase/database": {
|
"@firebase/database": {
|
||||||
"version": "0.6.13",
|
"version": "0.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.6.13.tgz",
|
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.8.1.tgz",
|
||||||
"integrity": "sha512-NommVkAPzU7CKd1gyehmi3lz0K78q0KOfiex7Nfy7MBMwknLm7oNqKovXSgQV1PCLvKXvvAplDSFhDhzIf9obA==",
|
"integrity": "sha512-/1HhR4ejpqUaM9Cn3KSeNdQvdlehWIhdfTVWFxS73ZlLYf7ayk9jITwH10H3ZOIm5yNzxF67p/U7Z/0IPhgWaQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@firebase/auth-interop-types": "0.1.5",
|
"@firebase/auth-interop-types": "0.1.5",
|
||||||
"@firebase/component": "0.1.19",
|
"@firebase/component": "0.1.21",
|
||||||
"@firebase/database-types": "0.5.2",
|
"@firebase/database-types": "0.6.1",
|
||||||
"@firebase/logger": "0.2.6",
|
"@firebase/logger": "0.2.6",
|
||||||
"@firebase/util": "0.3.2",
|
"@firebase/util": "0.3.4",
|
||||||
"faye-websocket": "0.11.3",
|
"faye-websocket": "0.11.3",
|
||||||
"tslib": "^1.11.1"
|
"tslib": "^1.11.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@firebase/database-types": {
|
"@firebase/database-types": {
|
||||||
"version": "0.5.2",
|
"version": "0.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.6.1.tgz",
|
||||||
"integrity": "sha512-ap2WQOS3LKmGuVFKUghFft7RxXTyZTDr0Xd8y2aqmWsbJVjgozi0huL/EUMgTjGFrATAjcf2A7aNs8AKKZ2a8g==",
|
"integrity": "sha512-JtL3FUbWG+bM59iYuphfx9WOu2Mzf0OZNaqWiQ7lJR8wBe7bS9rIm9jlBFtksB7xcya1lZSQPA/GAy2jIlMIkA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@firebase/app-types": "0.6.1"
|
"@firebase/app-types": "0.6.1"
|
||||||
}
|
}
|
||||||
@ -50,9 +50,9 @@
|
|||||||
"integrity": "sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw=="
|
"integrity": "sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw=="
|
||||||
},
|
},
|
||||||
"@firebase/util": {
|
"@firebase/util": {
|
||||||
"version": "0.3.2",
|
"version": "0.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.3.4.tgz",
|
||||||
"integrity": "sha512-Dqs00++c8rwKky6KCKLLY2T1qYO4Q+X5t+lF7DInXDNF4ae1Oau35bkD+OpJ9u7l1pEv7KHowP6CUKuySCOc8g==",
|
"integrity": "sha512-VwjJUE2Vgr2UMfH63ZtIX9Hd7x+6gayi6RUXaTqEYxSbf/JmehLmAEYSuxS/NckfzAXWeGnKclvnXVibDgpjQQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^1.11.1"
|
"tslib": "^1.11.1"
|
||||||
}
|
}
|
||||||
@ -108,9 +108,9 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"@google-cloud/storage": {
|
"@google-cloud/storage": {
|
||||||
"version": "5.6.0",
|
"version": "5.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.7.0.tgz",
|
||||||
"integrity": "sha512-nLcym8IuCzy1O7tNTXNFuMHfX900sTM3kSTqbKe7oFSoKUiaIM+FHuuuDimMMlieY6StA1xYNPRFFHz57Nv8YQ==",
|
"integrity": "sha512-6nPTylNaYWsVo5yHDdjQfUSh9qP/DFwahhyvOAf9CSDKfeoOys8+PAyHsoKyL29uyYoC6ymws7uJDO48y/SzBA==",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@google-cloud/common": "^3.5.0",
|
"@google-cloud/common": "^3.5.0",
|
||||||
@ -869,12 +869,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"firebase-admin": {
|
"firebase-admin": {
|
||||||
"version": "9.4.1",
|
"version": "9.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.4.2.tgz",
|
||||||
"integrity": "sha512-y9r2Mz2x1WTr60YrCDqz8Lw70DlwIvRIieVltP+UdRogkVpfnvyd+bi4D0KPlujW3teqcFPmxuzsXB+DP5vGfQ==",
|
"integrity": "sha512-mRnBJbW6BAz6DJkZ0GOUTkmnmCrwVzMreMc6O+RXWukFydOzi5Xr6TKSiPKxoOQw41r9IluP2AZ3Qzvlx2SR+g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@firebase/database": "^0.6.10",
|
"@firebase/database": "^0.8.1",
|
||||||
"@firebase/database-types": "^0.5.2",
|
"@firebase/database-types": "^0.6.1",
|
||||||
"@google-cloud/firestore": "^4.5.0",
|
"@google-cloud/firestore": "^4.5.0",
|
||||||
"@google-cloud/storage": "^5.3.0",
|
"@google-cloud/storage": "^5.3.0",
|
||||||
"@types/node": "^10.10.0",
|
"@types/node": "^10.10.0",
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"node": "12"
|
"node": "12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"firebase-admin": "^9.4.1",
|
"firebase-admin": "^9.4.2",
|
||||||
"firebase-functions": "^3.13.0",
|
"firebase-functions": "^3.13.0",
|
||||||
"puppeteer": "5.5.0"
|
"puppeteer": "5.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
title: 'Reactive Resume',
|
title: 'Reactive Resume',
|
||||||
siteUrl: 'https://rxresu.me',
|
siteUrl: 'https://rxresu.me',
|
||||||
description: 'A free and open source resume builder.',
|
description: 'A free and open source resume builder.',
|
||||||
version: '2.3.3',
|
version: '2.3.4',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'gatsby-plugin-react-helmet',
|
'gatsby-plugin-react-helmet',
|
||||||
|
|||||||
10
package.json
10
package.json
@ -26,8 +26,8 @@
|
|||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"downloadjs": "^1.4.7",
|
"downloadjs": "^1.4.7",
|
||||||
"firebase": "^8.1.2",
|
"firebase": "^8.1.2",
|
||||||
"formik": "^2.2.5",
|
"formik": "^2.2.6",
|
||||||
"gatsby": "^2.28.1",
|
"gatsby": "^2.28.2",
|
||||||
"gatsby-image": "^2.7.0",
|
"gatsby-image": "^2.7.0",
|
||||||
"gatsby-plugin-create-client-paths": "^2.6.0",
|
"gatsby-plugin-create-client-paths": "^2.6.0",
|
||||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||||
@ -46,19 +46,19 @@
|
|||||||
"i18next": "^19.8.4",
|
"i18next": "^19.8.4",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"nanoevents": "^5.1.10",
|
"nanoevents": "^5.1.10",
|
||||||
"postcss": "^8.2.0",
|
"postcss": "^8.2.1",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-beautiful-dnd": "^13.0.0",
|
"react-beautiful-dnd": "^13.0.0",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-i18next": "^11.8.1",
|
"react-i18next": "^11.8.3",
|
||||||
"react-icons": "^4.1.0",
|
"react-icons": "^4.1.0",
|
||||||
"react-markdown": "^5.0.3",
|
"react-markdown": "^5.0.3",
|
||||||
"react-scroll": "^1.8.1",
|
"react-scroll": "^1.8.1",
|
||||||
"react-toastify": "^6.2.0",
|
"react-toastify": "^6.2.0",
|
||||||
"short-unique-id": "^3.2.0",
|
"short-unique-id": "^3.2.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"yup": "^0.32.6"
|
"yup": "^0.32.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.15.0",
|
"eslint": "^7.15.0",
|
||||||
|
|||||||
@ -23,8 +23,7 @@ const SocialModal = () => {
|
|||||||
username: Yup.string().required(t('shared.forms.validation.required')),
|
username: Yup.string().required(t('shared.forms.validation.required')),
|
||||||
url: Yup.string()
|
url: Yup.string()
|
||||||
.min(5, t('shared.forms.validation.min', { number: 5 }))
|
.min(5, t('shared.forms.validation.min', { number: 5 }))
|
||||||
.required(t('shared.forms.validation.required'))
|
.required(t('shared.forms.validation.required')),
|
||||||
.url(t('shared.forms.validation.url')),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { formatDate } from '../../../utils';
|
|||||||
|
|
||||||
const BirthDateB = () => {
|
const BirthDateB = () => {
|
||||||
const { data } = useContext(PageContext);
|
const { data } = useContext(PageContext);
|
||||||
const Icon = get(Icons, 'birthdaycake');
|
const Icon = get(Icons, 'birthday');
|
||||||
|
|
||||||
if (data.profile.birthDate) {
|
if (data.profile.birthDate) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { formatDate } from '../../../utils';
|
|||||||
|
|
||||||
const BirthDateC = () => {
|
const BirthDateC = () => {
|
||||||
const { data } = useContext(PageContext);
|
const { data } = useContext(PageContext);
|
||||||
const Icon = get(Icons, 'birthdaycake');
|
const Icon = get(Icons, 'birthday');
|
||||||
|
|
||||||
if (data.profile.birthDate) {
|
if (data.profile.birthDate) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -10,6 +10,8 @@ import {
|
|||||||
FaBehance,
|
FaBehance,
|
||||||
FaGitlab,
|
FaGitlab,
|
||||||
FaBirthdayCake,
|
FaBirthdayCake,
|
||||||
|
FaTelegram,
|
||||||
|
FaSkype,
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||||
|
|
||||||
@ -26,7 +28,9 @@ const Icons = {
|
|||||||
stackoverflow: FaStackOverflow,
|
stackoverflow: FaStackOverflow,
|
||||||
behance: FaBehance,
|
behance: FaBehance,
|
||||||
gitlab: FaGitlab,
|
gitlab: FaGitlab,
|
||||||
birthdaycake: FaBirthdayCake,
|
birthday: FaBirthdayCake,
|
||||||
|
telegram: FaTelegram,
|
||||||
|
skype: FaSkype,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Icons;
|
export default Icons;
|
||||||
|
|||||||
Reference in New Issue
Block a user