mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 19:26:09 +08:00
The `@angular-devkit/core` dependency was only used for two path manipulation functions. Since this schematic already uses Node.js builtins, the `path` builtin can also be used to provide equivalent function without the need for an additional dependency.
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"name": "@angular/pwa",
|
|
"version": "0.0.0",
|
|
"description": "PWA schematics for Angular",
|
|
"experimental": true,
|
|
"keywords": [
|
|
"blueprints",
|
|
"code generation",
|
|
"schematics"
|
|
],
|
|
"schematics": "./collection.json",
|
|
"ng-add": {
|
|
"save": false
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/schematics": "0.0.0",
|
|
"@schematics/angular": "0.0.0",
|
|
"parse5-html-rewriting-stream": "6.0.1"
|
|
}
|
|
}
|