Created
October 31, 2020 15:37
-
-
Save bcomnes/2ee611d679280afcfa31a09bf7c0dde5 to your computer and use it in GitHub Desktop.
react 16
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": "react-16", | |
"version": "0.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Bret Comnes <[email protected]> (https://bret.io/)", | |
"license": "MIT", | |
"dependencies": { | |
"react": "^16.14.0", | |
"react-dom": "^16.14.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment