Skip to content

Commit

Permalink
Add dependencies for gh-pages and email-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
kushwahramkumar2003 committed Dec 31, 2023
1 parent 2bc40b9 commit affef54
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 0 deletions.
160 changes: 160 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "quiz-app",
"homepage": "https://kushwahramkumar2003.github.io/Online-Quiz",
"version": "0.1.0",
"private": true,
"proxy": "https://quiz-app-test-01.azurewebsites.net/",
Expand All @@ -24,6 +25,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"deploy": "gh-pages -d build",
"predeploy": "npm run build",
"server": "cd Server && npm run dev",
"dev": "concurrently -n \"client,server\" -c \"bgBlue,bgYellow\" \"npm start\" \"npm run server\"",
"start": "react-scripts start",
Expand All @@ -50,6 +53,7 @@
]
},
"devDependencies": {
"gh-pages": "^6.1.1",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"react-scripts": "^5.0.1",
Expand Down

0 comments on commit affef54

Please sign in to comment.