Files
jellyfin-audio-player/package.json

106 lines
3.5 KiB
JSON
Raw Normal View History

2020-06-16 17:51:51 +02:00
{
2022-06-09 22:32:05 +02:00
"name": "fintunes",
2023-06-19 22:43:31 +02:00
"version": "2.2.0",
"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",
"test": "jest",
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": {
2024-01-31 22:10:51 +01:00
"@react-native-async-storage/async-storage": "^1.21.0",
2022-11-12 16:22:39 +01:00
"@react-native-community/blur": "^4.3.0",
2024-01-31 22:10:51 +01:00
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/netinfo": "^11.0.1",
2022-11-12 16:22:39 +01:00
"@react-navigation/bottom-tabs": "^6.4.0",
2023-04-22 23:31:37 +02:00
"@react-navigation/elements": "^1.3.17",
2024-01-31 22:10:51 +01:00
"@react-navigation/native": "^6.0.8",
2022-11-12 16:22:39 +01:00
"@react-navigation/native-stack": "^6.9.1",
2024-01-31 22:10:51 +01:00
"@react-navigation/stack": "^6.2.0",
2022-11-12 16:22:39 +01:00
"@reduxjs/toolkit": "^1.9.0",
2024-01-31 22:10:51 +01:00
"@shopify/react-native-skia": "^0.1.237",
2022-11-12 16:22:39 +01:00
"@types/lodash": "^4.14.188",
"date-fns": "^2.29.3",
"events": "^3.3.0",
2022-05-18 22:10:06 +02:00
"fuse.js": "^6.6.2",
2022-05-04 18:28:00 +02:00
"i18n-js": "^3.9.2",
2021-03-09 22:25:43 +01:00
"lodash": "^4.17.21",
"patch-package": "^6.5.1",
2022-11-12 16:22:39 +01:00
"react": "18.2.0",
"react-airplay": "^1.2.0",
2024-01-31 22:10:51 +01:00
"react-native": "^0.73.0",
2021-05-12 22:03:29 +02:00
"react-native-collapsible": "^1.6.0",
2022-11-12 16:22:39 +01:00
"react-native-dotenv": "^3.4.2",
"react-native-fast-image": "^8.6.3",
2024-01-31 22:10:51 +01:00
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.14.0",
2022-11-12 16:22:39 +01:00
"react-native-localize": "^2.2.4",
"react-native-modal-datetime-picker": "^17.0.0",
2024-01-31 22:10:51 +01:00
"react-native-reanimated": "^3.6.0",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.21.0",
2022-11-12 16:22:39 +01:00
"react-native-shadow-2": "^7.0.6",
2024-01-31 22:10:51 +01:00
"react-native-svg": "^14.0.0",
2022-11-12 16:22:39 +01:00
"react-native-track-player": "^3.2.0",
2024-01-31 22:10:51 +01:00
"react-native-webview": "^13.6.1",
2022-11-12 16:22:39 +01:00
"react-redux": "^8.0.5",
2022-05-04 18:28:00 +02:00
"redux": "^4.2.0",
2022-11-12 16:22:39 +01:00
"redux-flipper": "^2.0.2",
2020-06-17 14:58:04 +02:00
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
2024-01-29 00:14:19 +01:00
"styled-components": "^6.1.8"
2020-06-16 17:51:51 +02:00
},
"devDependencies": {
2022-11-12 16:22:39 +01:00
"@babel/core": "^7.20.2",
2022-11-27 21:07:32 +01:00
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
2022-11-12 16:22:39 +01:00
"@babel/runtime": "^7.20.1",
2024-01-31 22:10:51 +01:00
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.4",
"@react-native/typescript-config": "^0.74.0",
"@sentry/cli": "^2.27.0",
"@sentry/react-native": "^5.17.0",
2022-11-12 16:22:39 +01:00
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.2",
2023-06-19 22:26:41 +02:00
"@types/node": "^20.3.1",
2022-11-12 16:22:39 +01:00
"@types/react-test-renderer": "^18.0.0",
2021-10-25 23:36:14 +02:00
"@types/redux-logger": "^3.0.9",
2024-01-29 00:14:19 +01:00
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
2022-11-12 16:22:39 +01:00
"babel-jest": "^29.3.1",
2021-01-28 17:40:11 +01:00
"babel-plugin-module-resolver": "^4.1.0",
2022-11-12 16:22:39 +01:00
"eslint": "^8.27.0",
"eslint-plugin-react-hooks": "^4.6.0",
2024-01-31 22:10:51 +01:00
"jest": "^29.2.1",
"metro-config": "^0.80.0",
"metro-react-native-babel-preset": "^0.73.10",
2022-11-12 16:22:39 +01:00
"metro-react-native-babel-transformer": "^0.73.3",
"react-native-codegen": "^0.72.0",
2024-01-31 22:10:51 +01:00
"react-native-flipper": "^0.212.0",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "18.2.0",
2024-01-29 00:14:19 +01:00
"typescript": "^5.3.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
}
}