File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33# dependencies
44/node_modules
5+ /build
56/.pnp
67.pnp.js
78
Original file line number Diff line number Diff line change 11{
22 "name" : " javascript-crud-with-sampletasks" ,
33 "version" : " 1.0" ,
4+ "homepage" : " https://mohamedrizwan399.github.io/CRUDJavaScriptSampleProject" ,
45 "private" : true ,
56 "dependencies" : {
67 "@reduxjs/toolkit" : " ^1.9.7" ,
1011 "axios" : " ^1.7.7" ,
1112 "cors" : " ^2.8.5" ,
1213 "firebase" : " ^11.0.1" ,
14+ "gh-pages" : " ^6.2.0" ,
1315 "jest" : " ^27.5.1" ,
1416 "jwt-decode" : " ^3.1.2" ,
1517 "nodemon" : " ^3.1.7" ,
3032 "start" : " react-scripts start" ,
3133 "build" : " react-scripts build" ,
3234 "test" : " react-scripts test" ,
33- "eject" : " react-scripts eject"
35+ "eject" : " react-scripts eject" ,
36+ "predeploy" : " npm run build" ,
37+ "deploy" : " gh-pages -b master -d build"
3438 },
3539 "eslintConfig" : {
3640 "extends" : [
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const GoogleLogin = () => {
3434 useEffect ( ( ) => {
3535 //its global google and its from client
3636 google . accounts . id . initialize ( {
37- client_id : "424905758834-2dmk59lkqblmtcmd8cmih8tb5bkp2gek.apps.googleusercontent.com " ,
37+ client_id : "" ,
3838 callback : handleCallbackResponse
3939 } ) ;
4040 google . accounts . id . renderButton (
You can’t perform that action at this time.
0 commit comments