@abp/ng.theme.basic
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.
48 lines • 1.06 kB
JSON
{
"name": "@abp/ng.theme.basic",
"version": "10.5.0",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~10.5.0",
"@abp/ng.theme.shared": "~10.5.0",
"tslib": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "LGPL-3.0",
"keywords": [
"aspnetcore",
"boilerplate",
"framework",
"web",
"best-practices",
"angular",
"maui",
"blazor",
"mvc",
"csharp",
"webapp"
],
"module": "fesm2022/abp-ng.theme.basic.mjs",
"typings": "types/abp-ng.theme.basic.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/abp-ng.theme.basic.d.ts",
"default": "./fesm2022/abp-ng.theme.basic.mjs"
},
"./testing": {
"types": "./types/abp-ng.theme.basic-testing.d.ts",
"default": "./fesm2022/abp-ng.theme.basic-testing.mjs"
}
},
"sideEffects": false,
"type": "module"
}