2021-03-28 15:39:48 +00:00
|
|
|
{
|
|
|
|
"name": "real_estate",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-04-08 00:11:28 +00:00
|
|
|
"@reach/combobox": "^0.10.5",
|
2023-07-31 02:55:51 +00:00
|
|
|
"@react-google-maps/api": "^2.19.2",
|
2023-07-31 12:22:41 +00:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
2023-06-01 03:05:57 +00:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-05-31 03:04:32 +00:00
|
|
|
"@testing-library/user-event": "^14.4.3",
|
2023-05-29 03:12:22 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-07-31 02:55:11 +00:00
|
|
|
"bootstrap": "^5.3.1",
|
2021-04-04 01:01:15 +00:00
|
|
|
"cors": "^2.8.5",
|
2023-06-05 03:08:30 +00:00
|
|
|
"date-fns": "^2.30.0",
|
2021-04-07 17:46:07 +00:00
|
|
|
"email-validator": "^2.0.4",
|
2021-04-04 01:01:15 +00:00
|
|
|
"express": "^4.17.1",
|
2023-06-05 03:08:06 +00:00
|
|
|
"flag-icon-css": "^4.1.7",
|
2023-06-15 03:04:41 +00:00
|
|
|
"formik": "^2.4.2",
|
2023-08-07 03:04:15 +00:00
|
|
|
"i18next": "^23.4.2",
|
2023-07-09 16:52:29 +00:00
|
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
2023-06-01 03:05:11 +00:00
|
|
|
"i18next-http-backend": "^2.2.1",
|
2021-04-04 01:01:15 +00:00
|
|
|
"joi-browser": "^13.4.0",
|
2023-06-02 03:04:19 +00:00
|
|
|
"js-cookie": "^3.0.5",
|
2023-05-31 03:03:33 +00:00
|
|
|
"nodemailer": "^6.9.3",
|
2023-05-30 03:05:32 +00:00
|
|
|
"react": "^18.2.0",
|
2023-06-01 03:04:52 +00:00
|
|
|
"react-alert": "^7.0.3",
|
2023-05-31 03:04:07 +00:00
|
|
|
"react-alert-template-basic": "^1.0.2",
|
2023-06-26 03:05:14 +00:00
|
|
|
"react-bootstrap": "^2.8.0",
|
2021-03-29 22:35:01 +00:00
|
|
|
"react-bootstrap-carousel": "^4.1.1",
|
2023-06-02 03:03:51 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2021-04-02 13:34:24 +00:00
|
|
|
"react-fa": "^5.0.0",
|
2023-06-02 03:03:33 +00:00
|
|
|
"react-form-with-constraints": "^0.16.1",
|
2023-05-26 16:18:51 +00:00
|
|
|
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
2021-03-31 05:17:00 +00:00
|
|
|
"react-google-maps": "^9.4.5",
|
2023-07-31 02:56:45 +00:00
|
|
|
"react-hook-form": "^7.45.2",
|
2023-08-07 03:04:02 +00:00
|
|
|
"react-i18next": "^13.0.3",
|
2023-08-14 03:04:47 +00:00
|
|
|
"react-router-dom": "^6.15.0",
|
2023-05-30 03:22:12 +00:00
|
|
|
"react-scripts": "5.0.1",
|
2023-07-17 02:14:56 +00:00
|
|
|
"react-select": "^5.7.4",
|
2023-06-12 03:10:45 +00:00
|
|
|
"reactstrap": "^9.2.0",
|
2021-03-30 23:50:09 +00:00
|
|
|
"spectre.css": "^0.5.9",
|
2023-05-29 03:11:12 +00:00
|
|
|
"use-places-autocomplete": "^4.0.0",
|
2023-07-17 02:13:25 +00:00
|
|
|
"web-vitals": "^3.4.0",
|
2023-06-06 03:04:53 +00:00
|
|
|
"yup": "^1.2.0"
|
2021-03-28 15:39:48 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2021-03-28 22:19:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"create-react-component-folder": "^0.3.7"
|
2021-04-04 01:01:15 +00:00
|
|
|
},
|
|
|
|
"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": ""
|
2021-03-28 15:39:48 +00:00
|
|
|
}
|