2018-01-20 20:23:27 +01:00
|
|
|
{
|
2020-02-26 09:05:20 +01:00
|
|
|
"name": "fredy",
|
2022-04-05 14:36:46 +02:00
|
|
|
"version": "5.5.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-04-05 09:25:51 +02:00
|
|
|
"dev": "run-script-os",
|
|
|
|
|
"dev:win32": "yarn && set BUILD_DEV='true' && set NODE_ENV='development' && webpack serve --progress --color --config ./webpack.dev.js",
|
|
|
|
|
"dev:default": "yarn && export BUILD_DEV='true' && export NODE_ENV='development' && webpack serve --progress --color --config ./webpack.dev.js",
|
|
|
|
|
"prod": "run-script-os",
|
|
|
|
|
"prod:win32": "set BUILD_DEV='false' && webpack --node-env=production --config ./webpack.prod.js",
|
|
|
|
|
"prod:default": "export BUILD_DEV='false' && webpack --node-env=production --config ./webpack.prod.js",
|
2021-01-21 16:09:23 +01:00
|
|
|
"format": "prettier --write lib/**/*.js ui/src/**/*.js test/**/*.js *.js --single-quote --print-width 120",
|
2021-11-25 19:13:25 +01:00
|
|
|
"test": "mocha --timeout 20000 test/**/*.test.js",
|
|
|
|
|
"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-03-09 14:28:13 +01:00
|
|
|
"node": ">=14.0.0",
|
|
|
|
|
"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-03-25 11:19:17 +01:00
|
|
|
"@sendgrid/mail": "7.6.2",
|
|
|
|
|
"axios": "0.26.1",
|
2021-11-11 15:31:53 +01:00
|
|
|
"axios-retry": "^3.2.4",
|
2022-02-15 13:15:27 +01:00
|
|
|
"better-sqlite3": "^7.5.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"body-parser": "1.19.2",
|
|
|
|
|
"cookie-session": "2.0.0",
|
2021-03-28 14:34:32 +02:00
|
|
|
"handlebars": "4.7.7",
|
2022-03-09 14:28:13 +01:00
|
|
|
"highcharts": "10.0.0",
|
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-03-09 14:28:13 +01:00
|
|
|
"nanoid": "3.3.1",
|
|
|
|
|
"node-mailjet": "3.3.7",
|
|
|
|
|
"query-string": "7.1.1",
|
2021-03-28 14:34:32 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2",
|
2021-11-25 19:13:25 +01:00
|
|
|
"react-redux": "7.2.6",
|
2021-10-06 10:45:13 +02:00
|
|
|
"react-router": "5.2.1",
|
|
|
|
|
"react-router-dom": "5.3.0",
|
2021-01-21 16:09:23 +01:00
|
|
|
"react-switch": "^6.0.0",
|
2021-11-25 19:13:25 +01:00
|
|
|
"redux": "4.1.2",
|
2022-03-09 14:28:13 +01:00
|
|
|
"redux-thunk": "2.4.1",
|
|
|
|
|
"restana": "4.9.3",
|
|
|
|
|
"semantic-ui-react": "2.1.2",
|
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",
|
2019-10-24 21:25:19 +02:00
|
|
|
"x-ray": "2.3.4"
|
2018-01-20 20:23:27 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-03-25 11:19:17 +01:00
|
|
|
"@babel/core": "7.17.8",
|
2022-03-09 14:28:13 +01:00
|
|
|
"@babel/preset-env": "7.16.11",
|
|
|
|
|
"@babel/preset-react": "7.16.7",
|
2021-01-21 16:09:23 +01:00
|
|
|
"babel-eslint": "10.1.0",
|
2022-03-25 11:19:17 +01:00
|
|
|
"babel-loader": "8.2.4",
|
2022-03-09 14:28:13 +01:00
|
|
|
"chai": "4.3.6",
|
2021-10-06 10:45:13 +02:00
|
|
|
"clean-webpack-plugin": "4.0.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"copy-webpack-plugin": "10.2.4",
|
|
|
|
|
"css-loader": "6.7.1",
|
2021-10-06 10:45:13 +02:00
|
|
|
"eslint": "7.32.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-03-27 19:42:58 +02:00
|
|
|
"eslint-plugin-react": "7.29.4",
|
2021-01-21 16:09:23 +01:00
|
|
|
"file-loader": "6.2.0",
|
2022-03-09 14:28:13 +01:00
|
|
|
"history": "5.3.0",
|
2021-01-21 16:09:23 +01:00
|
|
|
"husky": "4.3.8",
|
2021-11-25 19:13:25 +01:00
|
|
|
"less": "4.1.2",
|
|
|
|
|
"less-loader": "10.2.0",
|
2022-03-25 11:19:17 +01:00
|
|
|
"lint-staged": "12.3.7",
|
|
|
|
|
"mocha": "9.2.2",
|
|
|
|
|
"prettier": "2.6.1",
|
2021-01-21 16:09:23 +01:00
|
|
|
"proxyquire": "2.1.3",
|
|
|
|
|
"redux-logger": "3.0.6",
|
2022-04-05 09:25:51 +02:00
|
|
|
"run-script-os": "^1.1.6",
|
2021-11-25 19:13:25 +01:00
|
|
|
"style-loader": "3.3.1",
|
2021-01-21 16:09:23 +01:00
|
|
|
"url-loader": "4.1.1",
|
2022-03-09 14:28:13 +01:00
|
|
|
"webpack": "5.70.0",
|
|
|
|
|
"webpack-cli": "4.9.2",
|
2021-01-21 16:09:23 +01:00
|
|
|
"webpack-dev-server": "3.11.2",
|
2021-06-28 08:52:09 +02:00
|
|
|
"webpack-merge": "5.8.0"
|
2018-01-20 20:23:27 +01:00
|
|
|
}
|
|
|
|
|
}
|