mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-30 23:39:51 -06:00
88 lines
3.1 KiB
JSON
88 lines
3.1 KiB
JSON
{
|
|
"name": "jellify",
|
|
"version": "0.10.40",
|
|
"private": true,
|
|
"scripts": {
|
|
"init": "npm i && npm run pod:install",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"pod:install": "cd ios && bundle install && RCT_NEW_ARCH_ENABLED=0 pod install",
|
|
"pod:install-new-arch": "cd ios && bundle install && RCT_NEW_ARCH_ENABLED=1 pod install",
|
|
"pod:clean": "cd ios && pod deintegrate",
|
|
"fastlane:ios:build": "cd ios && fastlane build",
|
|
"fastlane:ios:beta": "cd ios && fastlane beta",
|
|
"fastlane:android:build": "cd android && bundle install && fastlane build"
|
|
},
|
|
"dependencies": {
|
|
"@jellyfin/sdk": "^0.11.0",
|
|
"@react-native-community/blur": "^4.4.1",
|
|
"@react-native-community/cli": "^15.1.3",
|
|
"@react-native-masked-view/masked-view": "^0.3.1",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"@react-navigation/native-stack": "^7.1.1",
|
|
"@react-navigation/stack": "^7.1.0",
|
|
"@tamagui/config": "^1.124.17",
|
|
"@tamagui/toast": "^1.124.17",
|
|
"@tanstack/query-sync-storage-persister": "^5.66.0",
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"@tanstack/react-query-persist-client": "^5.66.0",
|
|
"axios": "^1.7.9",
|
|
"burnt": "^0.12.2",
|
|
"expo": "^52.0.0",
|
|
"invert-color": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "18.3.1",
|
|
"react-freeze": "^1.0.4",
|
|
"react-native": "0.77.0",
|
|
"react-native-background-actions": "^4.0.1",
|
|
"react-native-blurhash": "^2.1.0",
|
|
"react-native-carplay": "^2.4.1-beta.0",
|
|
"react-native-device-info": "^14.0.4",
|
|
"react-native-draggable-flatlist": "^4.0.1",
|
|
"react-native-file-access": "^3.1.1",
|
|
"react-native-gesture-handler": "^2.23.0",
|
|
"react-native-haptic-feedback": "^2.3.3",
|
|
"react-native-mmkv": "^2.12.2",
|
|
"react-native-reanimated": "^3.16.7",
|
|
"react-native-safe-area-context": "^5.1.0",
|
|
"react-native-screens": "^4.6.0",
|
|
"react-native-swipeable-item": "^2.0.9",
|
|
"react-native-text-ticker": "^1.14.0",
|
|
"react-native-track-player": "^4.1.1",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"react-native-uuid": "^2.0.3",
|
|
"react-native-vector-icons": "^10.2.0",
|
|
"tamagui": "^1.124.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native-community/cli-platform-android": "15.1.3",
|
|
"@react-native-community/cli-platform-ios": "15.1.3",
|
|
"@react-native/babel-preset": "0.77.0",
|
|
"@react-native/eslint-config": "0.77.0",
|
|
"@react-native/metro-config": "0.77.0",
|
|
"@react-native/typescript-config": "0.77.0",
|
|
"@types/jest": "^29.5.13",
|
|
"@types/lodash": "^4.17.10",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"jscodeshift": "^0.15.2",
|
|
"prettier": "^2.8.8",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|