{
	"name": "carpool-frontend",
	"version": "0.1.0",
	"private": true,
	"dependencies": {
		"@material-ui/core": "^4.12.1",
		"@material-ui/icons": "^4.11.2",
		"@testing-library/jest-dom": "^5.11.4",
		"@testing-library/react": "^11.1.0",
		"@testing-library/user-event": "^12.1.10",
		"@types/node": "^14.14.37",
		"@types/react": "^17.0.3",
		"@types/react-dom": "^17.0.9",
		"@types/react-router-dom": "^5.1.7",
		"dotenv": "^8.2.0",
		"react": "^17.0.2",
		"react-bootstrap": "^1.5.2",
		"react-dom": "^17.0.2",
		"react-places-autocomplete": "^7.3.0",
		"react-router-dom": "^5.2.0",
		"react-scripts": "4.0.3",
		"typescript": "^4.2.4",
		"web-vitals": "^1.0.1",
		"workbox-cacheable-response": "^6.1.5",
		"workbox-expiration": "^6.1.5",
		"workbox-routing": "^6.1.5",
		"workbox-strategies": "^6.1.5",
		"workbox-webpack-plugin": "^6.1.5"
	},
	"scripts": {
		"start": "react-scripts start",
		"build": "react-scripts build",
		"test": "react-scripts test",
		"eject": "react-scripts eject"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"devDependencies": {
		"@types/react-places-autocomplete": "^7.2.6"
	}
}