UNPKG

@jsonforms/angular-material

Version:

Material Renderer Set for Angular module of JSON Forms

142 lines 4.49 kB
{ "name": "@jsonforms/angular-material", "version": "3.4.1", "description": "Material Renderer Set for 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", "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": "^17.0.0 || ^18.0.0", "@angular/cdk": "^17.0.0 || ^18.0.0", "@angular/common": "^17.0.0 || ^18.0.0", "@angular/core": "^17.0.0 || ^18.0.0", "@angular/forms": "^17.0.0 || ^18.0.0", "@angular/material": "^17.0.0 || ^18.0.0", "@angular/platform-browser": "^17.0.0 || ^18.0.0", "@angular/router": "^17.0.0 || ^18.0.0", "@jsonforms/angular": "3.4.1", "@jsonforms/core": "3.4.1", "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": "^17.0.0", "@angular-devkit/core": "^17.0.0", "@angular-eslint/eslint-plugin": "^17.0.0", "@angular-eslint/eslint-plugin-template": "^17.0.0", "@angular-eslint/schematics": "^17.0.0", "@angular-eslint/template-parser": "^17.0.0", "@angular/animations": "^17.0.0", "@angular/cdk": "^17.0.0", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/compiler-cli": "^17.0.0", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/material": "^17.0.0", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0", "@angular/router": "^17.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", "@babel/plugin-proposal-optional-chaining": "^7.16.5", "@ngtools/webpack": "^17.0.0", "@types/jasmine": "~3.8.0", "@types/lodash": "4.14.149", "@types/node": "^18.19.4", "@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": "^17.0.0", "null-loader": "^0.1.1", "nyc": "^15.1.0", "prettier": "^2.8.4", "protractor": "^7.0.0", "rimraf": "^3.0.2", "rxjs": "^6.6.0", "ts-loader": "^9.5.1", "tslib": "^2.5.0", "typedoc": "~0.25.3", "typescript": "~5.2.2", "webpack": "^5.78.0", "yargs": "^17.7.2", "zone.js": "~0.14.0", "@jsonforms/angular": "3.4.1", "@jsonforms/examples": "3.4.1", "@jsonforms/core": "3.4.1" }, "scripts": { "build": "node ./build-package.js", "build:examples-app": "pnpm run build && node ./build-example.js", "dev": "pnpm run build:examples-app && npx http-server ./example/dist/ -c-1 -o", "clean": "rimraf lib coverage 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": "node ./test-runner", "test": "node ./test-runner --single-run", "test-ci": "node ./test-runner --single-run", "test-cov": "node ./test-runner --coverage --single-run", "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" } }