-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
executable file
·117 lines (117 loc) · 3.53 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
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.7.49",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build -- --output-path=dist --base-href ./",
"build2": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"pwa": "ng build --prod && sw-precache --root=dist --config=precache-config.js"
},
"author": "Tiledesk SRL",
"license": "MIT License",
"homepage": "https://www.tiledesk.com",
"repository": {
"type": "git",
"url": "https://github.com/Tiledesk/tiledesk-dashboard"
},
"bin": {
"tiledesk-dashboard": "./bin/dashboard"
},
"private": false,
"dependencies": {
"@angular/animations": "^14.2.2",
"@angular/cdk": "^14.2.2",
"@angular/common": "^14.2.2",
"@angular/compiler": "^14.2.2",
"@angular/core": "^14.2.2",
"@angular/forms": "^14.2.2",
"@angular/localize": "^14.2.2",
"@angular/material": "^14.2.2",
"@angular/material-moment-adapter": "^14.2.2",
"@angular/platform-browser": "^14.2.2",
"@angular/platform-browser-dynamic": "^14.2.2",
"@angular/platform-server": "^14.2.2",
"@angular/router": "^14.2.2",
"@ctrl/ngx-emoji-mart": "^7.1.0",
"@ncstate/sat-popover": "^10.0.0",
"@ng-select/ng-select": "^9.0.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@sweetalert2/ngx-sweetalert2": "^12.3.0",
"@types/grecaptcha": "^3.0.7",
"angular-cc-library": "^3.0.0",
"angular-shepherd": "^14.0.0",
"apexcharts": "^4.1.0",
"arrive": "2.4.1",
"bootstrap": "^3.4.0",
"bootstrap-material-design": "0.5.10",
"bootstrap-notify": "3.1.3",
"chart.js": "^2.9.4",
"chartist": "0.11.0",
"classlist.js": "^1.1.20150312",
"emoji-regex": "^9.2.2",
"express": "^4.17.3",
"file-saver": "^2.0.5",
"firebase": "^7.24.0",
"googleapis": "19.0.0",
"hammerjs": "^2.0.8",
"humanize-duration": "^3.27.1",
"humanize-duration-ts": "^2.1.1",
"install": "^0.13.0",
"jquery": "^3.5.0",
"leaflet": "^1.7.1",
"marked": "^2.1.3",
"material-icons": "^1.11.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"ng-apexcharts": "^1.7.1",
"ng-image-slider": "^6.0.0",
"ng2-tooltip-directive": "^2.10.3",
"ng2-tooltip-directive-ng13fix": "^2.10.2",
"ngx-color-picker": "^12.0.1",
"ngx-logger": "^5.0.11",
"ngx-mat-timepicker": "^14.0.2",
"ngx-moment": "^6.0.2",
"ngx-skeleton-loader": "^6.0.0",
"npm": "^8.19.1",
"perfect-scrollbar": "1.1.0",
"roboto-fontface": "^0.10.0",
"rxjs": "^6.5.4",
"sass": "^1.54.9",
"scrollto-with-animation": "^3.0.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.6",
"terser": "^5.15.0",
"tslib": "^2.3.1",
"ua-parser-js": "^0.7.33",
"uuid": "^3.4.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.2",
"@angular/cli": "^14.2.2",
"@angular/compiler-cli": "^14.2.2",
"@angular/language-service": "^14.0.2",
"@types/bootstrap": "3.3.32",
"@types/chartist": "0.9.34",
"@types/jasmine": "2.8.2",
"@types/jquery": "1.10.31",
"@types/node": "^8.10.66",
"jasmine-core": "^4.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "^5.4.4",
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "4.8.4"
}
}