UNPKG

@folklore/forms

Version:
56 lines (55 loc) 1.48 kB
{ "name": "@folklore/forms", "version": "0.0.27", "description": "Forms utilities", "keywords": [ "javascript", "forms", "hooks", "react" ], "homepage": "https://github.com/folkloreinc/folklore-js", "repository": { "type": "git", "url": "git+https://github.com/folkloreinc/folklore-js.git" }, "author": { "name": "Folklore", "email": "info@folklore.email" }, "contributors": [ { "name": "David Mongeau-Petitpas", "email": "dmp@folklore.email" }, { "name": "Nicolas Roy-Bourdages", "email": "nrb@folklore.email" } ], "main": "dist/cjs.js", "module": "dist/es.js", "files": [ "dist" ], "sideEffects": false, "scripts": { "clean": "rm -rf dist", "build": "rollup --bundleConfigAsCjs --config ../../rollup.config.js", "prepare": "npm run clean && npm run build" }, "dependencies": { "@babel/runtime": "^7.4.3", "@folklore/fetch": "^0.1.20", "lodash": "^4.17.4" }, "devDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "gitHead": "c13ef70b8126b3182b3e3365f34f9231fa9b1535" }