Skip to content

Instantly share code, notes, and snippets.

@mannycolon
Last active August 13, 2021 21:41
Show Gist options
  • Save mannycolon/41808260858bad3d3d6849bfa72984e2 to your computer and use it in GitHub Desktop.
Save mannycolon/41808260858bad3d3d6849bfa72984e2 to your computer and use it in GitHub Desktop.
{
"name": "sample-react-component-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "styleguidist server",
"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