Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
angelortizv committed Nov 27, 2021
2 parents 2240107 + 6aaf91e commit f7d1097
Show file tree
Hide file tree
Showing 110 changed files with 9,796 additions and 21,697 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/.pnp
.pnp.js

yarn.lock
package-lock.json

# testing
/coverage
Expand Down
18,421 changes: 0 additions & 18,421 deletions package-lock.json

This file was deleted.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
Expand All @@ -15,33 +16,40 @@
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.4",
"bootstrap": "^5.1.0",
"chart.js": "2.9.4",
"devextreme": "^21.2.3",
"devextreme-react": "^21.1.5",
"md5": "^2.3.0",
"node-sass": "^6.0.1",
"pm2": "^5.1.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-bootstrap-dropdown-menu": "^1.1.23",
"react-data-grid": "^7.0.0-beta.5",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-ga": "2.7.0",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.2.0",
"react-loading": "^2.0.3",
"react-lrc": "^2.1.4",
"react-modal": "^3.14.3",
"react-player": "^2.9.0",
"react-router": "^3.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.4",
"react-simple-modal-provider": "^1.7.2",
"react-speech-recognition": "^3.9.0",
"react-string": "^1.0.5",
"react-toastify": "^8.0.2",
"react-top-loading-bar": "^2.0.1",
"react-tunes-player": "^5.0.0",
"reactjs-popup": "^2.0.5",
"reactstrap": "^8.10.0",
"styled-components": "^5.3.1",
"universal-cookie": "^4.0.4",
"web-vitals": "^1.0.1",
"pm2": "^5.1.2"
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand All @@ -24,9 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>karaoke!

</title>
<title>karaoke!</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
176 changes: 0 additions & 176 deletions src/App.css

This file was deleted.

32 changes: 0 additions & 32 deletions src/App.js

This file was deleted.

Loading

0 comments on commit f7d1097

Please sign in to comment.