blob: ad0a81e7a12bc8053fa5bd729bfeb696ab1b86a2 [file] [log] [blame]
{
"name": "angular-bazel-example",
"private": true,
"description": "Demo of building Angular apps with Bazel",
"license": "Apache-2.0",
"engines": {
"node": ">=10.9.0 <11.0.0",
"yarn": ">=1.9.2 <2.0.0"
},
"dependencies": {
"@angular/animations": "9.0.0-next.8",
"@angular/cdk": "8.2.2",
"@angular/common": "9.0.0-next.8",
"@angular/core": "9.0.0-next.8",
"@angular/forms": "9.0.0-next.8",
"@angular/material": "8.2.2",
"@angular/platform-browser": "9.0.0-next.8",
"@angular/platform-browser-dynamic": "9.0.0-next.8",
"@angular/router": "9.0.0-next.8",
"@ngrx/store": "8.3.0",
"date-fns": "1.30.1",
"rxjs": "6.5.3",
"systemjs": "6.1.2",
"tslib": "1.10.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/bazel": "9.0.0-next.8",
"@angular/cli": "9.0.0-next.6",
"@angular/compiler": "9.0.0-next.8",
"@angular/compiler-cli": "9.0.0-next.8",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@bazel/bazel": "^0.29.0",
"@bazel/benchmark-runner": "0.1.0",
"@bazel/buildifier": "0.28.0",
"@bazel/ibazel": "0.10.3",
"@bazel/karma": "^0.38.0",
"@bazel/protractor": "^0.38.0",
"@bazel/rollup": "^0.38.0",
"@bazel/terser": "^0.38.0",
"@bazel/typescript": "^0.38.0",
"@types/jasmine": "3.4.0",
"@types/node": "6.14.6",
"core-js": "2.6.9",
"firebase-tools": "7.1.0",
"history-server": "^1.3.1",
"patch-package": "^6.2.0",
"rollup": "^1.21.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"terser": "4.3.1",
"typescript": "3.4.5"
},
"scripts": {
"build": "bazel build //src:bundle",
"serve": "ibazel run //src:devserver",
"deploy": "ng build && firebase deploy",
"serve-prod": "bazel run //src:prodserver",
"e2e": "bazel test //e2e:all",
"test": "bazel test //src/...",
"benchmark": "ibazel-benchmark-runner //src:devserver src/app/hello-world/hello-world.component.ts --url=http://localhost:5432",
"postinstall": "patch-package && ivy-ngcc",
"generate": "node tools/generator/index.js",
"generate:clean": "node tools/generator/index.js --clean"
}
}