mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "jellify",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"@jellyfin/sdk": "^0.10.0",
|
|
"@react-native-async-storage/async-storage": "^2.0.0",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@react-navigation/stack": "^6.4.1",
|
|
"@sentry/react-native": "^5.30.0",
|
|
"@tanstack/react-query": "^5.52.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "18.3.1",
|
|
"react-native": "0.75.2",
|
|
"react-native-device-info": "^11.1.0",
|
|
"react-native-gesture-handler": "^2.20.0",
|
|
"react-native-keychain": "^8.2.0",
|
|
"react-native-reanimated": "^3.15.4",
|
|
"react-native-safe-area-context": "^4.11.0",
|
|
"react-native-screens": "^3.34.0",
|
|
"react-native-track-player": "^4.1.1",
|
|
"react-native-vector-icons": "^10.1.0"
|
|
},
|
|
"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-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.6.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|