5f8d3999a3
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.2 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.4.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "real_estate",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@reach/combobox": "^0.10.5",
|
|
"@react-google-maps/api": "^2.18.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.3.0",
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^2.30.0",
|
|
"email-validator": "^2.0.4",
|
|
"express": "^4.17.1",
|
|
"flag-icon-css": "^4.1.7",
|
|
"formik": "^2.4.2",
|
|
"i18next": "^23.2.8",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"i18next-http-backend": "^2.2.1",
|
|
"joi-browser": "^13.4.0",
|
|
"js-cookie": "^3.0.5",
|
|
"nodemailer": "^6.9.3",
|
|
"react": "^18.2.0",
|
|
"react-alert": "^7.0.3",
|
|
"react-alert-template-basic": "^1.0.2",
|
|
"react-bootstrap": "^2.8.0",
|
|
"react-bootstrap-carousel": "^4.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-fa": "^5.0.0",
|
|
"react-form-with-constraints": "^0.16.1",
|
|
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-hook-form": "^7.45.1",
|
|
"react-i18next": "^13.0.1",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-select": "^5.7.3",
|
|
"reactstrap": "^9.2.0",
|
|
"spectre.css": "^0.5.9",
|
|
"use-places-autocomplete": "^4.0.0",
|
|
"web-vitals": "^3.4.0",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"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": {
|
|
"create-react-component-folder": "^0.3.7"
|
|
},
|
|
"description": "The Real Estate Website using React made by Ruchira Perrera, Sam Oyediran, Batuhan Basoglu, and Kene Ojukwu.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ArcticHawk1/SEG3125-LAB8.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ArcticHawk1/SEG3125-LAB8/issues"
|
|
},
|
|
"homepage": ""
|
|
}
|