{
  "name": "@lightweightform/bootstrap-theme",
  "description": "Bootstrap theme for complex forms",
  "version": "4.13.4",
  "keywords": [
    "Lightweightform",
    "LF",
    "Theme",
    "Bootstrap"
  ],
  "homepage": "https://bitbucket.org/opensoftgitrepo/lightweightform",
  "author": {
    "name": "Opensoft",
    "url": "https://www.opensoft.pt/en"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/opensoftgitrepo/lightweightform.git",
    "directory": "libs/bootstrap-theme"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "schematics": "./schematics/collection.json",
  "peerDependencies": {
    "@angular-devkit/core": "^12.0.0",
    "@angular-devkit/schematics": "^12.0.0",
    "@angular/animations": "^12.0.0",
    "@angular/cdk": "^12.0.0",
    "@angular/common": "^12.0.0",
    "@angular/core": "^12.0.0",
    "@angular/forms": "^12.0.0",
    "@angular/platform-browser": "^12.0.0",
    "@angular/router": "^12.0.0",
    "@lightweightform/core": "^4.0.0",
    "@lightweightform/numeric-input": "^4.0.0",
    "@lightweightform/storage": "^4.0.0",
    "@lightweightform/theme-common": "^4.0.0",
    "@schematics/angular": "^12.0.0",
    "bootstrap": "~4.6.1",
    "font-awesome": "^4.0.0",
    "jquery": "^3.0.0",
    "mobx": "^6.0.0",
    "mobx-angular": "^4.0.0",
    "mobx-utils": "^6.0.0",
    "ngx-bootstrap": "^7.0.0",
    "ngx-markdown": "^11.0.0",
    "popper.js": "^1.0.0",
    "rxjs": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "@angular-devkit/core": {
      "optional": true
    },
    "@angular-devkit/schematics": {
      "optional": true
    },
    "@schematics/angular": {
      "optional": true
    }
  },
  "main": "bundles/lightweightform-bootstrap-theme.umd.js",
  "module": "fesm2015/lightweightform-bootstrap-theme.js",
  "es2015": "fesm2015/lightweightform-bootstrap-theme.js",
  "esm2015": "esm2015/lightweightform-bootstrap-theme.js",
  "fesm2015": "fesm2015/lightweightform-bootstrap-theme.js",
  "typings": "lightweightform-bootstrap-theme.d.ts",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.2.0"
  }
}