mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
85090453c3
See associated pull request for more information.
31 lines
852 B
JSON
31 lines
852 B
JSON
{
|
|
"name": "dev-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "ibazel run //dev-app:build.serve",
|
|
"dev:prod": "ibazel run //dev-app:build.production.serve",
|
|
"dev:build": "bazel build //dev-app:build"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "workspace:*",
|
|
"@angular/compiler": "workspace:*",
|
|
"@angular/core": "workspace:*",
|
|
"@angular/forms": "workspace:*",
|
|
"@angular/platform-browser": "workspace:*",
|
|
"@angular/platform-server": "workspace:*",
|
|
"@angular/localize": "workspace:*",
|
|
"@angular/router": "workspace:*",
|
|
"@angular/ssr": "22.1.8",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "22.1.8",
|
|
"@angular/cli": "22.1.8",
|
|
"@angular/compiler-cli": "workspace:*",
|
|
"jsdom": "^29.0.0",
|
|
"typescript": "~6.0.2",
|
|
"vitest": "^4.0.0"
|
|
}
|
|
}
|