-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
92 lines (92 loc) · 2.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "xprof",
"version": "0.0.0-unused",
"description": "Xprof TensorFlow Plugin",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "ngcc",
"build": "bazel build //...",
"test": "ibazel test //...",
"lint": "prettier --check 'tensorboard/**/*.'{css,html,js,ts} .github/**/*.yml",
"fix-lint": "prettier --write 'tensorboard/**/*.'{css,html,js,ts} .github/**/*.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorflow/profiler.git"
},
"keywords": [
"ml",
"visualization"
],
"author": "TensorFlow authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tensorflow/profiler/issues"
},
"homepage": "https://github.com/tensorflow/profiler#readme",
"devDependencies": {
"@angular/cli": "^15.2.7",
"@angular/compiler": "^15.2.9",
"@angular/compiler-cli": "^15.2.9",
"@bazel/bazelisk": "^1.7.5",
"@bazel/ibazel": "^0.15.9",
"@bazel/jasmine": "^5.7.0",
"@bazel/concatjs": "^5.7.0",
"@bazel/rollup": "^5.7.0",
"@bazel/typescript": "^5.7.0",
"@types/chai": "^4.2.7",
"@types/google.visualization": "0.0.65",
"@types/jasmine": "^3.5.0",
"@types/node": "^13.1.2",
"@types/sinon": "^7.5.1",
"tslib": "^2.3.6",
"chai": "^4.2.0",
"prettier": "1.18.2",
"sinon": "^7.4.2",
"typescript": "4.8.2",
"rollup": "^2.56.2",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^2.0.0",
"karma-requirejs": "^1.0.0",
"karma-sourcemap-loader": "^0.3.0",
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.4",
"requirejs": "^2.3.6",
"terser": "^5.6.0"
},
"dependencies": {
"@angular/animations": "^15.2.9",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/localize": "^15.2.9",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@ngrx/effects": "^15.2.1",
"@ngrx/store": "^15.2.1",
"@polymer/polymer": "^3.4.1",
"tslib": "^2.3.6",
"rxjs": "^7.5.7",
"zone.js": "^0.12.0"
},
"overrides": {
"minimist" : "1.2.6",
"follow-redirects": "1.14.8",
"log4js" : "6.4.0",
"engine.io" : "4.1.2",
"ansi-regex" : "5.0.1",
"tar" : "4.4.19"
}
}