FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/package.json at main · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
261
Pull requests
17
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
145 lines (145 loc) · 4.72 KB
Breadcrumbs
angular-cli
/
package.json
Copy path
File metadata and controls
145 lines (145 loc) · 4.72 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name"
:
"
@angular/devkit-repo
"
,
"version"
:
"
22.2.0-next.4
"
,
"private"
:
true
,
"description"
:
"
Software Development Kit for Angular
"
,
"keywords"
: [
"
angular
"
,
"
Angular CLI
"
,
"
devkit
"
,
"
sdk
"
,
"
Angular DevKit
"
],
"scripts"
: {
"admin"
:
"
node --no-warnings=ExperimentalWarning --experimental-transform-types ./scripts/devkit-admin.mts
"
,
"bazel"
:
"
bazelisk
"
,
"test"
:
"
bazel test //packages/...
"
,
"build"
:
"
pnpm -s admin build
"
,
"build-schema"
:
"
bazel build //... --build_tag_filters schema --symlink_prefix dist-schema/
"
,
"lint"
:
"
eslint --cache --max-warnings=0
"
,
"templates"
:
"
pnpm -s admin templates
"
,
"validate"
:
"
pnpm -s admin validate
"
,
"postinstall"
:
"
husky
"
,
"ts-circular-deps"
:
"
ng-dev ts-circular-deps --config ./scripts/circular-deps-test.conf.mjs
"
,
"check-tooling-setup"
:
"
tsc --project .ng-dev/tsconfig.json
"
,
"diff-release-package"
:
"
node scripts/diff-release-package.mts
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/angular/angular-cli.git
"
},
"packageManager"
:
"
pnpm@11.22.0
"
,
"engines"
: {
"node"
:
"
^22.22.3 || ^24.15.0 || >=26.0.0
"
,
"npm"
:
"
Please use pnpm instead of NPM to install dependencies
"
,
"yarn"
:
"
Please use pnpm instead of Yarn to install dependencies
"
,
"pnpm"
:
"
11.22.0
"
},
"author"
:
"
Angular Authors
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/angular/angular-cli/issues
"
},
"homepage"
:
"
https://github.com/angular/angular-cli
"
,
"dependencies"
: {
"@angular/compiler-cli"
:
"
22.2.0-next.3
"
,
"typescript"
:
"
6.0.3
"
},
"devDependencies"
: {
"@angular/animations"
:
"
22.2.0-next.3
"
,
"@angular/cdk"
:
"
22.2.0-next.2
"
,
"@angular/common"
:
"
22.2.0-next.3
"
,
"@angular/compiler"
:
"
22.2.0-next.3
"
,
"@angular/core"
:
"
22.2.0-next.3
"
,
"@angular/forms"
:
"
22.2.0-next.3
"
,
"@angular/localize"
:
"
22.2.0-next.3
"
,
"@angular/material"
:
"
22.2.0-next.2
"
,
"@angular/ng-dev"
:
"
https://github.com/angular/dev-infra-private-ng-dev-builds.git#bcad06e14cb29b52b0856020af5e2ab868075602
"
,
"@angular/platform-browser"
:
"
22.2.0-next.3
"
,
"@angular/platform-server"
:
"
22.2.0-next.3
"
,
"@angular/router"
:
"
22.2.0-next.3
"
,
"@angular/service-worker"
:
"
22.2.0-next.3
"
,
"@babel/core"
:
"
8.0.1
"
,
"@bazel/bazelisk"
:
"
1.28.1
"
,
"@bazel/buildifier"
:
"
8.2.1
"
,
"@bazel/ibazel"
:
"
^0.28.0
"
,
"@eslint/compat"
:
"
2.1.0
"
,
"@eslint/eslintrc"
:
"
3.3.6
"
,
"@eslint/js"
:
"
10.0.1
"
,
"@rollup/plugin-alias"
:
"
^6.0.0
"
,
"@rollup/plugin-commonjs"
:
"
^29.0.0
"
,
"@rollup/plugin-json"
:
"
^6.1.0
"
,
"@rollup/plugin-node-resolve"
:
"
16.0.3
"
,
"@rollup/wasm-node"
:
"
4.62.5
"
,
"@stylistic/eslint-plugin"
:
"
^5.0.0
"
,
"@tony.ganchev/eslint-plugin-header"
:
"
~3.4.0
"
,
"@types/babel__core"
:
"
7.20.5
"
,
"@types/babel__generator"
:
"
^7.6.8
"
,
"@types/browser-sync"
:
"
^2.27.0
"
,
"@types/express"
:
"
~5.0.1
"
,
"@types/http-proxy"
:
"
^1.17.4
"
,
"@types/jasmine"
:
"
~6.0.0
"
,
"@types/jasmine-reporters"
:
"
^2
"
,
"@types/karma"
:
"
^6.3.0
"
,
"@types/less"
:
"
^3.0.3
"
,
"@types/loader-utils"
:
"
^3.0.0
"
,
"@types/lodash"
:
"
^4.17.0
"
,
"@types/node"
:
"
^22.12.0
"
,
"@types/npm-package-arg"
:
"
^6.1.0
"
,
"@types/picomatch"
:
"
^4.0.0
"
,
"@types/progress"
:
"
^2.0.3
"
,
"@types/semver"
:
"
^7.3.12
"
,
"@types/yargs"
:
"
^17.0.20
"
,
"@types/yargs-parser"
:
"
^21.0.0
"
,
"@typescript-eslint/eslint-plugin"
:
"
8.67.0
"
,
"@typescript-eslint/parser"
:
"
8.67.0
"
,
"ajv"
:
"
8.20.0
"
,
"buffer"
:
"
6.0.3
"
,
"esbuild"
:
"
0.28.2
"
,
"esbuild-wasm"
:
"
0.28.2
"
,
"eslint"
:
"
10.9.0
"
,
"eslint-config-prettier"
:
"
10.1.8
"
,
"eslint-plugin-import"
:
"
2.32.0
"
,
"express"
:
"
5.2.1
"
,
"fast-glob"
:
"
3.3.3
"
,
"globals"
:
"
17.11.0
"
,
"http-proxy"
:
"
^1.18.1
"
,
"http-proxy-middleware"
:
"
4.2.0
"
,
"husky"
:
"
9.1.7
"
,
"jasmine"
:
"
~6.3.0
"
,
"jasmine-core"
:
"
~6.3.0
"
,
"jasmine-reporters"
:
"
^2.5.2
"
,
"jasmine-spec-reporter"
:
"
~7.0.0
"
,
"karma"
:
"
~6.4.0
"
,
"karma-chrome-launcher"
:
"
~3.2.0
"
,
"karma-coverage"
:
"
~2.2.0
"
,
"karma-jasmine"
:
"
~5.1.0
"
,
"karma-jasmine-html-reporter"
:
"
~2.3.0
"
,
"karma-source-map-support"
:
"
1.4.0
"
,
"lodash"
:
"
^4.17.21
"
,
"magic-string"
:
"
1.2.2
"
,
"prettier"
:
"
^3.0.0
"
,
"puppeteer"
:
"
25.8.0
"
,
"quicktype-core"
:
"
26.0.0
"
,
"rollup"
:
"
4.62.5
"
,
"rollup-license-plugin"
:
"
~3.2.0
"
,
"rollup-plugin-dts"
:
"
6.5.1
"
,
"rollup-plugin-sourcemaps2"
:
"
0.5.8
"
,
"semver"
:
"
7.8.5
"
,
"source-map-support"
:
"
0.5.21
"
,
"tslib"
:
"
2.8.1
"
,
"undici"
:
"
8.10.0
"
,
"unenv"
:
"
^1.10.0
"
,
"verdaccio"
:
"
6.10.0
"
,
"verdaccio-auth-memory"
:
"
^13.0.0
"
,
"zone.js"
:
"
^0.16.0
"
},
"dependenciesMeta"
: {
"esbuild"
: {
"built"
:
true
},
"puppeteer"
: {
"built"
:
true
}
}
}
Back
|
FazBrowse Home
|
New Git URL