-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.3 KB
/
package.json
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
{
"name": "@angular/pwa",
"version": "19.1.0-next.0+sha-1316930",
"description": "PWA schematics for Angular",
"keywords": [
"Angular CLI",
"Angular DevKit",
"angular",
"blueprints",
"code generation",
"devkit",
"schematics",
"sdk"
],
"schematics": "./collection.json",
"ng-add": {
"save": false
},
"dependencies": {
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#1316930",
"@schematics/angular": "github:angular/schematics-angular-builds#1316930",
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "github:angular/cli-builds#1316930"
},
"peerDependenciesMeta": {
"@angular/cli": "github:angular/cli-builds#1316930"
},
"packageManager": "yarn@4.5.0",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependenciesMeta": {
"esbuild": {
"built": true
},
"puppeteer": {
"built": true
}
}
}