Skip to content

Instantly share code, notes, and snippets.

@tfiechowski
Last active July 31, 2019 08:09
Show Gist options
  • Save tfiechowski/b6fbea11318e372f2ad58c710576f837 to your computer and use it in GitHub Desktop.
Save tfiechowski/b6fbea11318e372f2ad58c710576f837 to your computer and use it in GitHub Desktop.
{
"name": "react-sample-components-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"@emotion/core": "10.x",
"@emotion/styled": "10.x",
"react": "^16.x",
"react-dom": "^16.x"
},
"devDependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment