2018-01-20 20:23:27 +01:00
|
|
|
{
|
2020-02-26 09:05:20 +01:00
|
|
|
"name": "fredy",
|
2025-07-22 20:01:01 +02:00
|
|
|
"version": "11.2.6",
|
2018-01-20 20:23:27 +01:00
|
|
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
|
|
|
|
"scripts": {
|
2025-07-22 21:39:52 +02:00
|
|
|
"prepare": "husky",
|
2024-11-22 09:11:10 +01:00
|
|
|
"start": "node prod.js",
|
2022-12-19 21:44:10 +01:00
|
|
|
"dev": "yarn && rm -rf ./ui/public/* && vite",
|
|
|
|
|
"ui": "rm -rf ./ui/public/* && vite",
|
|
|
|
|
"prod": "yarn && vite build --emptyOutDir",
|
2025-07-22 21:39:52 +02:00
|
|
|
"format": "prettier --write lib/**/*.js ui/src/**/*.jsx test/**/*.js *.js",
|
2023-03-13 13:42:43 +01:00
|
|
|
"test": "mocha --loader=esmock --timeout 3000000 test/**/*.test.js",
|
2025-07-22 21:39:52 +02:00
|
|
|
"lint": "eslint index.js lib/**/*.js test/**/*.js ui/src/**/*.jsx --fix"
|
2020-02-26 09:05:20 +01:00
|
|
|
},
|
2023-03-13 13:42:43 +01:00
|
|
|
"type": "module",
|
2020-02-26 09:05:20 +01:00
|
|
|
"lint-staged": {
|
2025-07-22 21:39:52 +02:00
|
|
|
"*.{js,jsx}": [
|
|
|
|
|
"yarn lint",
|
|
|
|
|
"yarn format"
|
2020-02-26 09:05:20 +01:00
|
|
|
]
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"author": "Christian Kellner",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"flat",
|
|
|
|
|
"flatfinder",
|
|
|
|
|
"fredy",
|
|
|
|
|
"real estates",
|
|
|
|
|
"germany",
|
|
|
|
|
"apartment",
|
|
|
|
|
"house",
|
|
|
|
|
"rent",
|
|
|
|
|
"immoscout",
|
2021-11-11 15:31:53 +01:00
|
|
|
"scraper",
|
2018-01-20 20:23:27 +01:00
|
|
|
"immonet",
|
|
|
|
|
"immowelt",
|
|
|
|
|
"immobilienscout24"
|
|
|
|
|
],
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/orangecoding/fredy/issues"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
2020-02-26 09:05:20 +01:00
|
|
|
"engines": {
|
2024-07-24 09:39:27 +02:00
|
|
|
"node": ">=20.0.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"npm": ">=7.0.0"
|
2020-02-26 09:05:20 +01:00
|
|
|
},
|
2021-01-21 16:09:23 +01:00
|
|
|
"browserslist": [
|
|
|
|
|
"> 0.5%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie 6-11",
|
|
|
|
|
"Firefox ESR"
|
|
|
|
|
],
|
2018-01-20 20:23:27 +01:00
|
|
|
"dependencies": {
|
2025-07-19 20:10:19 +02:00
|
|
|
"@douyinfe/semi-ui": "2.83.0",
|
2021-11-25 19:13:25 +01:00
|
|
|
"@rematch/core": "2.2.0",
|
|
|
|
|
"@rematch/loading": "2.1.2",
|
2025-05-14 13:58:58 +02:00
|
|
|
"@sendgrid/mail": "8.1.5",
|
2025-07-19 20:10:19 +02:00
|
|
|
"@vitejs/plugin-react": "4.7.0",
|
2025-05-14 13:58:58 +02:00
|
|
|
"better-sqlite3": "^11.10.0",
|
|
|
|
|
"body-parser": "2.2.0",
|
2025-06-14 19:06:27 +02:00
|
|
|
"cheerio": "^1.1.0",
|
2025-07-19 20:10:19 +02:00
|
|
|
"cookie-session": "2.1.1",
|
2023-09-07 20:52:27 +02:00
|
|
|
"handlebars": "4.7.8",
|
2025-07-19 20:10:19 +02:00
|
|
|
"highcharts": "12.3.0",
|
2025-05-14 13:58:58 +02:00
|
|
|
"highcharts-react-official": "3.2.2",
|
2023-03-20 08:52:13 +01:00
|
|
|
"lodash": "4.17.21",
|
2023-05-11 11:51:23 +02:00
|
|
|
"lowdb": "6.0.1",
|
2021-01-21 16:09:23 +01:00
|
|
|
"markdown": "^0.5.0",
|
2025-05-14 13:58:58 +02:00
|
|
|
"mixpanel": "^0.18.1",
|
|
|
|
|
"nanoid": "5.1.5",
|
2023-09-07 20:52:27 +02:00
|
|
|
"node-fetch": "3.3.2",
|
2025-05-14 13:58:58 +02:00
|
|
|
"node-mailjet": "6.0.8",
|
2024-12-17 13:07:25 +01:00
|
|
|
"package-up": "^5.0.0",
|
2025-07-19 20:10:19 +02:00
|
|
|
"puppeteer": "^24.14.0",
|
2024-12-17 12:38:28 +01:00
|
|
|
"puppeteer-extra": "^3.3.6",
|
|
|
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
2025-07-19 20:10:19 +02:00
|
|
|
"query-string": "9.2.2",
|
2024-06-12 13:52:28 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2024-12-17 12:38:28 +01:00
|
|
|
"react-redux": "9.2.0",
|
2021-10-06 10:45:13 +02:00
|
|
|
"react-router": "5.2.1",
|
|
|
|
|
"react-router-dom": "5.3.0",
|
2024-01-01 16:14:25 +01:00
|
|
|
"redux": "5.0.1",
|
|
|
|
|
"redux-thunk": "3.1.0",
|
2025-05-27 12:01:26 +02:00
|
|
|
"restana": "5.0.0",
|
|
|
|
|
"serve-static": "2.2.0",
|
2019-10-24 21:25:19 +02:00
|
|
|
"slack": "11.0.2",
|
2021-06-28 08:52:09 +02:00
|
|
|
"string-similarity": "^4.0.4",
|
2025-07-19 20:10:19 +02:00
|
|
|
"vite": "7.0.5"
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-14 19:12:55 +02:00
|
|
|
"@babel/core": "7.27.3",
|
2025-06-14 19:06:27 +02:00
|
|
|
"@babel/eslint-parser": "7.27.5",
|
2025-05-14 13:58:58 +02:00
|
|
|
"@babel/preset-env": "7.27.2",
|
|
|
|
|
"@babel/preset-react": "7.27.1",
|
2025-07-19 20:10:19 +02:00
|
|
|
"chai": "5.2.1",
|
2024-01-01 16:14:25 +01:00
|
|
|
"eslint": "8.56.0",
|
2023-05-11 11:51:23 +02:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2025-05-27 11:51:57 +02:00
|
|
|
"eslint-plugin-react": "7.37.5",
|
2025-07-19 20:10:19 +02:00
|
|
|
"esmock": "2.7.1",
|
2022-03-09 14:28:13 +01:00
|
|
|
"history": "5.3.0",
|
2024-11-19 13:45:07 +01:00
|
|
|
"husky": "9.1.7",
|
2025-07-19 20:10:19 +02:00
|
|
|
"less": "4.4.0",
|
2025-05-14 13:58:58 +02:00
|
|
|
"lint-staged": "15.5.2",
|
2024-11-01 17:03:43 +01:00
|
|
|
"mocha": "10.8.2",
|
2025-07-19 20:10:19 +02:00
|
|
|
"prettier": "3.6.2",
|
2022-12-19 21:49:47 +01:00
|
|
|
"redux-logger": "3.0.6"
|
2018-01-20 20:23:27 +01:00
|
|
|
}
|
|
|
|
|
}
|