mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-02 21:03:11 +03:00
* feat: base carplay * fix: android auto * fix: directly reference redux store * feat: icons instead of buttons * fix: implement viewfactory so carplay app can start without phone app * fix: mvoe react-native-auto-play to stable version
88 lines
3.1 KiB
JSON
88 lines
3.1 KiB
JSON
{
|
|
"name": "fintunes",
|
|
"version": "2.5.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios --scheme \"Fintunes\"",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
|
|
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
|
|
},
|
|
"dependencies": {
|
|
"@d11/react-native-fast-image": "8.13.0",
|
|
"@iternio/react-native-auto-play": "0.2.2",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-native-community/datetimepicker": "^8.6.0",
|
|
"@react-native-community/netinfo": "^11.4.1",
|
|
"@react-navigation/bottom-tabs": "7.10.1",
|
|
"@react-navigation/elements": "2.9.5",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "7.10.1",
|
|
"@react-navigation/stack": "^7.6.16",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@sbaiahmed1/react-native-blur": "^4.5.3",
|
|
"@shopify/flash-list": "2.2.0",
|
|
"@shopify/react-native-skia": "2.4.14",
|
|
"date-fns": "4.1.0",
|
|
"events": "3.3.0",
|
|
"fuse.js": "7.1.0",
|
|
"i18n-js": "4.5.1",
|
|
"lodash": "4.17.23",
|
|
"mime": "4.1.0",
|
|
"react": "19.2.3",
|
|
"react-airplay": "1.2.0",
|
|
"react-native": "^0.83.1",
|
|
"react-native-accessibility-settings": "0.1.2",
|
|
"react-native-collapsible": "1.6.2",
|
|
"react-native-dotenv": "3.4.11",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-localize": "3.6.1",
|
|
"react-native-modal-datetime-picker": "18.0.0",
|
|
"react-native-nitro-modules": "^0.33.2",
|
|
"react-native-reanimated": "^4.2.1",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.20.0",
|
|
"react-native-shadow-2": "7.1.2",
|
|
"react-native-svg": "^15.15.1",
|
|
"react-native-track-player": "4.1.2",
|
|
"react-native-webview": "^13.16.0",
|
|
"react-native-worklets": "^0.7.2",
|
|
"react-redux": "9.2.0",
|
|
"redux": "5.0.1",
|
|
"redux-persist": "6.0.0",
|
|
"styled-components": "6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.28.6",
|
|
"@babel/preset-env": "^7.28.6",
|
|
"@babel/runtime": "7.28.6",
|
|
"@react-native-community/cli": "^20.1.1",
|
|
"@react-native/babel-preset": "^0.83.1",
|
|
"@react-native/eslint-config": "^0.83.1",
|
|
"@react-native/metro-config": "^0.83.1",
|
|
"@react-native/typescript-config": "0.83.1",
|
|
"@sentry/cli": "3.1.0",
|
|
"@sentry/react-native": "7.10.0",
|
|
"@types/events": "^3.0.3",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/lodash": "4.17.23",
|
|
"@types/node": "^25.1.0",
|
|
"@types/react": "19.2.9",
|
|
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
"@typescript-eslint/parser": "8.53.1",
|
|
"babel-plugin-module-resolver": "5.0.2",
|
|
"eslint": "8.57.1",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"jest": "^29.7.0",
|
|
"metro-react-native-babel-transformer": "0.77.0",
|
|
"react-native-svg-transformer": "1.5.2",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|