2018-01-20 20:23:27 +01:00
|
|
|
{
|
2020-02-26 09:05:20 +01:00
|
|
|
"name": "fredy",
|
2022-12-19 21:49:47 +01:00
|
|
|
"version": "6.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",
|
2021-01-21 16:09:23 +01:00
|
|
|
"format": "prettier --write lib/**/*.js ui/src/**/*.js test/**/*.js *.js --single-quote --print-width 120",
|
2022-06-13 08:10:30 +02:00
|
|
|
"test": "mocha --timeout 3000000 test/**/*.test.js",
|
2021-11-25 19:13:25 +01:00
|
|
|
"lint": "eslint ./index.js ./lib/**/*.js ./test/**/*.js"
|
2020-02-26 09:05:20 +01:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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": {
|
2021-11-25 19:13:25 +01:00
|
|
|
"@rematch/core": "2.2.0",
|
|
|
|
|
"@rematch/loading": "2.1.2",
|
2022-12-11 20:07:18 +01:00
|
|
|
"@sendgrid/mail": "7.7.0",
|
2022-12-19 21:44:10 +01:00
|
|
|
"@vitejs/plugin-react": "^3.0.0",
|
2022-12-11 20:07:18 +01:00
|
|
|
"better-sqlite3": "8.0.1",
|
|
|
|
|
"body-parser": "1.20.1",
|
2022-03-09 14:28:13 +01:00
|
|
|
"cookie-session": "2.0.0",
|
2021-03-28 14:34:32 +02:00
|
|
|
"handlebars": "4.7.7",
|
2022-12-11 20:07:18 +01:00
|
|
|
"highcharts": "10.3.2",
|
2021-11-25 19:13:25 +01:00
|
|
|
"highcharts-react-official": "3.1.0",
|
2019-06-10 14:56:09 +02:00
|
|
|
"lowdb": "1.0.0",
|
2021-01-21 16:09:23 +01:00
|
|
|
"markdown": "^0.5.0",
|
2022-04-29 13:22:39 +02:00
|
|
|
"nanoid": "3.3.3",
|
2022-12-20 10:21:15 +01:00
|
|
|
"node-fetch": "2.6.7",
|
2022-04-29 13:22:39 +02:00
|
|
|
"node-mailjet": "3.3.13",
|
2022-12-11 20:07:18 +01:00
|
|
|
"query-string": "7.1.3",
|
2022-12-19 21:10:00 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2022-12-11 20:07:18 +01:00
|
|
|
"react-redux": "8.0.5",
|
2021-10-06 10:45:13 +02:00
|
|
|
"react-router": "5.2.1",
|
|
|
|
|
"react-router-dom": "5.3.0",
|
2022-12-19 21:10:00 +01:00
|
|
|
"react-switch": "7.0.0",
|
2022-04-29 13:22:39 +02:00
|
|
|
"redux": "4.2.0",
|
2022-12-11 20:07:18 +01:00
|
|
|
"redux-thunk": "2.4.2",
|
|
|
|
|
"restana": "4.9.7",
|
|
|
|
|
"semantic-ui-react": "2.1.4",
|
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",
|
2022-12-19 21:44:10 +01:00
|
|
|
"vite": "^4.0.2",
|
2019-10-24 21:25:19 +02:00
|
|
|
"x-ray": "2.3.4"
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-12-19 21:48:14 +01:00
|
|
|
"@babel/core": "7.20.5",
|
2022-12-19 21:10:00 +01:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2022-12-11 20:07:18 +01:00
|
|
|
"@babel/preset-env": "7.20.2",
|
|
|
|
|
"@babel/preset-react": "7.18.6",
|
|
|
|
|
"chai": "4.3.7",
|
2022-12-19 21:10:00 +01:00
|
|
|
"eslint": "^8.30.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-12-11 20:07:18 +01:00
|
|
|
"eslint-plugin-react": "7.31.11",
|
2022-03-09 14:28:13 +01:00
|
|
|
"history": "5.3.0",
|
2021-01-21 16:09:23 +01:00
|
|
|
"husky": "4.3.8",
|
2022-12-11 20:07:18 +01:00
|
|
|
"less": "4.1.3",
|
2022-12-19 21:10:00 +01:00
|
|
|
"lint-staged": "13.1.0",
|
|
|
|
|
"mocha": "10.2.0",
|
2022-12-11 20:07:18 +01:00
|
|
|
"prettier": "2.8.1",
|
2021-01-21 16:09:23 +01:00
|
|
|
"proxyquire": "2.1.3",
|
2022-12-19 21:49:47 +01:00
|
|
|
"redux-logger": "3.0.6"
|
2018-01-20 20:23:27 +01:00
|
|
|
}
|
|
|
|
|
}
|