-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
95 lines (95 loc) · 2.89 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
{
"name": "pd-pro-angular",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE.pdf",
"repository": {
"type": "git",
"url": "https://github.com/creativetimofficial/paper-dashboard-pro-angular.git"
},
"scripts": {
"postinstall": "node patch.js",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "10.0.5",
"@angular/animations": "^10.0.8",
"@angular/cdk": "^10.1.3",
"@angular/common": "^10.0.8",
"@angular/compiler": "^10.0.8",
"@angular/core": "^10.0.8",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/forms": "^10.0.8",
"@angular/localize": "^10.0.8",
"@angular/material": "^10.1.3",
"@angular/platform-browser": "^10.0.8",
"@angular/platform-browser-dynamic": "^10.0.8",
"@angular/platform-server": "^10.0.8",
"@angular/router": "^10.0.8",
"@antmedia/web_player": "3.0.0-SNAPSHOT-2024-Dec-23-04-35",
"@ngui/map": "0.30.3",
"@ngui/ngui": "0.15.2",
"@types/googlemaps": "3.39.11",
"bootstrap": "4.5.2",
"bootstrap-notify": "3.1.3",
"bootstrap-select": "1.13.18",
"bootstrap-switch": "3.4.0",
"bootstrap-tagsinput": "0.7.1",
"chartist": "0.11.4",
"chartist-plugin-legend": "0.6.2",
"chartist-plugin-zoom": "0.6.0",
"chartjs-plugin-zoom": "0.7.7",
"copy-webpack-plugin": "6.0.3",
"datatables": "1.10.18",
"datatables.net-bs": "1.11.5",
"datatables.net-responsive": "^2.5.1",
"easy-pie-chart": "2.1.7",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"fullcalendar": "3.6.1",
"hammerjs": "2.0.8",
"jasny-bootstrap": "4.0.0",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"material-components-web": "7.0.0",
"material-design-icons": "3.0.1",
"material-design-lite": "1.3.0",
"ngx-clipboard": "14.0.2",
"nouislider": "14.6.0",
"popper.js": "^1.16.1",
"rxjs": "^6.6.2",
"tslib": "^2.4.1",
"twitter-bootstrap-wizard": "1.2.0",
"web-animations-js": "2.3.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "~0.1000.5",
"@angular/cli": "^10.0.5",
"@angular/compiler-cli": "^10.0.8",
"@types/bootstrap": "4.5.0",
"@types/chartist": "^0.11.0",
"@types/jasmine": "~3.5.12",
"@types/jquery": "3.5.1",
"@types/node": "~14.0.27",
"codelyzer": "6.0.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "^6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "^4.0.0",
"karma-jasmine-html-reporter": "1.5.4",
"protractor": "~7.0.0",
"rxjs-compat": "^6.6.2",
"ts-node": "~8.10.2",
"tslint": "~6.1.3",
"typescript": "^3.9"
}
}