UNPKG

@jsonforms/angular

Version:

Angular module of JSON Forms

103 lines 2.56 kB
{ "name": "@jsonforms/angular", "version": "3.6.0", "description": "Angular module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", "homepage": "http://jsonforms.io/", "license": "MIT", "publishConfig": { "access": "public" }, "directories": { "src": "src", "test": "test" }, "files": [ "lib", "src" ], "keywords": [ "angular", "form", "forms", "json", "jsonforms", "frontend", "generator", "input", "renderengine", "jsonschema", "schema", "uischema", "layout", "customization" ], "module": "./lib/fesm2022/jsonforms-angular.mjs", "typings": "./lib/index.d.ts", "nyc": { "reporter": [ "lcov", "text-summary" ] }, "ava": { "files": [ "test/**/*" ], "extensions": [ "ts" ], "require": [ "./test-config/ts-node.config.js", "source-map-support/register.js" ] }, "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0", "@jsonforms/core": "3.6.0", "rxjs": "^6.6.0 || ^7.4.0" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^18.0.0", "@angular-eslint/eslint-plugin-template": "^18.0.0", "@angular-eslint/schematics": "^18.0.0", "@angular-eslint/template-parser": "^18.0.0", "@angular/compiler": "^18.0.0", "@angular/compiler-cli": "^18.0.0", "@angular/core": "^18.0.0", "@angular/forms": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "ava": "^6.1.2", "copy-webpack-plugin": "^5.0.5", "eslint": "^8.56.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "ng-packagr": "^18.0.0", "nyc": "^15.1.0", "prettier": "^2.8.4", "rimraf": "^3.0.2", "rxjs": "^6.6.0", "source-map-support": "^0.5.21", "tslib": "^2.3.0", "typedoc": "~0.25.3", "typescript": "~5.5.0", "@jsonforms/core": "3.6.0" }, "scripts": { "build": "node ./build-package.js", "clean": "rimraf lib coverage dist .nyc_output 2> /dev/null", "lint": "eslint .", "lint:fix": "eslint --fix .", "report": "nyc report --reporter=html", "test": "ava", "test-cov": "nyc ava", "doc": "typedoc --name 'JSON Forms Angular Core' --out docs src" } }