-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
166 lines (166 loc) · 5.28 KB
/
package.json
File metadata and controls
166 lines (166 loc) · 5.28 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "test-angular-demo",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "8.0.0",
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "14.0.7",
"@angular/cdk": "14.0.6",
"@angular/common": "14.0.7",
"@angular/compiler": "14.0.7",
"@angular/core": "14.0.7",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "14.0.7",
"@angular/material": "14.0.6",
"@angular/platform-browser": "14.0.7",
"@angular/platform-browser-dynamic": "14.0.7",
"@angular/router": "14.0.7",
"@apollo/client": "^3.5.9",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-apollo-angular": "^3.4.7",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@descope/angular-sdk": "0.14.4",
"@nestjs/apollo": "^10.0.4",
"@nestjs/common": "^8.0.0",
"@nestjs/config": "^1.2.1",
"@nestjs/core": "^8.0.0",
"@nestjs/graphql": "^10.0.4",
"@nestjs/jwt": "^8.0.0",
"@nestjs/mongoose": "^9.2.0",
"@nestjs/passport": "^8.2.1",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-socket.io": "^8.4.7",
"@nestjs/schedule": "^2.1.0",
"@nestjs/throttler": "^4.0.0",
"@nestjs/websockets": "^8.4.7",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "13.8.1",
"@playwright/test": "^1.50.1",
"@popperjs/core": "^2.11.5",
"@slack/bolt": "^3.12.1",
"@swimlane/ngx-charts": "^20.5.0",
"@swimlane/ngx-graph": "8.0.2",
"@ungap/custom-elements": "^1.1.0",
"adaptive-expressions": "^4.23.2",
"adaptivecards-templating": "^2.3.1",
"angular-gridster2": "^15.0.0",
"apollo-angular": "^3.0.0",
"apollo-boost": "^0.4.9",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-retry": "^2.2.16",
"apollo-link-timeout": "^4.0.0",
"apollo-server-express": "^3.6.3",
"async-sema": "^3.1.1",
"bcrypt": "^5.0.1",
"class-validator": "^0.13.2",
"compression": "^1.7.4",
"core-js": "^3.31.1",
"cose-base": "^2.1.0",
"cross-fetch": "^3.1.5",
"csv-writer": "^1.6.0",
"cytoscape": "^3.21.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-context-menus": "^4.1.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-d3-force": "^1.1.4",
"cytoscape-dagre": "^2.4.0",
"cytoscape-elk": "^2.0.2",
"cytoscape-expand-collapse": "^4.1.0",
"cytoscape-fcose": "^2.1.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-navigator": "^2.0.1",
"cytoscape-popper": "^2.0.0",
"cytoscape-springy": "^1.4.2",
"cytoscape-undo-redo": "^1.3.3",
"cytoscape.js-undo-redo": "^1.0.1",
"d3": "7.3.0",
"d3-flame-graph": "^4.1.3",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"dagre": "0.8.5",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"graphql-subscriptions": "^2.0.0",
"highcharts": "^10.0.0",
"highcharts-angular": "^3.0.0",
"jwt-decode": "^3.1.2",
"layout-base": "^2.0.1",
"marked": "^15.0.7",
"moment": "^2.29.4",
"mongodb-memory-server": "^8.9.2",
"nestjs-pino": "^2.5.0",
"ngx-cookie-service": "^14.0.1",
"ngx-markdown": "^13.1.0",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.4.0",
"socket.io": "^4.7.2",
"tippy.js": "^6.3.7",
"ts-morph": "^13.0.3",
"tslib": "^2.0.0",
"web-worker": "^1.2.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.7",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/template-parser": "~13.5.0",
"@angular/cli": "14.0.7",
"@angular/compiler-cli": "14.0.7",
"@angular/language-service": "14.0.1",
"@graphql-codegen/cli": "^1.17.8",
"@nestjs/schematics": "^8.0.6",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.8.1",
"@nrwl/cypress": "^13.8.1",
"@nrwl/devkit": "^13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.1",
"@nrwl/jest": "13.8.1",
"@nrwl/linter": "13.8.1",
"@nrwl/nest": "^13.8.1",
"@nrwl/node": "13.8.1",
"@nrwl/tao": "13.8.1",
"@nrwl/workspace": "13.8.1",
"@nx/playwright": "^20.4.4",
"@types/bcrypt": "^5.0.0",
"@types/cron": "^2.0.0",
"@types/cytoscape": "^3.19.4",
"@types/cytoscape-dagre": "^2.3.0",
"@types/d3": "^7.1.0",
"@types/d3-shape": "^3.0.2",
"@types/dagre": "^0.7.47",
"@types/jest": "27.0.2",
"@types/node": "^16.18.126",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"cypress": "^9.1.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"passport-jwt": "^4.0.0",
"prettier": "^2.5.1",
"ts-jest": "27.0.5",
"ts-node": "^10.7.0",
"typescript": "~4.7.3"
}
}