V2 (#2)
* 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:
+8
-6
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user