UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

56 lines (55 loc) 1.19 kB
{ "name": "@fluent-form/core", "version": "0.29.1", "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" }, "dependencies": { "@ngify/types": "~1.5.0", "tslib": "^2.3.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" } } }