Last active
October 17, 2020 13:38
-
-
Save jmaicaaan/cce31d57429632ff6ae561f9ff1b0212 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": "my-todo-list", | |
"version": "1.0.0", | |
"description": "This is todo list project", | |
"main": "index.js", | |
"scripts": { | |
"start": "node ." | |
}, | |
"dependencies": { | |
"formik": "^1.5.0", | |
"formik-latest": "npm:formik@^2.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment