first commit

This commit is contained in:
2021-05-14 14:41:00 +05:30
commit b9f8614ddf
385 changed files with 31180 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "covid19-dashboard",
"version": "1.0.1",
"description": "A Django Corona Virus dashboard web-app",
"scripts": {
"lint": "eslint ."
},
"engines": {
"node": "8.11.3"
},
"devDependencies": {
"eslint": "5.0.0",
"eslint-config-google": "0.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/psmattas/covid19-dashboard"
},
"keywords": [
"django",
"admin-panel",
"open-source"
],
"author": "psmattas",
"contributors": [
"psmattas"
],
"license": "MIT"
}