{
  "name": "gg-dynamic-forms",
  "version": "9.0.1",
  "description": "A rapid form development library for Angular",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/udos86/ng-dynamic-forms.git"
  },
  "author": {
    "name": "Udo Schöfer",
    "email": "ng2-dynamic-forms@udos86.de",
    "url": "https://github.com/udos86/ng-dynamic-forms"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/udos86/ng-dynamic-forms/issues"
  },
  "homepage": "https://github.com/udos86/ng-dynamic-forms#readme",
  "schematics": "./schematics/collection.json",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "build:sample": "ng build ng-dynamic-forms --prod --aot --base-href http://ng2-dynamic-forms.udos86.de/sample/",
    "build:lib": "npm run build:core && npm run build:ui-basic && npm run build:ui-bootstrap && npm run build:ui-foundation && npm run build:ui-ionic && npm run build:ui-kendo && npm run build:ui-material && npm run build:ui-ng-bootstrap && npm run build:ui-primeng",
    "build:core": "ng build @ng-dynamic-forms/core",
    "build:ui-basic": "ng build @ng-dynamic-forms/ui-basic",
    "build:ui-bootstrap": "ng build @ng-dynamic-forms/ui-bootstrap",
    "build:ui-foundation": "ng build @ng-dynamic-forms/ui-foundation",
    "build:ui-ionic": "ng build @ng-dynamic-forms/ui-ionic",
    "build:ui-kendo": "ng build @ng-dynamic-forms/ui-kendo",
    "build:ui-material": "ng build @ng-dynamic-forms/ui-material",
    "build:ui-ng-bootstrap": "ng build @ng-dynamic-forms/ui-ng-bootstrap",
    "build:ui-primeng": "ng build @ng-dynamic-forms/ui-primeng",
    "build:schematics": "tsc -p ./schematics/tsconfig.json",
    "test:lib": "npm run test:core && npm run test:ui-basic && npm run test:ui-bootstrap && npm run test:ui-foundation && npm run test:ui-ionic && npm run test:ui-kendo && npm run test:ui-material && npm run test:ui-ng-bootstrap && npm run test:ui-primeng",
    "test:core": "ng test @ng-dynamic-forms/core --code-coverage",
    "test:ui-basic": "ng test @ng-dynamic-forms/ui-basic --code-coverage",
    "test:ui-bootstrap": "ng test @ng-dynamic-forms/ui-bootstrap --code-coverage",
    "test:ui-foundation": "ng test @ng-dynamic-forms/ui-foundation --code-coverage",
    "test:ui-ionic": "ng test @ng-dynamic-forms/ui-ionic --code-coverage",
    "test:ui-kendo": "ng test @ng-dynamic-forms/ui-kendo --code-coverage",
    "test:ui-material": "ng test @ng-dynamic-forms/ui-material --code-coverage",
    "test:ui-ng-bootstrap": "ng test @ng-dynamic-forms/ui-ng-bootstrap --code-coverage",
    "test:ui-primeng": "ng test @ng-dynamic-forms/ui-primeng --code-coverage",
    "update:version": "schematics .:versioning --debug=false",
    "publish": "./publish.sh"
  },
  "private": false,
  "dependencies": {
    "@angular/animations": "~8.1.2",
    "@angular/cdk": "^8.1.1",
    "@angular/common": "~8.1.2",
    "@angular/compiler": "~8.1.2",
    "@angular/core": "~8.1.2",
    "@angular/forms": "~8.1.2",
    "@angular/material": "^8.1.1",
    "@angular/platform-browser": "~8.1.2",
    "@angular/platform-browser-dynamic": "~8.1.2",
    "@angular/router": "~8.1.2",
    "@ionic/angular": "^4.7.0",
    "@ng-bootstrap/ng-bootstrap": "^5.1.0",
    "@progress/kendo-angular-common": "^1.0.0",
    "@progress/kendo-angular-dateinputs": "^4.0.1",
    "@progress/kendo-angular-dropdowns": "^4.0.0",
    "@progress/kendo-angular-inputs": "^6.1.1",
    "@progress/kendo-angular-intl": "^2.0.0",
    "@progress/kendo-angular-l10n": "^2.0.0",
    "@progress/kendo-angular-popup": "^3.0.1",
    "@progress/kendo-angular-upload": "^5.0.0",
    "@progress/kendo-drawing": "^1.5.12",
    "@progress/kendo-theme-default": "^4.0.0",
    "angular2-text-mask": "^9.0.0",
    "bootstrap": "^3.4.1",
    "chart.js": "^2.8.0",
    "core-js": "^3.1.4",
    "foundation-sites": "^6.5.3",
    "hammerjs": "^2.0.8",
    "ngx-bootstrap": "^5.1.0",
    "primeicons": "^1.0.0",
    "primeng": "^8.0.2",
    "quill": "^1.3.6",
    "reflect-metadata": "^0.1.13",
    "rxjs": "~6.5.2",
    "rxjs-compat": "^6.5.2",
    "tslib": "~1.10.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.801.2",
    "@angular-devkit/build-ng-packagr": "~0.801.2",
    "@angular-devkit/core": "^8.1.2",
    "@angular-devkit/schematics": "^8.1.2",
    "@angular-devkit/schematics-cli": "^0.801.2",
    "@angular/cli": "~8.1.2",
    "@angular/compiler-cli": "~8.1.2",
    "@angular/language-service": "~8.1.2",
    "@types/jasmine": "^3.3.15",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "^12.6.8",
    "codelyzer": "^5.1.0",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "^2.1.0",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "ng-packagr": "^5.3.0",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tsickle": "^0.35.0",
    "tslint": "^5.18.0",
    "typescript": "~3.4.5"
  }
}
