Wrote an example page
This commit is contained in:
parent
a7d299d59f
commit
11a3d6ef23
5 changed files with 147560 additions and 0 deletions
147522
.yarn/releases/yarn-1.22.15.cjs
vendored
Normal file
147522
.yarn/releases/yarn-1.22.15.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
5
.yarnrc
Normal file
5
.yarnrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
yarn-path ".yarn/releases/yarn-1.22.15.cjs"
|
|
@ -7,6 +7,7 @@
|
|||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"react": "^17.0.2",
|
||||
"react-awesome-button": "^6.5.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "4.0.3",
|
||||
"web-vitals": "^1.0.1"
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"title": "mikwee's online presence",
|
||||
"links": [
|
||||
{
|
||||
"type": "twitter",
|
||||
"link": "https://twitter.com/toon_mikwee",
|
||||
"text": "My Twitter Account"
|
||||
},
|
||||
{
|
||||
"type": "twitter",
|
||||
"link": "https://twitter.com/NCILCulture",
|
||||
"text": "No Context Israeli Culture"
|
||||
},
|
||||
{
|
||||
"type": "reddit",
|
||||
"link": "https://reddit.com/u/mikwee",
|
||||
"text": "My Reddit Account"
|
||||
}
|
||||
]
|
||||
}
|
12
yarn.lock
12
yarn.lock
|
@ -8974,6 +8974,13 @@ react-app-polyfill@^2.0.0:
|
|||
regenerator-runtime "^0.13.7"
|
||||
whatwg-fetch "^3.4.1"
|
||||
|
||||
react-awesome-button@^6.5.1:
|
||||
version "6.5.1"
|
||||
resolved "https://registry.yarnpkg.com/react-awesome-button/-/react-awesome-button-6.5.1.tgz#d2103e98dc4d48550efd21dd9ec8f5a09e596407"
|
||||
integrity sha512-94AS4BSIgRCMSHq8wcy3ztostjLK8cqjUX6DT5oWiYNs3uxLv5uk4yFMlzXBjo0I4TERLOZGn66q0xwb+xw5qw==
|
||||
dependencies:
|
||||
web-animation-club "^0.6.0"
|
||||
|
||||
react-dev-utils@^11.0.3:
|
||||
version "11.0.4"
|
||||
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a"
|
||||
|
@ -10979,6 +10986,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
|
|||
dependencies:
|
||||
minimalistic-assert "^1.0.0"
|
||||
|
||||
web-animation-club@^0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.yarnpkg.com/web-animation-club/-/web-animation-club-0.6.0.tgz#c1dd79646b21e4265b5f95ae9cb8b93b73e05e47"
|
||||
integrity sha512-9W+EQu1HiaPLe/7WZlhJ2ULqQ4VL80RPDYW+ZcjfTKp6ayOuT1k3SVO6+tu0VBRmOqueJ/mrG+rjjInIv8Aglg==
|
||||
|
||||
web-vitals@^1.0.1:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c"
|
||||
|
|
Loading…
Reference in a new issue