-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 3.39 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
{
"name": "image",
"version": "0.3.5",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4208",
"start:high-memory": "node --max-old-space-size=4048 ./node_modules/@angular/cli/bin/ng serve --port 4205",
"start:local": "node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 3403 --disable-host-check",
"build": "ng build --configuration production",
"start-hmr": "ng serve --configuration hmr -sm=false",
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
"build-dev": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --stats-json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
"packagr": "ng-packagr -p ng-package.json"
},
"private": false,
"dependencies": {
"@agm/core": "1.1.0",
"@angular/animations": "13.3.11",
"@angular/cdk": "13.3.8",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "13.3.11",
"@angular/material": "13.3.8",
"@angular/material-moment-adapter": "13.3.8",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@apollo/client": "^3.6.6",
"@circlon/angular-tree-component": "^11.0.4",
"@dagrejs/graphlib": "^2.1.4",
"@fortawesome/angular-fontawesome": "0.10.2",
"@fortawesome/fontawesome-free": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "6.1.1",
"@fortawesome/free-regular-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@ngx-translate/core": "14.0.0",
"@swimlane/ngx-charts": "^20.1.0",
"angular-resizable-element": "^5.0.0",
"chart.js": "3.8.0",
"date-fns": "2.28.0",
"elasticsearch-browser": "^16.7.1",
"file-saver": "^2.0.5",
"lodash": "4.17.21",
"moment": "2.29.3",
"ngx-datatable": "^1.0.3",
"ngx-scrollbar": "^9.0.2",
"node-bourbon": "^4.2.8",
"perfect-scrollbar": "1.5.5",
"reveal.js": "^4.3.1",
"rxjs": "7.5.5",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.7",
"@angular/cli": "13.3.7",
"@angular/compiler-cli": "13.3.11",
"@angular/language-service": "13.3.11",
"@angularclass/hmr": "3.0.0",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "4.14.182",
"@types/node": "17.0.38",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "10.8.0",
"tslib": "^2.4.0",
"tslint": "~6.1.0",
"typedoc": "^0.22.17",
"typescript": "4.6.4",
"webpack-bundle-analyzer": "4.5.0"
}
}