-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.41 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.41 KB
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
{
"name": "angular-listing",
"version": "3.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "^11.2.7",
"@angular/cdk": "^11.2.6",
"@angular/common": "^11.2.7",
"@angular/compiler": "^11.2.7",
"@angular/core": "^11.2.7",
"@angular/forms": "^11.2.7",
"@angular/localize": "^11.2.7",
"@angular/platform-browser": "^11.2.7",
"@angular/platform-browser-dynamic": "^11.2.7",
"@angular/router": "^11.2.7",
"@auth0/angular-jwt": "^5.0.2",
"@fullcalendar/angular": "^5.10.2",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"bootstrap": "^4.5.0",
"chosen-js": "^1.8.7",
"core-js": "^3.9.1",
"counterup": "^1.0.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery.countdown": "^1.2.8",
"jquery.mmenu": "^7.3.3",
"magnific-popup": "^1.1.0",
"mini-css-extract-plugin": "^1.6.0",
"ng2-nouislider": "^1.8.3",
"ngx-dropzone-wrapper": "^10.0.1",
"ngx-slick-carousel": "^0.5.1",
"nouislider": "^14.7.0",
"primeicons": "^5.0.0",
"primeng": "^11.2.3",
"rangeslider.js": "^2.3.0",
"rxjs": "^6.6.6",
"rxjs-compat": "^6.6.6",
"slick": "^1.12.2",
"slick-carousel": "^1.8.1",
"tooltip": "^1.6.1",
"tslib": "^2.1.0",
"waypoints": "^4.0.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.6",
"@angular/cli": "^11.2.6",
"@angular/compiler-cli": "^11.2.7",
"@angular/language-service": "^11.2.7",
"@types/d3": "^6.3.0",
"@types/jasmine": "~3.6.9",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.37",
"@types/nvd3": "^1.8.41",
"@types/sortablejs": "^1.10.6",
"angular-cli-ghpages": "^1.0.3",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.1",
"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",
"node-sass": "^5.0.0",
"protractor": "~7.0.0",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"typescript": "4.1.5"
}
}