UNPKG

@volosoft/abp.ng.theme.lepton-x

Version:

ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.

58 lines 1.41 kB
{ "name": "@volosoft/abp.ng.theme.lepton-x", "version": "4.2.1", "homepage": "https://www.leptontheme.com/", "dependencies": { "tslib": "^2.3.0", "@ng-bootstrap/ng-bootstrap": "~18.0.0", "@abp/ng.theme.shared": "~9.2.1", "@volo/abp.commercial.ng.ui": "~9.2.1", "@volo/abp.ng.account.core": "~9.2.1", "@volo/abp.ng.lepton-x.core": "~4.2.1", "@volosoft/ngx-lepton-x": "~4.2.1" }, "publishConfig": { "access": "public" }, "exports": { "./assets/*": { "default": "./assets/*" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/volosoft-abp.ng.theme.lepton-x.mjs" }, "./account": { "types": "./account/index.d.ts", "default": "./fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs" }, "./layouts": { "types": "./layouts/index.d.ts", "default": "./fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs" } }, "repository": { "type": "git", "url": "https://github.com/volosoft/lepton.git" }, "license": "LGPL-3.0", "keywords": [ "aspnetcore", "boilerplate", "framework", "web", "best-practices", "angular", "maui", "blazor", "mvc", "csharp", "webapp" ], "module": "fesm2022/volosoft-abp.ng.theme.lepton-x.mjs", "typings": "index.d.ts", "sideEffects": false }