-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
145 lines (145 loc) · 4.55 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "hypertrace-ui",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/hypertrace/hypertrace-ui"
},
"license": "LicenseRef-LICENSE",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build:ci": "node --max_old_space_size=3584 node_modules/@angular/cli/bin/ng build --configuration production --no-progress",
"test": "ng test hypertrace-ui --cache --max-workers=2",
"lint": "ng lint hypertrace-ui",
"lint:fix": "ng lint --fix hypertrace-ui",
"prettier:check": "prettier --check '**'",
"test:ci": "ng test hypertrace-ui --max-workers 2 --ci --coverage",
"docs": "compodoc -p tsconfig.json",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/cdk": "^16.1.7",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@ngbracket/ngx-layout": "^16.1.3",
"@angular/forms": "^16.1.8",
"@angular/material": "^16.1.7",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"@apollo/client": "^3.8.5",
"@fullstory/browser": "^1.7.1",
"@hypertrace/hyperdash": "^1.3.0",
"@hypertrace/hyperdash-angular": "^5.2.0",
"@types/d3-hierarchy": "^2.0.2",
"@types/d3-transition": "1.1.5",
"apollo-angular": "^5.0.2",
"core-js": "^3.35.0",
"d3-array": "^2.12.0",
"d3-axis": "^2.1.0",
"d3-brush": "^1.1.6",
"d3-color": "^1.4.0",
"d3-drag": "^1.2.4",
"d3-force": "^2.1.1",
"d3-hierarchy": "^1.1.9",
"d3-interpolate": "^2.0.1",
"d3-path": "^1.0.9",
"d3-quadtree": "^1.0.6",
"d3-scale": "^3.3.0",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.5",
"d3-transition": "^1.2.0",
"d3-zoom": "^1.8.3",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"highlight.js": "^11.9.0",
"iso8601-duration": "^2.1.1",
"lodash-es": "^4.17.21",
"mixpanel-browser": "^2.47.0",
"ngx-color": "9.0.0",
"rudder-sdk-js": "^2.46.0",
"rxjs": "~6.6.7",
"tslib": "^2.6.0",
"uuid": "^8.3.2",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.0",
"@angular-devkit/build-angular": "^16.1.8",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "16.1.8",
"@angular/compiler-cli": "^16.1.8",
"@angular/language-service": "^16.1.8",
"@ngneat/spectator": "^15.0.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@compodoc/compodoc": "^1.1.21",
"@types/d3-array": "^2.9.0",
"@types/d3-axis": "^2.0.0",
"@types/d3-brush": "^2.1.0",
"@types/d3-drag": "^1.2.3",
"@types/d3-force": "^2.1.0",
"@types/d3-path": "^2.0.0",
"@types/d3-quadtree": "^1.0.7",
"@types/d3-scale": "^2.2.6",
"@types/d3-selection": "^1.4.2",
"@types/d3-shape": "^2.1.0",
"@types/d3-zoom": "^1.7.5",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.9",
"@types/mixpanel-browser": "^2.47.1",
"@types/node": "^18.19.3",
"@types/uuid": "^8.3.4",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "50.0.1",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"jest-config": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-html-reporter": "^3.10.1",
"jest-junit": "16.0.0",
"lodash": "^4.17.21",
"ng-mocks": "^14.10.0",
"ng-packagr": "^16.1.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.1.1",
"ts-node": "~10.9.2",
"typescript": "~5.1.6"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}