* Add default language while app is loading

* Global refactoring; Add router support

* Add hook for places-and-views; hook for panel-scroll; hook for sound

* Update version & firebase config

* Add useViewScroll hook for view component

* Add dialog modal basics

* Update screenshots; Create help dialog; Add new places and views;
This commit is contained in:
obergodmar
2020-11-09 13:45:45 +03:00
committed by obergodmar
parent 208d5e3433
commit bc0f03e574
156 changed files with 2433 additions and 1522 deletions
+8 -6
View File
@@ -1,7 +1,7 @@
{
"name": "wow-best-places",
"description": "This app is supposed to make you feel nostalgic",
"version": "1.3.1",
"version": "2.1.0",
"license": "MIT",
"author": {
"name": "obergodmar",
@@ -9,12 +9,14 @@
"url": "https://github.com/obergodmar"
},
"engines": {
"node": "10.18.1"
"node": "10.22.0"
},
"dependencies": {
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"serve": "^11.3.2"
},
@@ -23,6 +25,7 @@
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"enzyme": "^3.11.0",
@@ -45,8 +48,7 @@
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"typescript": "^3.9.5",
"yarn": "^1.22.4"
"typescript": "^3.9.5"
},
"scripts": {
"start": "serve ./build",
@@ -67,10 +69,10 @@
},
"browserslist": {
"production": [
"since 2010"
"defaults"
],
"development": [
"since 2010"
"defaults"
]
}
}