-
Notifications
You must be signed in to change notification settings - Fork 386
/
package.json
103 lines (103 loc) Β· 2.82 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
{
"name": "shopping-cart",
"version": "2.1.4",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"postinstall": "ngcc",
"patch": "npm version patch",
"prod": "ng build --prod",
"deploy": "firebase deploy",
"lint": "ng lint",
"e2e": "ng e2e",
"build:stats": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer dist/stats-es2015.json"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"author": {
"name": "Mohammed Ismail",
"email": "[email protected]"
},
"contributors": [
{
"name": "Mohammed Ismail",
"email": "[email protected]"
}
],
"dependencies": {
"@angular/animations": "^10.0.2",
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.2",
"@angular/compiler": "^10.0.2",
"@angular/core": "^10.0.2",
"@angular/fire": "^6.0.2",
"@angular/forms": "^10.0.2",
"@angular/platform-browser": "^10.0.2",
"@angular/platform-browser-dynamic": "^10.0.2",
"@angular/router": "^10.0.2",
"@angular/service-worker": "^10.0.2",
"@ngrx/effects": "^9.2.0",
"@ngrx/entity": "^9.2.0",
"@ngrx/router-store": "^9.2.0",
"@ngrx/store": "^9.2.0",
"@ngrx/store-devtools": "^9.2.0",
"angular-bootstrap-md": "^9.3.1",
"animate.css": "^4.1.0",
"bootstrap": "^4.5.0",
"bootstrap-icons": "^1.0.0-alpha5",
"classlist.js": "^1.1.20150312",
"firebase": "^7.15.5",
"font-awesome": "^4.7.0",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.5.1",
"jspdf": "^1.5.3",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"ngx-content-loading": "^0.1.3",
"ngx-owl-carousel": "^2.0.7",
"ngx-pagination": "^5.0.0",
"owl.carousel": "^2.3.4",
"popper": "^1.0.1",
"rxjs": "~6.6.0",
"shortid": "^2.2.15",
"tether": "^1.4.7",
"toastr": "^2.1.4",
"tslib": "^2.0.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.1",
"@angular/cli": "^10.0.1",
"@angular/compiler-cli": "^10.0.2",
"@angular/language-service": "^10.0.2",
"@types/jasmine": "^3.5.11",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.14",
"codelyzer": "^6.0.0",
"concurrently": "^5.2.0",
"http-server": "^0.12.3",
"husky": "^4.2.5",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "^5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~3.3.1",
"karma-jasmine-html-reporter": "^1.5.4",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"ts-node": "~8.10.2",
"tslint": "^6.1.2",
"typescript": "~3.9.6",
"webpack-bundle-analyzer": "^3.8.0"
}
}