{ "name": "b2cr", "version": "1.0.0", "author": "Azam Khan", "description": "React js b2c application initial", "main": "index.js", "scripts": { "dev": "PORT=8080 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "generate-sitemap": "node scripts/generateSitemap.js" }, "repository": { "type": "git", "url": "http://git.hlafly.com/azamkhan/b2cr.git" }, "keywords": [], "license": "ISC", "type": "module", "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", "sitemap": "^8.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }