Skip to content

Instantly share code, notes, and snippets.

@cosydney
Created June 5, 2020 09:14
Show Gist options
  • Save cosydney/1f64823f79c68f4dfd1d824d724a3431 to your computer and use it in GitHub Desktop.
Save cosydney/1f64823f79c68f4dfd1d824d724a3431 to your computer and use it in GitHub Desktop.
{
"name": "test-driven-carousel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@babel/cli": "^7.2.0",
"figlet": "^1.2.0",
"react": "^16.13.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment