UNPKG

react-delicious-form

Version:

A delicious framework for working with forms in react and react-native

58 lines (57 loc) 1.25 kB
{ "name": "react-delicious-form", "version": "1.1.7", "description": "A delicious framework for working with forms in react and react-native", "main": "index.js", "author": "Stuart Bourhill", "license": "MIT", "scripts": { "build": "rm ./lib/* && tsc", "prepublish": "npm run build" }, "homepage": "https://github.com/stuburger/react-delicious-form", "repository": { "type": "git", "url": "https://github.com/stuburger/react-delicious-form.git" }, "keywords": [ "react", "react-native", "form", "hoc", "higher-order-component", "delicious" ], "files": [ "LICENSE", "README.md", "index.js", "lib", "validate" ], "bugs": { "url": "https://github.com/stuburger/react-delicious-form/issues" }, "types": "./lib/withForm.d.ts", "dependencies": { "hoist-non-react-statics": "^2.3.1", "lodash": "^4.17.4", "react": "^16.2.0", "react-dom": "^16.2.0", "save": "^2.3.2" }, "devDependencies": { "@types/lodash": "^4.14.98", "@types/react": "^16.0.35", "@types/react-dom": "^16.0.3" }, "npmName": "react-delicious-form", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ] }