TypeScript/tests/cases/user/formik/package.json
Wesley Wigham 421c927150
Add formik to the user suite (#21381)
* Add formik to user suite

* Accept current log
2018-02-01 12:52:51 -08:00

17 lines
322 B
JSON

{
"name": "formik",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"formik": "latest",
"@types/react": "latest",
"@types/prop-types": "latest"
}
}