77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "JellyfinAudioPlayer",
|
|
"version": "0.0.1",
|
|
"main": "src/index.ts",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"build:ios": "react-native bundle --entry-file='index.ts' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-native-fontawesome": "^0.2.5",
|
|
"@react-native-community/async-storage": "^1.11.0",
|
|
"@react-native-community/masked-view": "^0.1.10",
|
|
"@react-native-community/picker": "^1.6.3",
|
|
"@react-navigation/bottom-tabs": "^5.5.2",
|
|
"@react-navigation/native": "^5.5.1",
|
|
"@react-navigation/stack": "^5.5.1",
|
|
"@reduxjs/toolkit": "^1.3.6",
|
|
"@types/lodash": "^4.14.155",
|
|
"@types/redux-logger": "^3.0.8",
|
|
"@types/styled-components": "^5.1.0",
|
|
"date-fns": "^2.14.0",
|
|
"lodash": "^4.17.15",
|
|
"react": "16.11.0",
|
|
"react-native": "0.62.2",
|
|
"react-native-fast-image": "^8.1.5",
|
|
"react-native-gesture-handler": "^1.6.1",
|
|
"react-native-reanimated": "^1.9.0",
|
|
"react-native-safe-area-context": "^3.0.5",
|
|
"react-native-screens": "^2.8.0",
|
|
"react-native-svg": "^12.1.0",
|
|
"react-native-swift": "^1.2.3",
|
|
"react-native-track-player": "github:leinelissen/react-native-track-player",
|
|
"react-native-webview": "^10.3.1",
|
|
"react-redux": "^7.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"styled-components": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/eslint-config": "^1.0.0",
|
|
"@types/jest": "^24.0.24",
|
|
"@types/react-native": "^0.62.0",
|
|
"@types/react-redux": "^7.1.9",
|
|
"@types/react-test-renderer": "16.9.2",
|
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
|
"@typescript-eslint/parser": "^2.27.0",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.58.0",
|
|
"react-test-renderer": "16.11.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|