2018-01-20 20:23:27 +01:00
|
|
|
{
|
2020-02-26 09:05:20 +01:00
|
|
|
"name": "fredy",
|
2024-01-26 19:51:45 +01:00
|
|
|
"version": "8.0.1",
|
2018-01-20 20:23:27 +01:00
|
|
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.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",
|
2023-03-20 08:52:13 +01:00
|
|
|
"format": "prettier --write lib/**/*.js ui/src/**/*.jsx test/**/*.js *.js --single-quote --print-width 120",
|
2023-03-13 13:42:43 +01:00
|
|
|
"test": "mocha --loader=esmock --timeout 3000000 test/**/*.test.js",
|
2023-03-20 08:52:13 +01:00
|
|
|
"lint": "eslint ./index.js ./lib/**/*.js ./test/**/*.js ./ui/src/**/*.jsx"
|
2020-02-26 09:05:20 +01:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-03-13 13:42:43 +01:00
|
|
|
"type": "module",
|
2020-02-26 09:05:20 +01:00
|
|
|
"lint-staged": {
|
|
|
|
|
"*.js": [
|
|
|
|
|
"eslint ./index.js ./lib/**/*.js ./test/**/*.js",
|
|
|
|
|
"prettier --single-quote --print-width 120 --write"
|
|
|
|
|
]
|
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": {
|
2022-12-11 20:07:18 +01:00
|
|
|
"node": ">=16.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": {
|
2024-01-26 19:51:45 +01:00
|
|
|
"@douyinfe/semi-ui": "2.51.3",
|
2021-11-25 19:13:25 +01:00
|
|
|
"@rematch/core": "2.2.0",
|
|
|
|
|
"@rematch/loading": "2.1.2",
|
2024-01-01 16:14:25 +01:00
|
|
|
"@sendgrid/mail": "8.1.0",
|
|
|
|
|
"@vitejs/plugin-react": "4.2.1",
|
2023-09-07 20:52:27 +02:00
|
|
|
"better-sqlite3": "8.6.0",
|
2023-03-13 13:42:43 +01:00
|
|
|
"body-parser": "1.20.2",
|
2024-01-26 19:51:45 +01:00
|
|
|
"cookie-session": "2.1.0",
|
2023-09-07 20:52:27 +02:00
|
|
|
"handlebars": "4.7.8",
|
2024-01-26 19:51:45 +01:00
|
|
|
"highcharts": "11.3.0",
|
2023-09-07 20:52:27 +02:00
|
|
|
"highcharts-react-official": "3.2.1",
|
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",
|
2024-01-01 16:14:25 +01:00
|
|
|
"nanoid": "5.0.4",
|
2023-09-07 20:52:27 +02:00
|
|
|
"node-fetch": "3.3.2",
|
2024-01-01 16:14:25 +01:00
|
|
|
"node-mailjet": "6.0.5",
|
2023-03-13 13:42:43 +01:00
|
|
|
"query-string": "8.1.0",
|
2022-12-19 21:10:00 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2024-01-26 19:51:45 +01:00
|
|
|
"react-redux": "9.1.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",
|
2022-12-11 20:07:18 +01:00
|
|
|
"restana": "4.9.7",
|
2022-03-25 11:19:17 +01:00
|
|
|
"serve-static": "1.15.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",
|
2024-01-26 19:51:45 +01:00
|
|
|
"vite": "5.0.12",
|
2019-10-24 21:25:19 +02:00
|
|
|
"x-ray": "2.3.4"
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-26 19:51:45 +01:00
|
|
|
"@babel/core": "7.23.9",
|
|
|
|
|
"@babel/eslint-parser": "7.23.9",
|
|
|
|
|
"@babel/preset-env": "7.23.9",
|
2024-01-01 16:14:25 +01:00
|
|
|
"@babel/preset-react": "7.23.3",
|
2024-01-26 19:51:45 +01:00
|
|
|
"chai": "5.0.3",
|
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",
|
2023-09-07 20:52:27 +02:00
|
|
|
"eslint-plugin-react": "7.33.2",
|
2024-01-26 19:51:45 +01:00
|
|
|
"esmock": "2.6.3",
|
2022-03-09 14:28:13 +01:00
|
|
|
"history": "5.3.0",
|
2021-01-21 16:09:23 +01:00
|
|
|
"husky": "4.3.8",
|
2023-09-07 20:52:27 +02:00
|
|
|
"less": "4.2.0",
|
2023-05-11 11:51:23 +02:00
|
|
|
"lint-staged": "13.2.2",
|
2022-12-19 21:10:00 +01:00
|
|
|
"mocha": "10.2.0",
|
2024-01-26 19:51:45 +01:00
|
|
|
"prettier": "3.2.4",
|
2022-12-19 21:49:47 +01:00
|
|
|
"redux-logger": "3.0.6"
|
2018-01-20 20:23:27 +01:00
|
|
|
}
|
|
|
|
|
}
|