@lightweightform/theme-common
Version:
Common utilities for Lightweightform themes
58 lines • 1.58 kB
JSON
{
"name": "@lightweightform/theme-common",
"description": "Common utilities for Lightweightform themes",
"version": "4.13.1",
"keywords": [
"Lightweightform",
"LF",
"Theme",
"Theme common"
],
"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/theme-common"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"dependencies": {
"asap": "^2.0.6",
"tslib": "^2.2.0"
},
"peerDependencies": {
"@angular-devkit/core": "^12.0.0",
"@angular-devkit/schematics": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@lightweightform/storage": "^4.0.0",
"@schematics/angular": "^12.0.0",
"mobx": "^6.0.0",
"mobx-angular": "^4.0.0"
},
"peerDependenciesMeta": {
"@angular-devkit/core": {
"optional": true
},
"@angular-devkit/schematics": {
"optional": true
},
"@schematics/angular": {
"optional": true
}
},
"main": "bundles/lightweightform-theme-common.umd.js",
"module": "fesm2015/lightweightform-theme-common.js",
"es2015": "fesm2015/lightweightform-theme-common.js",
"esm2015": "esm2015/lightweightform-theme-common.js",
"fesm2015": "fesm2015/lightweightform-theme-common.js",
"typings": "lightweightform-theme-common.d.ts",
"sideEffects": false
}