Add github button (#577)

This commit is contained in:
Salih Altun
2024-07-10 23:21:30 +03:00
committed by GitHub
parent 0ddda3f481
commit bae1a93ca6
3 changed files with 29 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
"posthog-js": "^1.138.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-hook-form": "^7.51.1",
"react-router-dom": "^6.22.3",
"serve-handler": "^6.1.5",
@@ -3791,6 +3792,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/github-buttons": {
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/github-buttons/-/github-buttons-2.28.0.tgz",
"integrity": "sha512-KsCbYiA+MiHO3ytzdGvGt/GNde4GfG9BrrLxxc+ut2snBF9IAjrn2F5mNgHHEXdG/CfFIHOMV8Uxy4LNhxZwUA=="
},
"node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -5245,6 +5251,17 @@
"react": "^18.2.0"
}
},
"node_modules/react-github-btn": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/react-github-btn/-/react-github-btn-1.4.0.tgz",
"integrity": "sha512-lV4FYClAfjWnBfv0iNlJUGhamDgIq6TayD0kPZED6VzHWdpcHmPfsYOZ/CFwLfPv4Zp+F4m8QKTj0oy2HjiGXg==",
"dependencies": {
"github-buttons": "^2.22.0"
},
"peerDependencies": {
"react": ">=16.3.0"
}
},
"node_modules/react-hook-form": {
"version": "7.51.1",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.1.tgz",