update readme

This commit is contained in:
Yusuf Ipek
2021-05-07 12:10:29 +03:00
parent f5c2e102c6
commit 860d2b3288
4 changed files with 386 additions and 2 deletions
+6 -2
View File
@@ -1,5 +1,6 @@
{
"name": "natour",
"homepage": "https://yusufipk.github.io/natours-react/",
"name": "natours",
"version": "0.1.0",
"private": true,
"dependencies": {
@@ -7,6 +8,7 @@
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"font-awesome": "^4.7.0",
"gh-pages": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
@@ -17,7 +19,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": [