mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"name": "angular-ls-integration-test-project",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "21.0.0-rc.1",
|
|
"@angular/compiler": "21.0.0-rc.1",
|
|
"@angular/compiler-cli": "21.0.0-rc.1",
|
|
"@angular/core": "21.0.0-rc.1",
|
|
"rxjs": "7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"ng-packagr": "21.0.0-rc.0",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
|
|
}
|
|
}
|