Created
June 5, 2020 09:14
-
-
Save cosydney/1f64823f79c68f4dfd1d824d724a3431 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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