Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham21s authored May 19, 2024
1 parent c42a120 commit 37deedc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"@testing-library/user-event": "^7.1.2",
"dom-to-image": "^2.6.0",
"elliptic": "^6.5.3",
"export": "^0.1.337",
"jspdf": "^2.1.1",
"node": "^21.6.2",
"openssl": "^2.0.0",
"react": "^16.13.1",
"react-color": "2.18.1",
"react-copy-to-clipboard": "^5.0.2",
Expand All @@ -23,8 +26,8 @@
"tesseract.js": "^2.0.0-beta.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -44,3 +47,4 @@
]
}
}

0 comments on commit 37deedc

Please sign in to comment.