@meshify/form-elements
Version:
Formik form elements for use through our forms
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@meshify/form-elements",
"version": "0.0.1-alpha.14",
"description": "Formik form elements for use through our forms",
"keywords": [
"formik",
"react"
],
"author": "John Detlefs <jdetle@gmail.com>",
"homepage": "https://github.com/meshifyiot/meshify-ui/tree/master/packages/form-elements#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"styles"
],
"repository": {
"type": "git",
"url": "git+https://github.com/meshifyiot/meshify-ui.git"
},
"scripts": {},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/meshifyiot/meshify-ui/issues"
},
"gitHead": "113c7810ea46d838954888ac03b9b30672dfc7a0",
"dependencies": {
"@meshify/images": "^0.0.1-alpha.13",
"formik": "^1.5.8",
"react": "^16.9.0",
"react-input-color": "^2.0.24"
},
"devDependencies": {
"react-dom": "^16.9.0",
"react-scripts": "^3.1.1"
}
}