dynamic seo and pages
Showing
... | ... | @@ -5,10 +5,11 @@ |
"description": "React js b2c application initial", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "PORT=8080 react-scripts start", | ||
"dev": "PORT=8080 react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"generate-sitemap": "node scripts/generateSitemap.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -20,10 +21,13 @@ |
"dependencies": { | ||
"axios": "^1.8.4", | ||
"bootstrap": "^5.3.3", | ||
"fs": "^0.0.1-security", | ||
"react": "^19.1.0", | ||
"react-dom": "^19.1.0", | ||
"react-helmet": "^6.1.0", | ||
"react-router-dom": "^7.4.1", | ||
"react-scripts": "^5.0.1" | ||
"react-scripts": "^5.0.1", | ||
"sitemap": "^8.0.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
... | ... |
public/robots.txt
0 → 100644
scripts/generateSitemap.js
0 → 100644
src/pages/FlightsResults.js
0 → 100644
Please
register
or
sign in
to comment