generated from jcmelchorp/angular-material-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.3 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
{
"name": "coronavirus-mx",
"version": "0.0.1",
"author": "Julio César Melchor Pinto",
"description": "Statistical analisis of data for the disease produced by the virus SARS-CoV2",
"keywords": [
"angular 10",
"firebase",
"material",
"nosql",
"oauth",
"coronavirus",
"covid19",
"ngx-bootstrap",
"seo",
"progressive web application"
],
"angular-cli": {},
"repository": "https://github.com/juliomelchorpinto/coronavirus-mx2",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"reset": "rm -rf ./node_modules ./package-lock.json && npm install",
"prod": "ng build --prod",
"deploy": "ng build --prod && doc:g && firebase deploy",
"doc:g": "npx @compodoc/compodoc -p ./tsconfig.json --output ./docs --name \"Coronavirus-mx Documentation\" --theme material",
"doc:s": "npx @compodoc/compodoc -p ./tsconfig.json --output ./docs --name \"Coronavirus-mx Documentation\" --theme material --serve",
"doc:w": "npx @compodoc/compodoc -p ./tsconfig.json --output ./docs --name \"Coronavirus-mx Documentation\" --theme material --serve --watch",
"pwa:assets": "npx pwa-asset-generator ./src/assets/icons/icon-512x512.png ./src/assets/icons/ --manifest ./src/manifest.webmanifest --index ./src/index.html",
"pwa:audit": "npx lighthouse https://coronavirus-mx.web.app --chrome-flags=\"--headless\""
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.1",
"@angular/cdk": "^10.0.0",
"@angular/common": "~10.0.1",
"@angular/compiler": "~10.0.1",
"@angular/core": "~11.0.5",
"@angular/fire": "^6.0.2",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.1",
"@angular/google-maps": "^9.2.4",
"@angular/material": "^10.0.0",
"@angular/platform-browser": "~10.0.1",
"@angular/platform-browser-dynamic": "~10.0.1",
"@angular/router": "~10.0.1",
"@angular/service-worker": "~10.0.1",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"bootstrap": "4.5.0",
"chart.js": "^2.9.4",
"firebase": "^7.15.5",
"leaflet": "^1.6.0",
"ng-katex": "^2.0.3",
"ng2-charts": "^2.3.2",
"ngx-bootstrap": "^5.6.1",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.0",
"@angular/cli": "~15.1.4",
"@angular/compiler-cli": "~10.0.1",
"@schematics/angular": "^9.1.9",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng2-charts-schematics": "^0.1.7",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
}
}