Update dependencies

This commit is contained in:
Ariful Alam
2022-03-28 19:49:01 +06:00
parent 19955a44d0
commit fb8f5e3bec
2 changed files with 240 additions and 226 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gitprofile",
"description": "Kickstart your personal portfolio with Github Api and blog",
"private": true,
"description": "Create an automatic portfolio based on GitHub profile",
"private": false,
"version": "2.0.0",
"license": "Apache-2.0",
"author": "arifszn",
@@ -9,6 +9,9 @@
"type": "git",
"url": "https://github.com/arifszn/gitprofile.git"
},
"bugs": {
"url": "https://github.com/arifszn/gitprofile/issues"
},
"files": [
"dist/gitprofile.es.js",
"dist/gitprofile.umd.js",
@@ -60,9 +63,14 @@
"vite": "^2.8.0"
},
"keywords": [
"git-profile",
"gitprofile",
"gitportfolio",
"personal-site",
"template",
"portfolio",
"resume",
"cv",
"personal-website",
"portfolio-website",
"portfolio-site",
@@ -71,7 +79,13 @@
"developer-portfolio",
"portfolio-project",
"github-portfolio",
"tailwind-portfolio",
"vite-portfolio",
"projects",
"open-source",
"git",
"react-portfolio",
"github",
"github-api"
]
}