With this commit `ngc` is used instead of `tsc-wrapped` for collecting metadata and tsickle rewriting and `tsc-wrapped` is removed from the repository. `@angular/tsc-wrapped@5` is now deprecated and is no longer used, updated, or maintained as part as of Angular 5.x.x. `@angular/tsc-wrapped@4` is still maintained and required by Angular 4.x.x and will be maintained as long as 4.x.x is in LTS. PR Close #19298
41 lines
806 B
JSON
41 lines
806 B
JSON
{
|
|
"scripts": [
|
|
{ "name": "lint" }
|
|
],
|
|
"dependencies": [
|
|
"@angular/animations",
|
|
"@angular/common",
|
|
"@angular/compiler",
|
|
"@angular/compiler-cli",
|
|
"@angular/core",
|
|
"@angular/forms",
|
|
"@angular/http",
|
|
"@angular/platform-browser",
|
|
"@angular/platform-browser-dynamic",
|
|
"@angular/platform-server",
|
|
"@angular/router",
|
|
"@angular/upgrade",
|
|
"angular-in-memory-web-api",
|
|
"core-js",
|
|
"rxjs",
|
|
"zone.js"
|
|
],
|
|
"devDependencies": [
|
|
"@types/jasmine",
|
|
"@types/node",
|
|
"jasmine",
|
|
"jasmine-core",
|
|
"karma",
|
|
"karma-chrome-launcher",
|
|
"karma-cli",
|
|
"karma-jasmine",
|
|
"karma-jasmine-html-reporter",
|
|
"karma-phantomjs-launcher",
|
|
"lodash",
|
|
"phantomjs-prebuilt",
|
|
"protractor",
|
|
"tslint",
|
|
"typescript"
|
|
]
|
|
}
|