Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 10, 2020 09:36
Show Gist options
  • Save velotiotech/6983627b84914d4d57d9ca22ce901b88 to your computer and use it in GitHub Desktop.
Save velotiotech/6983627b84914d4d57d9ca22ce901b88 to your computer and use it in GitHub Desktop.
{
"name": "react",
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"formik": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment