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.
40 lines
806 B
40 lines
806 B
{
|
|
"name": "@abp/ng.schematics",
|
|
"version": "8.0.0-rc.1",
|
|
"author": "",
|
|
"schematics": "./collection.json",
|
|
"dependencies": {
|
|
"@angular-devkit/core": "~16.2.0",
|
|
"@angular-devkit/schematics": "~16.2.0",
|
|
"@angular/cli": "~16.2.0",
|
|
"got": "^11.5.2",
|
|
"jsonc-parser": "^2.3.0",
|
|
"should-quote": "^1.0.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@schematics/angular": "~16.2.0",
|
|
"@types/jest": "29.4.4",
|
|
"@types/node": "20.2.5",
|
|
"jest": "29.4.3",
|
|
"jest-preset-angular": "13.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "LGPL-3.0",
|
|
"keywords": [
|
|
"aspnetcore",
|
|
"boilerplate",
|
|
"framework",
|
|
"web",
|
|
"best-practices",
|
|
"angular",
|
|
"maui",
|
|
"blazor",
|
|
"mvc",
|
|
"csharp",
|
|
"webapp"
|
|
]
|
|
}
|