General settings (#28)

adding ui for general settings | adding 'working hours' as new feature
This commit is contained in:
Christian Kellner
2021-05-30 09:37:45 +02:00
committed by GitHub
parent 2899dfc20d
commit 97858b7539
18 changed files with 691 additions and 268 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "5.0.0",
"version": "5.1.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node index.js",
@@ -41,7 +41,7 @@
},
"license": "MIT",
"engines": {
"node": ">=12.0.0",
"node": ">=12.13.0",
"npm": ">=6.0.0"
},
"browserslist": [
@@ -63,7 +63,7 @@
"lowdb": "1.0.0",
"markdown": "^0.5.0",
"nanoid": "3.1.23",
"node-mailjet": "3.3.1",
"node-mailjet": "3.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.4",
@@ -86,9 +86,9 @@
"babel-loader": "8.2.2",
"chai": "4.3.4",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "8.1.1",
"css-loader": "5.2.4",
"eslint": "7.26.0",
"copy-webpack-plugin": "9.0.0",
"css-loader": "5.2.6",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react": "7.23.2",
"file-loader": "6.2.0",