mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.0 KiB
77 lines
2.0 KiB
{
|
|
"name": "@abp/utils",
|
|
"version": "8.0.0-rc.1",
|
|
"scripts": {
|
|
"prepublishOnly": "yarn install --ignore-scripts && node prepublish.js",
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "dist/bundles/abp-utils.umd.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/abpframework/abp.git",
|
|
"directory": "npm/packs/utils"
|
|
},
|
|
"module": "dist/fesm2015/abp-utils.js",
|
|
"es2015_ivy_ngcc": "__ivy_ngcc__/dist/fesm2015/abp-utils.js",
|
|
"es2015": "dist/fesm2015/abp-utils.js",
|
|
"esm2015": "dist/esm2015/abp-utils.js",
|
|
"fesm2015_ivy_ngcc": "__ivy_ngcc__/dist/fesm2015/abp-utils.js",
|
|
"fesm2015": "dist/fesm2015/abp-utils.js",
|
|
"typings": "dist/abp-utils.d.ts",
|
|
"metadata": "dist/abp-utils.metadata.json",
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"@angular-builders/jest": "^9.0.0",
|
|
"@angular-devkit/build-ng-packagr": "~0.1000.0",
|
|
"@angular/cli": "~10.0.0",
|
|
"@angular/common": "~10.0.0",
|
|
"@angular/compiler": "~10.0.0",
|
|
"@angular/compiler-cli": "~10.0.0",
|
|
"@angular/core": "~10.0.0",
|
|
"@angular/platform-browser": "~10.0.0",
|
|
"@angular/platform-browser-dynamic": "~10.0.0",
|
|
"@types/execa": "^2.0.0",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/jest": "^25.1.4",
|
|
"@types/node": "^12.11.1",
|
|
"codelyzer": "^5.1.2",
|
|
"execa": "^4.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"jest": "^25.2.4",
|
|
"jest-preset-angular": "^8.1.2",
|
|
"ng-packagr": "^10.0.0",
|
|
"protractor": "^7.0.0",
|
|
"ts-node": "~8.3.0",
|
|
"tslib": "~2.0.0",
|
|
"tslint": "^6.1.0",
|
|
"typescript": "~3.9.5",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"dependencies": {
|
|
"just-compare": "^2.3.0"
|
|
},
|
|
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
|
|
"homepage": "https://abp.io",
|
|
"license": "LGPL-3.0",
|
|
"keywords": [
|
|
"aspnetcore",
|
|
"boilerplate",
|
|
"framework",
|
|
"web",
|
|
"best-practices",
|
|
"angular",
|
|
"maui",
|
|
"blazor",
|
|
"mvc",
|
|
"csharp",
|
|
"webapp"
|
|
]
|
|
}
|