Last active
August 10, 2021 22:02
-
-
Save mannycolon/ff86b4d2a7cc07e03d7acd5754d97edd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "sample-react-component-library", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"peerDependencies": { | |
"@material-ui/core": "^4.x", | |
"prop-types": "^15.x", | |
"react": "^17.x", | |
"react-dom": "^17.x" | |
}, | |
"devDependencies": { | |
"@material-ui/core": "^4.12.3", | |
"prop-types": "^15.7.2", | |
"react": "^17.0.2", | |
"react-dom": "^17.0.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment