mirror of https://github.com/ghostfolio/ghostfolio
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.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"name": "@angular/cli",
|
|
"version": "21.1.1",
|
|
"description": "CLI tool for Angular",
|
|
"main": "lib/cli/index.js",
|
|
"bin": {
|
|
"ng": "./bin/ng.js"
|
|
},
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"angular-cli",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "0.2101.1",
|
|
"@angular-devkit/core": "21.1.1",
|
|
"@angular-devkit/schematics": "21.1.1",
|
|
"@inquirer/prompts": "7.10.1",
|
|
"@listr2/prompt-adapter-inquirer": "3.0.5",
|
|
"@modelcontextprotocol/sdk": "1.25.2",
|
|
"@schematics/angular": "21.1.1",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"algoliasearch": "5.46.2",
|
|
"ini": "6.0.0",
|
|
"jsonc-parser": "3.3.1",
|
|
"listr2": "9.0.5",
|
|
"npm-package-arg": "13.0.2",
|
|
"pacote": "21.0.4",
|
|
"parse5-html-rewriting-stream": "8.0.0",
|
|
"resolve": "1.22.11",
|
|
"semver": "7.7.3",
|
|
"yargs": "18.0.0",
|
|
"zod": "4.3.5"
|
|
},
|
|
"ng-update": {
|
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
"packageGroup": {
|
|
"@angular/cli": "21.1.1",
|
|
"@angular/build": "21.1.1",
|
|
"@angular/ssr": "21.1.1",
|
|
"@angular-devkit/architect": "0.2101.1",
|
|
"@angular-devkit/build-angular": "21.1.1",
|
|
"@angular-devkit/build-webpack": "0.2101.1",
|
|
"@angular-devkit/core": "21.1.1",
|
|
"@angular-devkit/schematics": "21.1.1"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.28.1",
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
"yarn": ">= 1.13.0"
|
|
}
|
|
}
|
|
|