-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.89 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.89 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
85
{
"name": "candifood-ui",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"@candiman/website": "ng build @candiman/website",
"@candiman/website-watch": "ng build @candiman/website --watch",
"@candiman/website-schematics": "tsc -p projects/candiman/website/tsconfig.schematics.json",
"publish-@candiman/website": "./publish-@candifood-website.sh",
"gcloud-deploy-no-promot": "gcloud app deploy --no-promote",
"gcloud-deploy": "gcloud app deploy",
"bundle-report": "ng build --prod --stats-json && webpack-bundle-analyzer dist/candifood-ui/stats.json"
},
"private": true,
"dependencies": {
"@agm/core": "1.1.0",
"@angular/animations": "11.2.13",
"@angular/cdk": "11.2.12",
"@angular/common": "11.2.13",
"@angular/compiler": "11.2.13",
"@angular/core": "11.2.13",
"@angular/elements": "11.2.13",
"@angular/forms": "11.2.13",
"@angular/google-maps": "11.2.12",
"@angular/localize": "^11.0.0",
"@angular/material": "11.2.12",
"@angular/platform-browser": "11.2.13",
"@angular/platform-browser-dynamic": "11.2.13",
"@angular/router": "11.2.13",
"@fortawesome/angular-fontawesome": "0.5.0",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/free-brands-svg-icons": "5.11.2",
"@fortawesome/free-regular-svg-icons": "5.11.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@nebular/auth": "5.1.0",
"@nebular/security": "5.1.0",
"@nebular/theme": "5.1.0",
"@ng-bootstrap/ng-bootstrap": "9.1.0",
"@webcomponents/custom-elements": "1.4.3",
"angularx-social-login": "3.5.6",
"bootstrap": "5.0.0",
"core-js": "3.12.1",
"document-register-element": "1.14.10",
"ngx-infinite-scroll": "10.0.1",
"rxjs": "6.6.7",
"tslib": "2.2.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.12",
"@angular-devkit/build-ng-packagr": "~0.1001.2",
"@angular/cli": "11.2.12",
"@angular/compiler-cli": "11.2.13",
"@angular/language-service": "11.2.13",
"@schematics/angular": "11.0.0",
"@types/gapi": "0.0.39",
"@types/gapi.auth2": "0.0.54",
"@types/googlemaps": "3.43.3",
"@types/jasmine": "3.7.1",
"@types/jasminewd2": "2.0.9",
"@types/node": "15.0.2",
"chalk": "4.1.1",
"codelyzer": "6.0.2",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"ng-packagr": "11.2.4",
"ngx-build-plus": "11.0.0",
"protractor": "7.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.0.7",
"webpack-bundle-analyzer": "4.4.1"
}
}