Files
jellyfin-audio-player/package.json

99 lines
3.3 KiB
JSON
Raw Normal View History

2020-06-16 17:51:51 +02:00
{
2022-06-09 22:32:05 +02:00
"name": "fintunes",
2025-05-24 00:09:12 +02:00
"version": "2.4.6",
"main": "src/index.js",
2020-06-16 17:51:51 +02:00
"private": true,
"scripts": {
"android": "react-native run-android",
2022-06-09 22:32:05 +02:00
"ios": "react-native run-ios --scheme \"Fintunes\"",
2020-06-16 17:51:51 +02:00
"start": "react-native start",
2023-04-23 01:15:07 +02:00
"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'",
"postinstall": "patch-package"
2020-06-16 17:51:51 +02:00
},
"dependencies": {
2025-05-24 00:09:12 +02:00
"@d11/react-native-fast-image": "^8.9.2",
"@react-native-async-storage/async-storage": "^2.1.2",
2025-01-26 22:07:05 +01:00
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "^8.3.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@reduxjs/toolkit": "^2.7.0",
"@shopify/flash-list": "^1.8.0",
"@shopify/react-native-skia": "2.0.0-next.3",
"date-fns": "^3.6.0",
2024-02-06 12:10:51 +01:00
"events": "^3.3.0",
"fuse.js": "^7.1.0",
"i18n-js": "^4.5.1",
2021-03-09 22:25:43 +01:00
"lodash": "^4.17.21",
"mime": "^4.0.7",
"react": "19.0.0",
"react-airplay": "^1.2.0",
"react-native": "^0.79.2",
"react-native-accessibility-settings": "^0.1.2",
"react-native-collapsible": "^1.6.2",
"react-native-dotenv": "^3.4.11",
2024-02-08 22:11:43 +01:00
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.25.0",
"react-native-localize": "^3.4.1",
2024-02-08 22:11:43 +01:00
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.10.0",
"react-native-shadow-2": "^7.1.1",
"react-native-svg": "^15.11.2",
"react-native-track-player": "npm:@weights-ai/react-native-track-player@^4.1.4",
"react-native-webview": "^13.13.5",
"react-redux": "^9.2.0",
2024-02-08 22:11:43 +01:00
"redux": "^5.0.1",
2020-06-17 14:58:04 +02:00
"redux-persist": "^6.0.0",
"styled-components": "^6.1.17"
2020-06-16 17:51:51 +02:00
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/runtime": "^7.27.1",
"@react-native-community/cli": "^18.0.0",
"@react-native/babel-preset": "^0.79.2",
"@react-native/metro-config": "^0.79.2",
2024-07-25 13:55:00 +02:00
"@react-native/typescript-config": "0.74.85",
"@sentry/cli": "^2.44.0",
"@sentry/react-native": "^6.13.0",
2024-02-08 22:11:43 +01:00
"@types/i18n-js": "^3.8.9",
"@types/lodash": "^4.17.16",
"@types/node": "^20.17.32",
"@types/react": "^18.3.20",
2024-02-08 22:11:43 +01:00
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
2024-02-08 22:11:43 +01:00
"metro-react-native-babel-transformer": "^0.77.0",
2024-02-02 19:50:53 +01:00
"patch-package": "^8.0.0",
"react-native-svg-transformer": "^1.5.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
2020-06-16 17:51:51 +02:00
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"overrides": {
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/types": "^7.23.6"
2020-06-16 17:51:51 +02:00
}
}