mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
119 lines
3.1 KiB
JSON
Executable File
119 lines
3.1 KiB
JSON
Executable File
{
|
|
"name": "fredy",
|
|
"version": "5.4.5",
|
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "yarn && export BUILD_DEV='true' && export NODE_ENV='development' && webpack-dev-server --progress --colors --watch --config ./webpack.dev.js",
|
|
"prod": "export BUILD_DEV='false' && webpack --node-env=production --config ./webpack.prod.js",
|
|
"format": "prettier --write lib/**/*.js ui/src/**/*.js test/**/*.js *.js --single-quote --print-width 120",
|
|
"test": "mocha --timeout 20000 test/**/*.test.js",
|
|
"lint": "eslint ./index.js ./lib/**/*.js ./test/**/*.js"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint ./index.js ./lib/**/*.js ./test/**/*.js",
|
|
"prettier --single-quote --print-width 120 --write"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"author": "Christian Kellner",
|
|
"keywords": [
|
|
"flat",
|
|
"flatfinder",
|
|
"fredy",
|
|
"real estates",
|
|
"germany",
|
|
"apartment",
|
|
"house",
|
|
"rent",
|
|
"immoscout",
|
|
"scraper",
|
|
"immonet",
|
|
"immowelt",
|
|
"immobilienscout24"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/orangecoding/fredy/issues"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.13.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 0.5%",
|
|
"not dead",
|
|
"not ie 6-11",
|
|
"Firefox ESR"
|
|
],
|
|
"dependencies": {
|
|
"@instana/collector": "^1.137.5",
|
|
"@rematch/core": "2.2.0",
|
|
"@rematch/loading": "2.1.2",
|
|
"@sendgrid/mail": "7.6.0",
|
|
"axios": "0.24.0",
|
|
"axios-retry": "^3.2.4",
|
|
"body-parser": "1.19.0",
|
|
"cookie-session": "1.4.0",
|
|
"dotenv": "^15.0.0",
|
|
"handlebars": "4.7.7",
|
|
"highcharts": "9.3.1",
|
|
"highcharts-react-official": "3.1.0",
|
|
"lowdb": "1.0.0",
|
|
"markdown": "^0.5.0",
|
|
"nanoid": "3.1.30",
|
|
"node-mailjet": "3.3.4",
|
|
"query-string": "^7.0.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-redux": "7.2.6",
|
|
"react-router": "5.2.1",
|
|
"react-router-dom": "5.3.0",
|
|
"react-switch": "^6.0.0",
|
|
"redux": "4.1.2",
|
|
"redux-thunk": "2.4.0",
|
|
"restana": "4.9.2",
|
|
"semantic-ui-react": "2.0.4",
|
|
"serve-static": "^1.14.1",
|
|
"slack": "11.0.2",
|
|
"string-similarity": "^4.0.4",
|
|
"x-ray": "2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.0",
|
|
"@babel/preset-env": "7.16.4",
|
|
"@babel/preset-react": "7.16.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "8.2.3",
|
|
"chai": "4.3.4",
|
|
"clean-webpack-plugin": "4.0.0",
|
|
"copy-webpack-plugin": "10.0.0",
|
|
"css-loader": "6.5.1",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-react": "7.27.1",
|
|
"file-loader": "6.2.0",
|
|
"history": "5.1.0",
|
|
"husky": "4.3.8",
|
|
"less": "4.1.2",
|
|
"less-loader": "10.2.0",
|
|
"lint-staged": "12.1.2",
|
|
"mocha": "9.1.3",
|
|
"prettier": "2.5.0",
|
|
"proxyquire": "2.1.3",
|
|
"redux-logger": "3.0.6",
|
|
"style-loader": "3.3.1",
|
|
"url-loader": "4.1.1",
|
|
"webpack": "5.64.4",
|
|
"webpack-cli": "4.9.1",
|
|
"webpack-dev-server": "3.11.2",
|
|
"webpack-merge": "5.8.0"
|
|
}
|
|
}
|