initial commit
Showing
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "b2cr", | ||
"version": "1.0.0", | ||
"author": "Azam Khan", | ||
"description": "React js b2c application initial", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "PORT=8080 react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"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", | ||
"react": "^19.1.0", | ||
"react-dom": "^19.1.0", | ||
"react-router-dom": "^7.4.1", | ||
"react-scripts": "^5.0.1" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
package.json.save
0 → 100644
public/index.html
0 → 100644
src/App.js
0 → 100644
src/components/Footer.js
0 → 100644
src/components/Navbar.js
0 → 100644
src/config/api.js
0 → 100644
src/config/index.js
0 → 100644
src/index.js
0 → 100644
src/pages/Flights.js
0 → 100644
src/pages/Home.js
0 → 100644
src/pages/Hotels.js
0 → 100644
src/pages/Packages.js
0 → 100644
Please
register
or
sign in
to comment