-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.77 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@angular/cli",
"version": "0.0.0-PLACEHOLDER",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"bin": {
"ng": "bin/ng.js"
},
"keywords": [
"angular",
"angular-cli",
"Angular CLI"
],
"repository": {
"type": "git",
"url": "git+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": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "8.3.2",
"@listr2/prompt-adapter-inquirer": "4.2.2",
"@modelcontextprotocol/sdk": "1.27.1",
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"algoliasearch": "5.49.2",
"ini": "6.0.0",
"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
"npm-package-arg": "13.0.2",
"pacote": "21.5.0",
"parse5-html-rewriting-stream": "8.0.0",
"semver": "7.7.4",
"yargs": "18.0.0",
"zod": "4.3.6"
},
"ng-update": {
"migrations": "@schematics/angular/migrations/migration-collection.json",
"packageGroup": {
"@angular/cli": "0.0.0-PLACEHOLDER",
"@angular/build": "0.0.0-PLACEHOLDER",
"@angular/ssr": "0.0.0-PLACEHOLDER",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-angular": "0.0.0-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER"
}
}
}