mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-30 23:39:51 -06:00
80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"name": "jellify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@animatereactnative/marquee": "^0.2.0",
|
|
"@gcores/react-native-carplay": "^1.1.12",
|
|
"@georstat/react-native-image-cache": "^3.1.0",
|
|
"@jellyfin/sdk": "^0.10.0",
|
|
"@react-native-community/blur": "^4.4.1",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-native-masked-view/masked-view": "^0.3.1",
|
|
"@react-navigation/bottom-tabs": "^6.6.1",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@react-navigation/native-stack": "^6.11.0",
|
|
"@react-navigation/stack": "^6.4.1",
|
|
"@tamagui/config": "^1.115.5",
|
|
"@tamagui/toast": "^1.115.5",
|
|
"@tanstack/query-sync-storage-persister": "^5.62.0",
|
|
"@tanstack/react-query": "^5.52.1",
|
|
"@tanstack/react-query-persist-client": "^5.62.0",
|
|
"axios": "^1.7.9",
|
|
"burnt": "^0.12.2",
|
|
"expo": "^51.0.0",
|
|
"expo-linear-gradient": "^14.0.1",
|
|
"invert-color": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"nativewind": "4.0.36",
|
|
"react": "18.3.1",
|
|
"react-native": "0.75.2",
|
|
"react-native-blurhash": "^2.1.0",
|
|
"react-native-device-info": "^11.1.0",
|
|
"react-native-file-access": "^3.1.1",
|
|
"react-native-gesture-handler": "^2.20.0",
|
|
"react-native-haptic-feedback": "^2.3.3",
|
|
"react-native-mmkv": "2.12.2",
|
|
"react-native-outside-press": "^1.2.2",
|
|
"react-native-reanimated": "^3.16.3",
|
|
"react-native-safe-area-context": "^4.11.1",
|
|
"react-native-screens": "^3.34.0",
|
|
"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.115.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.2",
|
|
"@react-native/eslint-config": "0.75.2",
|
|
"@react-native/metro-config": "0.75.2",
|
|
"@react-native/typescript-config": "0.75.2",
|
|
"@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-jest": "^29.6.3",
|
|
"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.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|