Add socials

This commit is contained in:
2021-12-17 20:43:54 +01:00
parent 2cad9874c2
commit 4a869f2f6a
6 changed files with 121 additions and 2 deletions

18
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"name": "my_website",
"dependencies": {
"next": "12.0.7",
"phosphor-react": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
@@ -4476,6 +4477,17 @@
"node": ">=0.12"
}
},
"node_modules/phosphor-react": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/phosphor-react/-/phosphor-react-1.3.1.tgz",
"integrity": "sha512-N4dk4Lrl8Pa2V9cImw/6zP8x9oPFOSh6ixtSvB73zmcpKrX6Sb+lPlu6Y222VOwZx19mfo01bP+OeAbXHw95Jg==",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">=16"
}
},
"node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
@@ -8937,6 +8949,12 @@
"sha.js": "^2.4.8"
}
},
"phosphor-react": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/phosphor-react/-/phosphor-react-1.3.1.tgz",
"integrity": "sha512-N4dk4Lrl8Pa2V9cImw/6zP8x9oPFOSh6ixtSvB73zmcpKrX6Sb+lPlu6Y222VOwZx19mfo01bP+OeAbXHw95Jg==",
"requires": {}
},
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",