@folo/forms
Version:
> React components combined of @folo/layout & @folo/values
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "@folo/forms",
"version": "1.0.2",
"source": "src/index.js",
"main": "dist/foloForms.min.cjs.js",
"umd:main": "dist/foloForms.min.umd.js",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "builderz --output=foloForms"
},
"homepage": "https://github.com/jalal246/folo/tree/master/packages/folo-forms",
"repository": "https://github.com/jalal246/folo",
"bundledDependencies": [
"@folo/layout",
"@folo/values"
],
"peerDependencies": {
"react": ">=16"
},
"files": [
"src",
"dist",
"LICENSE"
],
"keywords": [
"@folo",
"@folo/auto-position",
"@folo/forms",
"@folo/layout",
"@folo/store",
"@folo/utils",
"@folo/values",
"@folo/withcontext",
"dflex",
"react",
"react-component",
"css-grid",
"css-layout",
"form-builder-api",
"dynamic-forms"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"gitHead": "5c4123c540b41b0219ff3c551728ce0b9ce0b2a6"
}