-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
73 lines (73 loc) · 2.18 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
{
"name": "sos-trades-gui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "npx playwright test e2e-playwright --workers=1",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.10",
"@angular/cdk": "15.2.9",
"@angular/common": "15.2.10",
"@angular/compiler": "15.2.10",
"@angular/core": "15.2.10",
"@angular/forms": "15.2.10",
"@angular/material": "15.2.9",
"@angular/platform-browser": "15.2.10",
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"@auth0/angular-jwt": "5.2.0",
"@fortawesome/fontawesome-free": "6.5.1",
"@jspreadsheet/autowidth": "1.0.1",
"angular-split": "15.0.0",
"d3": "7.8.5",
"d3-color": "3.1.0",
"d3-graphviz": "5.2.0",
"d3-selection": "3.0.0",
"engine.io-parser": "5.2.1",
"html2pdf.js": "0.10.2",
"jspreadsheet-ce": "4.13.4",
"jsuites": "5.0.30",
"katex": "^0.16.9",
"marked": "^4.0.17",
"material-icons": "1.13.12",
"mermaid": "^9.4.3",
"ng-table-virtual-scroll": "1.6.0",
"ngx-markdown": "^15.1.2",
"ngx-mat-select-search": "7.0.5",
"ngx-papaparse": "8.0.0",
"plotly.js-dist-min": "2.35.2",
"rxjs": "7.8.1",
"socket.io-client": "4.7.2",
"tslib": "2.6.2",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.11",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.11",
"@angular/compiler-cli": "15.2.10",
"@angular/language-service": "15.2.10",
"@types/d3": "6.3.0",
"@types/d3-graphviz": "2.6.6",
"@types/jasmine": "3.6.10",
"@types/jasminewd2": "2.0.8",
"@types/node": "15.0.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "8.33.0",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
"ts-node": "10.9.2",
"typescript": "4.9.5"
}
}