-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.05 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
{
"name": "multikart",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"dev:ssr": "ng run multikart:serve-ssr",
"serve:ssr": "node dist/multikart/server/main.js",
"build:ssr": "ng build --prod && ng run multikart:server:production",
"prerender": "ng run multikart:prerender",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.0.3",
"@angular/cdk": "^10.0.1",
"@angular/common": "~13.0.3",
"@angular/compiler": "~13.0.3",
"@angular/core": "~13.0.3",
"@angular/forms": "~13.0.3",
"@angular/localize": "^13.0.3",
"@angular/platform-browser": "~13.0.3",
"@angular/platform-browser-dynamic": "~13.0.3",
"@angular/platform-server": "~13.0.3",
"@angular/router": "~13.0.3",
"@ks89/angular-modal-gallery": "^7.2.5",
"@ng-bootstrap/ng-bootstrap": "^6.0.0",
"@ngneat/content-loader": "^4.1.0",
"@nguniversal/express-engine": "^13.0.1",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/http-client": "^4.2.0",
"@ngx-loading-bar/router": "^4.2.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"cors": "^2.8.5",
"domino": "^2.1.5",
"express": "^4.15.2",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"localstorage-polyfill": "^1.0.1",
"masonry-layout": "^4.2.2",
"mousetrap": "^1.6.5",
"ng-animate": "^0.3.4",
"ng-lazyload-image": "^7.1.0",
"ng-masonry-grid": "^1.3.0",
"ng5-slider": "^1.2.4",
"ngx-bar-rating": "^2.0.0",
"ngx-infinite-scroll": "^10.0.0",
"ngx-isotope": "^0.1.7",
"ngx-masonry": "^1.1.4",
"ngx-masonry-layout": "^2.0.6",
"ngx-owl-carousel-o": "^2.0.3",
"ngx-paypal": "^6.0.1",
"ngx-skeleton-loader": "^1.2.7",
"ngx-toastr": "^12.0.1",
"path": "^0.12.7",
"rxjs": "~6.6.0",
"sass": "^1.44.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.4",
"@angular/cli": "~13.0.4",
"@angular/compiler-cli": "~13.0.3",
"@angular/language-service": "~13.0.3",
"@nguniversal/builders": "^13.0.1",
"@types/express": "^4.17.0",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/mousetrap": "^1.6.3",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.0",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.4.4"
}
}