-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.07 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
{
"author": "Marcel Jänicke",
"contributors": [
{
"name": "Marcel Jänicke",
"email": "[email protected]"
}
],
"dependencies": {
"@angular/animations": "16.2.2",
"@angular/cdk": "16.2.1",
"@angular/common": "16.2.2",
"@angular/compiler": "16.2.2",
"@angular/core": "16.2.2",
"@angular/forms": "16.2.2",
"@angular/material": "16.2.1",
"@angular/platform-browser": "16.2.2",
"@angular/platform-browser-dynamic": "16.2.2",
"autoprefixer": "10.4.15",
"chart.js": "4.4.0",
"material-icons": "1.13.10",
"ng2-charts": "5.0.3",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.13.1"
},
"description": "Coronavirus (COVID-19) cases in Germany, Saxony and Leipzig.",
"devDependencies": {
"@angular-devkit/build-angular": "16.2.0",
"@angular-eslint/builder": "16.1.1",
"@angular-eslint/eslint-plugin": "16.1.1",
"@angular-eslint/eslint-plugin-template": "16.1.1",
"@angular-eslint/schematics": "16.1.1",
"@angular-eslint/template-parser": "16.1.1",
"@angular/cli": "16.2.0",
"@angular/compiler-cli": "16.2.2",
"@cypress/schematic": "2.5.0",
"@types/jasmine": "4.3.5",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"cypress": "12.17.4",
"eslint": "8.48.0",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"engines": {
"node": ">=18.16.0"
},
"homepage": "https://inpercima.github.io/covid-19/",
"license": "MIT",
"name": "covid-19",
"private": true,
"repository": "https://github.com/inpercima/covid-19/",
"scripts": {
"build:dev": "ng lint && ng build --configuration=development",
"serve:dev": "ng serve -o --configuration=development",
"watch:dev": "ng build --watch --configuration=development",
"build:prod": "ng lint && ng build"
},
"version": "1.0.0-SNAPSHOT"
}