forked from Tiledesk/tiledesk-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.21 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
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.2.40",
"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": "AGPL-3.0",
"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": "^5.0.2",
"@angular/cdk": "^5.2.5",
"@angular/common": "^5.0.2",
"@angular/compiler": "^5.0.2",
"@angular/core": "^5.0.2",
"@angular/forms": "^5.0.2",
"@angular/http": "^5.0.2",
"@angular/material": "^5.2.5",
"@angular/platform-browser": "^5.0.2",
"@angular/platform-browser-dynamic": "^5.0.2",
"@angular/platform-server": "^5.0.2",
"@angular/router": "^5.0.2",
"@ng-select/ng-select": "^1.4.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@syncfusion/ej2-angular-heatmap": "^17.4.51",
"@types/node": "^11.15.54",
"@types/ua-parser-js": "^0.7.36",
"amazing-time-picker": "^1.5.3",
"angular-cc-library": "^1.2.5",
"angular2-moment": "^1.8.0",
"arrive": "2.4.1",
"autolinker": "^3.15.0",
"bootstrap": "3.3.7",
"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",
"core-js": "^2.6.12",
"emoji-regex": "^9.2.2",
"express": "^4.17.3",
"firebase": "^7.24.0",
"googleapis": "19.0.0",
"humanize-duration": "^3.27.1",
"humanize-duration-ts": "^2.1.1",
"jquery": "3.2.1",
"leaflet": "^1.7.1",
"marked": "^2.1.3",
"material-icons": "^1.10.8",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mydatepicker": "^2.6.11",
"ng-simple-slideshow": "^1.2.9",
"ng2-tooltip-directive": "^2.9.20",
"ngx-color-picker": "^6.7.0",
"perfect-scrollbar": "1.1.0",
"roboto-fontface": "^0.10.0",
"rxjs": "^5.5.4",
"sweetalert": "^2.1.2",
"tslib": "^1.14.1",
"ua-parser-js": "^0.7.31",
"uuid": "^3.4.0",
"web-animations-js": "^2.3.2",
"zone.js": "0.8.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.10",
"@angular/cli": "^7.3.10",
"@angular/compiler-cli": "^5.2.11",
"@angular/language-service": "^5.0.2",
"@types/bootstrap": "3.3.32",
"@types/chartist": "0.9.34",
"@types/jasmine": "2.8.2",
"@types/jquery": "1.10.31",
"codelyzer": "~4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "0.2.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.4.4",
"sw-precache": "^5.2.0",
"sw-precache-webpack-plugin": "^0.11.4",
"ts-node": "~3.3.0",
"tslint": "^5.20.1",
"typescript": "^3.9.10"
}
}