Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Jul 27, 2024
1 parent 4ad3689 commit ae40f4f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
{
"name": "react-gh-pages-boilerplate",
"description": "A foundation for easy to develop & deploy web apps",
"keywords": [
"boilerplate",
"react",
"gh-pages",
"vite",
"typescript",
"tailwindcss",
"daisyui",
"animate.css",
"react-router",
"ts",
"react-icons",
"template"
],
"homepage": "https://github.com/hanzlamateen/react-gh-pages-boilerplate#readme",
"bugs": {
"url": "https://github.com/hanzlamateen/react-gh-pages-boilerplate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzlamateen/react-gh-pages-boilerplate.git"
},
"license": "MIT",
"author": {
"name": "Hanzla Mateen",
"email": "[email protected]",
"url": "https://github.com/hanzlamateen"
},
"contributors": [
{
"name": "Hanzla Mateen",
"email": "[email protected]",
"url": "https://github.com/hanzlamateen"
}
],
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit ae40f4f

Please sign in to comment.