mirror of
https://github.com/thelinkin3000/SonicLair.git
synced 2026-04-23 16:59:10 -04:00
[Android] Added upd broadcast based autodiscovery. Now the phone discovers automatically instances running on Android TV in the LAN and offers to connect to them on the QR scan screen
94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"name": "soniclair-tauri",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@capacitor-community/barcode-scanner": "^2.1.1",
|
|
"@capacitor/android": "^3.5.1",
|
|
"@capacitor/app": "^1.1.1",
|
|
"@capacitor/cli": "^3.5.1",
|
|
"@capacitor/core": "^3.5.1",
|
|
"@capacitor/haptics": "^1.1.4",
|
|
"@capacitor/keyboard": "^1.2.2",
|
|
"@capacitor/status-bar": "^1.0.8",
|
|
"@capacitor/toast": "^1.0.8",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@ionic/pwa-elements": "^3.1.1",
|
|
"@noriginmedia/norigin-spatial-navigation": "^1.0.4",
|
|
"@tauri-apps/api": "^1.0.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.2.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.0",
|
|
"@types/node": "^16.11.33",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.3",
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.8.2",
|
|
"buffer": "^6.0.3",
|
|
"classnames": "^2.3.1",
|
|
"framer-motion": "^6.3.3",
|
|
"js-md5": "^0.7.3",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hook-form": "^7.30.0",
|
|
"react-lines-ellipsis": "^0.15.0",
|
|
"react-qrcode-logo": "^2.7.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
"react-window": "^1.8.7",
|
|
"sass": "^1.51.0",
|
|
"typescript": "^4.6.4",
|
|
"uuid": "^8.3.2",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env BROWSER=none react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"tauri": "tauri"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"prettier"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.0.0",
|
|
"@types/howler": "^2.2.7",
|
|
"@types/js-md5": "^0.4.3",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@types/react-lines-ellipsis": "^0.15.1",
|
|
"@types/react-virtualized": "^9.21.21",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/uuid": "^8.3.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"prettier": "^2.6.2"
|
|
}
|
|
}
|