@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
55 lines (54 loc) • 1.16 kB
JSON
{
"name": "@fluent-form/core",
"version": "0.29.9",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/fluent-form/fluent-form.git"
},
"bugs": {
"url": "https://github.com/fluent-form/fluent-form/issues"
},
"homepage": "https://github.com/fluent-form/fluent-form",
"keywords": [
"angular",
"reactive-form",
"dynamic-form",
"json-form",
"fluent-form",
"fluent-api"
],
"publishConfig": {
"access": "public"
},
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
},
"ng-update": {
"packageGroup": [
"@fluent-form/core",
"@fluent-form/ui-zorro"
]
},
"peerDependencies": {
"@angular/forms": ">=18.0.0",
"@angular/cdk": ">=18.0.0",
"@angular/core": ">=18.0.0"
},
"module": "fesm2022/fluent-form-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/fluent-form-core.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}