2018-01-20 20:23:27 +01:00
|
|
|
{
|
2020-02-26 09:05:20 +01:00
|
|
|
"name": "fredy",
|
2025-12-09 13:56:46 +01:00
|
|
|
"version": "15.0.0",
|
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",
|
2025-07-25 13:13:04 +02:00
|
|
|
"start:backend": "x-var NODE_ENV=production node index.js",
|
|
|
|
|
"start:backend:dev": "nodemon --watch index.js --watch lib",
|
|
|
|
|
"start:frontend": "vite -m production",
|
|
|
|
|
"start:frontend:dev": "vite",
|
|
|
|
|
"build:frontend": "vite build",
|
2025-08-30 21:21:34 +02:00
|
|
|
"format": "prettier --write \"**/*.js\"",
|
2025-08-26 08:00:33 +02:00
|
|
|
"format:check": "prettier --check \"**/*.js\"",
|
2025-09-03 14:47:43 +02:00
|
|
|
"test": "node --import ./test/esmock-loader.mjs ./node_modules/mocha/bin/mocha.js --timeout 60000 test/**/*.test.js",
|
2025-11-27 15:54:54 +01:00
|
|
|
"testGH": "node --import ./test/esmock-loader.mjs ./node_modules/mocha/bin/mocha.js --timeout 60000 --exclude test/provider/immonet.test.js --exclude test/provider/immowelt.test.js test/**/*.test.js",
|
2025-07-26 20:42:58 +02:00
|
|
|
"lint": "eslint .",
|
2025-09-18 15:38:23 +02:00
|
|
|
"lint:fix": "yarn lint --fix",
|
2025-09-18 17:28:30 +02:00
|
|
|
"migratedb": "node lib/services/storage/migrations/migrate.js",
|
|
|
|
|
"migratedb:overwrite": "x-var MIGRATION_ALLOW_CHECKSUM_UPDATE=true node lib/services/storage/migrations/migrate.js"
|
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": {
|
2025-09-18 15:38:23 +02:00
|
|
|
"node": ">=22.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-12-08 20:31:28 +01:00
|
|
|
"@douyinfe/semi-icons": "^2.89.0",
|
|
|
|
|
"@douyinfe/semi-ui": "2.89.0",
|
2025-09-22 09:57:50 +02:00
|
|
|
"@sendgrid/mail": "8.1.6",
|
2025-12-04 09:58:58 +01:00
|
|
|
"@visactor/react-vchart": "^2.0.10",
|
|
|
|
|
"@visactor/vchart": "^2.0.10",
|
2025-09-03 09:45:09 +02:00
|
|
|
"@visactor/vchart-semi-theme": "^1.12.2",
|
2025-12-08 20:31:28 +01:00
|
|
|
"@vitejs/plugin-react": "5.1.2",
|
2025-12-04 09:58:58 +01:00
|
|
|
"better-sqlite3": "^12.5.0",
|
2025-11-27 15:54:54 +01:00
|
|
|
"body-parser": "2.2.1",
|
2025-08-25 21:14:45 +02:00
|
|
|
"cheerio": "^1.1.2",
|
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",
|
2023-03-20 08:52:13 +01:00
|
|
|
"lodash": "4.17.21",
|
2025-09-22 20:53:00 +02:00
|
|
|
"nanoid": "5.1.6",
|
2025-09-13 17:06:18 +02:00
|
|
|
"node-cron": "^4.2.1",
|
2023-09-07 20:52:27 +02:00
|
|
|
"node-fetch": "3.3.2",
|
2025-11-01 10:46:55 +01:00
|
|
|
"node-mailjet": "6.0.11",
|
2025-11-16 19:59:08 +01:00
|
|
|
"p-throttle": "^8.1.0",
|
2024-12-17 13:07:25 +01:00
|
|
|
"package-up": "^5.0.0",
|
2025-12-08 20:31:28 +01:00
|
|
|
"puppeteer": "^24.32.1",
|
2024-12-17 12:38:28 +01:00
|
|
|
"puppeteer-extra": "^3.3.6",
|
|
|
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
2025-09-18 20:09:11 +02:00
|
|
|
"query-string": "9.3.1",
|
2024-06-12 13:52:28 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2025-12-08 20:31:28 +01:00
|
|
|
"react-router": "7.10.1",
|
|
|
|
|
"react-router-dom": "7.10.1",
|
2025-08-25 21:14:45 +02:00
|
|
|
"restana": "5.1.0",
|
2025-10-07 21:06:59 +02:00
|
|
|
"semver": "^7.7.3",
|
2025-05-27 12:01:26 +02:00
|
|
|
"serve-static": "2.2.0",
|
2019-10-24 21:25:19 +02:00
|
|
|
"slack": "11.0.2",
|
2025-12-08 20:31:28 +01:00
|
|
|
"vite": "7.2.7",
|
2025-09-18 20:09:11 +02:00
|
|
|
"x-var": "^3.0.1",
|
2025-12-04 09:58:58 +01:00
|
|
|
"zustand": "^5.0.9"
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-01 10:46:55 +01:00
|
|
|
"@babel/core": "7.28.5",
|
|
|
|
|
"@babel/eslint-parser": "7.28.5",
|
|
|
|
|
"@babel/preset-env": "7.28.5",
|
|
|
|
|
"@babel/preset-react": "7.28.5",
|
2025-11-16 19:59:08 +01:00
|
|
|
"chai": "6.2.1",
|
|
|
|
|
"eslint": "9.39.1",
|
2025-08-31 20:09:38 +02:00
|
|
|
"eslint-config-prettier": "10.1.8",
|
2025-05-27 11:51:57 +02:00
|
|
|
"eslint-plugin-react": "7.37.5",
|
2025-09-18 15:38:23 +02:00
|
|
|
"esmock": "2.7.3",
|
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-10-07 21:06:59 +02:00
|
|
|
"less": "4.4.2",
|
2025-11-27 15:54:54 +01:00
|
|
|
"lint-staged": "16.2.7",
|
2025-11-16 19:59:08 +01:00
|
|
|
"mocha": "11.7.5",
|
|
|
|
|
"nodemon": "^3.1.11",
|
2025-12-04 09:58:58 +01:00
|
|
|
"prettier": "3.7.4"
|
2018-01-20 20:23:27 +01:00
|
|
|
}
|
|
|
|
|
}
|