-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.77 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.77 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
{
"name": "go-data-front-end",
"version": "2.50.3",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check --host 0.0.0.0 --port 4550",
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build-serve": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng serve --configuration production --disable-host-check --port 4550",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "29.3.5",
"@ag-grid-community/client-side-row-model": "29.3.5",
"@ag-grid-community/core": "29.3.5",
"@ag-grid-community/styles": "29.3.5",
"@angular/animations": "14.3.0",
"@angular/cdk": "14.2.7",
"@angular/cdk-experimental": "14.2.7",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/core": "14.3.0",
"@angular/flex-layout": "14.0.0-beta.41",
"@angular/forms": "14.3.0",
"@angular/material": "14.2.7",
"@angular/material-moment-adapter": "14.2.7",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@ngx-translate/core": "14.0.0",
"@popperjs/core": "2.11.8",
"billboard.js": "3.8.0",
"buffer": "6.0.3",
"cytoscape": "3.25.0",
"cytoscape-cola": "2.5.1",
"cytoscape-dagre": "2.5.0",
"d3": "7.8.5",
"file-saver": "2.0.5",
"gantt": "3.1.1",
"html2canvas": "1.4.1",
"lodash": "4.17.21",
"lz-string": "1.5.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"ng2-file-upload": "3.0.0",
"ngx-color-picker": "13.0.0",
"ngx-mat-select-search": "5.0.0",
"ngx-mat-timepicker": "14.0.8",
"ngx-popperjs": "14.1.6",
"ngx-toastr": "16.0.2",
"ngx-wig": "14.0.7",
"ol": "7.4.0",
"rxjs": "7.4.0",
"tslib": "2.4.1",
"uuid": "9.0.0",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.13",
"@angular-eslint/builder": "14.4.1-alpha.0",
"@angular-eslint/eslint-plugin": "14.4.1-alpha.0",
"@angular-eslint/eslint-plugin-template": "14.4.1-alpha.0",
"@angular-eslint/schematics": "14.4.1-alpha.0",
"@angular-eslint/template-parser": "14.4.1-alpha.0",
"@angular/cli": "14.2.13",
"@angular/compiler-cli": "14.3.0",
"@angular/language-service": "14.3.0",
"@types/cytoscape": "3.19.10",
"@types/file-saver": "2.0.5",
"@types/lodash": "4.14.199",
"@types/node": "16.18.1",
"@types/uuid": "9.0.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/eslint-plugin-tslint": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}