Add background music; add favicon; add sound module

This commit is contained in:
obergodmar
2020-06-25 18:33:10 +03:00
parent 8647adc66c
commit 1103ebec6f
38 changed files with 324 additions and 140 deletions
+4 -7
View File
@@ -1,6 +1,6 @@
{
"name": "wow-best-places",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^16.13.1",
@@ -8,18 +8,15 @@
"react-scripts": "3.4.1"
},
"devDependencies": {
"@types/react": "^16.9.38",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"autoprefixer": "^9.8.2",
"node-sass": "^4.14.1",
"tslint": "^6.1.2",
"typescript": "^3.9.5",
"uifx": "^2.0.7"
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"build": "env GENERATE_SOURCEMAP=false react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {