forked from tensorflow/tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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 //...",
"lint": "prettier --check 'tensorboard/**/*.'{css,html,js,ts,scss} .github/**/*.yml",
"fix-lint": "prettier --write 'tensorboard/**/*.'{css,html,js,ts,scss} .github/**/*.yml"
},
"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.2.14",
"@angular/cli": "^8.3.21",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@bazel/bazel": "0.26.1",
"@bazel/hide-bazel-files": "^0.34.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "^0.32.2",
"@bazel/karma": "^0.36.1",
"@bazel/typescript": "^0.34.0",
"@types/chai": "^4.2.7",
"@types/jasmine": "^3.5.0",
"@types/node": "^13.1.2",
"@types/sinon": "^7.5.1",
"chai": "^4.2.0",
"prettier": "1.18.2",
"sinon": "^7.4.2",
"typescript": "~3.4.5"
},
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@ngrx/effects": "^8.6.0",
"@ngrx/store": "^8.6.0",
"rxjs": "^6.5.4",
"zone.js": "^0.9.1"
}
}