UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

44 lines (43 loc) 1.18 kB
{ "name": "angular-formio", "version": "4.5.7", "repository": { "type": "git", "url": "https://github.com/formio/angular-formio" }, "author": { "name": "Travis Tidwell", "email": "travis@form.io" }, "keywords": [ "angular", "forms", "json forms", "javascript forms", "model driven forms", "form.io" ], "license": "MIT", "bugs": { "url": "https://github.com/formio/angular-formio/issues" }, "main": "angular-formio.umd.js", "module": "index.js", "jsnext:main": "index.js", "typings": "index.d.ts", "peerDependencies": { "@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "@angular/common": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "@angular/forms": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "@angular/router": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "@angular/elements": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "rxjs": "^5.0.0 || ^6.0.0", "zone.js": "^0.8.0" }, "dependencies": { "core-js": "^3.6.4", "formiojs": "^4.9.0-beta.8", "lodash": "^4.17.15", "ngx-bootstrap": "^5.3.2" } }