Add deployment data

This commit is contained in:
Philipp Klüter
2021-03-19 21:58:52 +01:00
parent 3b58cc8087
commit 2a9c69328f
25 changed files with 314 additions and 29 deletions

View File

@@ -2,10 +2,12 @@
"name": "monsters-rolodex",
"version": "0.1.0",
"private": true,
"Homepage": "https://thronryzer.github.io/monster-rolodex",
"dependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"gh-pages": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.3",
@@ -15,7 +17,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [