-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
85 lines (85 loc) · 2.73 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
{
"name": "bq-viz",
"version": "0.1.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"e2e": "ng e2e",
"lint": "eslint src/**/*.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.0.3",
"@angular/cdk": "~16.0.2",
"@angular/common": "^16.0.3",
"@angular/compiler": "^16",
"@angular/core": "~16.0.3",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "~16.0.3",
"@angular/material": "^16.0.2",
"@angular/platform-browser": "^16",
"@angular/platform-browser-dynamic": "^16",
"@angular/router": "^16",
"@sentry/browser": "^7.119.1",
"@types/google.accounts": "^0.0.7",
"@types/google.visualization": "^0.0.41",
"@types/gsi": "^0.0.0",
"ajv": "^6.10.2",
"angular-google-chart": "^1.0.0-beta.1",
"angular-local-storage": "^0.7.1",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"axios": "^1.7.4",
"core-js": "^3.19.1",
"dagre": "^0.8.5",
"google-apis": "^1.0.0",
"google-charts-node": "^1.0.4",
"googleapis": "^118.0.0",
"https-proxy-agent": "^7.0.0",
"material-design-icons": "^3.0.1",
"rxjs": "^7.8.1",
"stacktrace-js": "^2.0.2",
"tslib": "^2.3.1",
"vis": "^4.21.0",
"zone.js": "^0.13"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.3",
"@angular/cli": "^16",
"@angular/compiler-cli": "^16.0.3",
"@angular/language-service": "^15",
"@tsconfig/node16": "^1.0.4",
"@types/dagre": "^0.7.46",
"@types/gsi": "^0.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "^2.0.8",
"@types/lodash": "^4.14.177",
"@types/node": "^8.10.59",
"@types/vis": "^4.21.22",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"codelyzer": "~6.0.2",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"google-charts": "^1.1.0",
"jasmine-core": "^3.8.1",
"karma": "^6.3.8",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7",
"karma-mocha-reporter": "^2.2.5",
"protractor": "^7.0.0",
"ts-node": "~10.9.1",
"typescript": "^5.0.4"
},
"description": "Web application to visualise the flow of execution stages within a BigQuery job. This may be useful in identifying problematic stages and provides greater usability for large query plans than the default query plan explanation in the Google Cloud Console.",
"main": "index.js",
"keywords": [],
"author": "[email protected]",
"license": "ISC"
}