mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios --simulator=\"iPhone 15 Pro\"",
|
|
"open:ios" : "open ios/example.xcworkspace",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@kesha-antonov/react-native-background-downloader": "^2.9.0",
|
|
"@react-native-community/slider": "^4.4.3",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/stack": "^6.3.20",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "^2.13.4",
|
|
"react-native-root-siblings": "^5.0.1",
|
|
"react-native-root-toast": "^3.5.1",
|
|
"react-native-safe-area-context": "^4.7.4",
|
|
"react-native-screens": "^3.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
"@react-native/metro-config": "^0.72.11",
|
|
"@tsconfig/react-native": "^3.0.0",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.2.1",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.2.1",
|
|
"metro-react-native-babel-preset": "0.76.8",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|