build(bazel): use fine-grained npm deps (#26111)

This commit is contained in:
Greg Magolan
2018-10-04 13:14:14 -07:00
committed by Alex Eagle
parent 81f5656be0
commit 2546c66376
104 changed files with 6687 additions and 560 deletions

11
tools/npm/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"description": "minimal @npm repo",
"dependencies": {
"@bazel/karma": "0.19.1",
"@bazel/typescript": "0.19.1",
"typescript": "~3.1.1"
},
"scripts": {
"//": "TODO(gmagolan): figure out how to keep dependencies here up to date with the root package.json"
}
}

3186
tools/npm/yarn.lock Normal file

File diff suppressed because it is too large Load Diff