forked from tensorflow/tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tensorboard",
"version": "0.0.0-unused",
"description": "TensorFlow's visualization toolkit",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "ngc -p angular-metadata.tsconfig.json",
"build": "bazel build //...",
"test": "ibazel test //..."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorflow/tensorboard.git"
},
"keywords": [
"ml",
"visualization"
],
"author": "TensorFlow authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tensorflow/tensorboard/issues"
},
"homepage": "https://github.com/tensorflow/tensorboard#readme",
"devDependencies": {
"@angular/bazel": "^8.1.2",
"@angular/cli": "^8.1.2",
"@angular/compiler": "^8.1.2",
"@angular/compiler-cli": "^8.1.2",
"@bazel/bazel": "^0.23.2",
"@bazel/hide-bazel-files": "^0.34.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/typescript": "^0.34.0",
"@types/node": "^12.6.8",
"typescript": "~3.4.5"
},
"dependencies": {
"@angular/animations": "^8.1.2",
"@angular/common": "^8.1.2",
"@angular/core": "^8.1.2",
"@angular/platform-browser": "^8.1.3",
"@angular/router": "^8.1.2",
"rxjs": "^6.5.2",
"zone.js": "^0.9.1"
}
}