-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.62 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
{
"name": "mdb-angular-free",
"version": "6.2.6",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve mdb-angular-free",
"build": "ng build mdb-angular-free",
"test": "ng test mdb-angular-free",
"lint": "ng lint mdb-angular-free",
"e2e": "ng e2e mdb-angular-free",
"remove-demo-unix": "rm -rf projects && rm angular.json && mv angular-clean.json angular.json",
"remove-demo-windows": "rmdir /s /q projects && del angular.json && ren angular-clean.json angular.json"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "^6.1.10",
"@angular/cdk": "^7.3.0",
"@angular/common": "^6.0.0-rc.1",
"@angular/core": "^6.0.0-rc.1",
"@angular/forms": "^6.0.0-rc.1",
"@angular/http": "^6.0.0-rc.1",
"@angular/material": "^7.3.0",
"@angular/platform-browser": "^6.0.0-rc.1",
"@angular/platform-browser-dynamic": "^6.0.0-rc.1",
"@angular/platform-server": "^6.0.0-rc.1",
"@angular/router": "^6.0.0-rc.1",
"@auth0/angular-jwt": "^4.1.0",
"@ng-bootstrap/ng-bootstrap": "^4.0.2",
"angular-bootstrap-md": "6.3.0",
"angular-star-rating": "^4.0.0-beta.3",
"chart.js": "^2.9.4",
"classlist.js": "^1.1.20150312",
"core-js": "^3.8.0",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"ionicons": "^5.2.3",
"jw-angular-social-buttons": "^1.0.0",
"ng-block-ui": "^3.0.2",
"ng-chat": "^3.0.3",
"ng-socket-io": "^0.2.4",
"ng2-floating-action-menu": "^2.1.0",
"ng2-toastr": "^4.1.2",
"ng6-toastr": "^6.0.0",
"ng6-toastr-notifications": "^1.0.4",
"ngc-float-button": "^1.2.1",
"ngx-bar-rating": "^1.1.0",
"ngx-floating-action-menu": "^0.2.5",
"ngx-toastr": "^10.2.0",
"pusher-js": "^7.0.2",
"rxjs": "^6.6.3",
"web-animations-js": "^2.3.2",
"rxjs": "^6.0.0-rc.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.10",
"@angular/cli": "^11.0.4",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0-rc.1",
"@angular/language-service": "^11.0.2",
"@types/jasmine": "~3.6.1",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~14.14.14",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"typescript": "~2.9.2"
}
}