UNPKG

@jsonforms/angular-material

Version:

Material Renderer Set for Angular module of JSON Forms

147 lines 4.69 kB
{ "name": "@jsonforms/angular-material", "version": "3.7.0", "description": "Material Renderer Set for Angular module of JSON Forms", "repository": { "type": "git", "url": "git+https://github.com/eclipsesource/jsonforms.git", "directory": "packages/angular-material" }, "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", "material", "form", "forms", "json", "jsonforms", "frontend", "generator", "input", "renderengine", "jsonschema", "schema", "uischema", "layout", "customization" ], "module": "./lib/fesm2022/jsonforms-angular-material.mjs", "typings": "./lib/index.d.ts", "nyc": { "reporter": [ "lcov", "text-summary" ] }, "peerDependencies": { "@angular/animations": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/material": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/platform-browser": "^19.0.0 || ^20.0.0 || ^21.0.0", "@angular/router": "^19.0.0 || ^20.0.0 || ^21.0.0", "@jsonforms/angular": "3.7.0", "@jsonforms/core": "3.7.0", "dayjs": "^1.11.10", "rxjs": "^6.6.0 || ^7.4.0" }, "dependencies": { "hammerjs": "2.0.8", "lodash": "^4.17.21" }, "devDependencies": { "@angular-devkit/build-angular": "^19.0.0", "@angular-devkit/core": "^19.0.0", "@angular-eslint/eslint-plugin": "^19.0.0", "@angular-eslint/eslint-plugin-template": "^19.0.0", "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/animations": "^19.0.0", "@angular/cdk": "^19.0.0", "@angular/cli": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/compiler-cli": "^19.0.0", "@angular/core": "^19.0.0", "@angular/forms": "^19.0.0", "@angular/material": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@angular/router": "^19.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", "@babel/plugin-proposal-optional-chaining": "^7.16.5", "@ngtools/webpack": "^19.0.0", "@types/jasmine": "~3.8.0", "@types/lodash": "4.14.149", "@types/node": "^22.13.8", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^11.0.0", "dayjs": "^1.11.10", "eslint": "^8.56.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "html-loader": "^0.5.5", "http-server": "^14.1.1", "jasmine": "^3.99.0", "jasmine-spec-reporter": "^4.2.1", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "~2.0.3", "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.7.0", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "ng-packagr": "^19.0.0", "null-loader": "^0.1.1", "nyc": "^15.1.0", "prettier": "^2.8.4", "protractor": "^7.0.0", "rimraf": "^6.1.0", "rxjs": "^6.6.0", "ts-loader": "^9.5.1", "tslib": "^2.5.0", "typedoc": "~0.25.3", "typescript": "~5.5.0", "webpack": "^5.78.0", "yargs": "^17.7.2", "zone.js": "~0.15.0", "@jsonforms/angular": "3.7.0", "@jsonforms/core": "3.7.0", "@jsonforms/examples": "3.7.0" }, "scripts": { "build": "ng build", "build:examples-app": "pnpm run build && ng build --project=example", "dev": "ng serve --project=example", "clean": "rimraf lib coverage example/dist .nyc_output 2> /dev/null", "lint": "eslint .", "lint:fix": "eslint --fix .", "report": "nyc report --reporter=html", "doc": "typedoc --name 'JSON Forms Angular Material Renderers' --out docs src", "test-dbg": "ng test", "test": "ng test --watch=false", "test-ci": "ng test --watch=false --browsers ChromeHeadlessNoSandbox", "test-cov": "ng test --watch=false --code-coverage --browsers ChromeHeadlessNoSandbox", "e2e": "npm run e2e-update && npm run e2e-test", "e2e-test": "protractor ./test-config/protractor.conf.js", "e2e-update": "webdriver-manager update --standalone false --gecko false" } }