Skip to content

Instantly share code, notes, and snippets.

@iamparthaonline
Created January 5, 2023 13:35
Show Gist options
  • Select an option

  • Save iamparthaonline/e02e26a6e68551c6b230b92673a28ba7 to your computer and use it in GitHub Desktop.

Select an option

Save iamparthaonline/e02e26a6e68551c6b230b92673a28ba7 to your computer and use it in GitHub Desktop.
{
"name": "react-learning",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.27.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment