2019-07-04 23:49:38 -04:00
|
|
|
{
|
|
|
|
"name": "ReactNativeFastImageExample",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-03-01 15:58:28 -05:00
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
2020-03-12 02:27:37 -04:00
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
2019-07-04 23:49:38 -04:00
|
|
|
"start": "react-native start",
|
2020-03-12 02:27:37 -04:00
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"preset": "react-native"
|
2019-07-04 23:49:38 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-01 15:58:28 -05:00
|
|
|
"@react-native-community/masked-view": "^0.1.7",
|
|
|
|
"@react-navigation/bottom-tabs": "^5.1.0",
|
|
|
|
"@react-navigation/native": "^5.0.8",
|
|
|
|
"@react-navigation/stack": "^5.1.0",
|
|
|
|
"react": "16.9.0",
|
|
|
|
"react-native": "0.61.5",
|
2020-03-12 02:27:37 -04:00
|
|
|
"react-native-fast-image": "^8.1.3",
|
2020-03-01 15:58:28 -05:00
|
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
|
|
"react-native-image-picker": "^2.3.1",
|
2019-07-04 23:49:38 -04:00
|
|
|
"react-native-image-progress": "^1.1.1",
|
2020-03-01 15:58:28 -05:00
|
|
|
"react-native-reanimated": "^1.7.0",
|
|
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
|
|
"react-native-screens": "^2.2.0",
|
2019-07-04 23:49:38 -04:00
|
|
|
"react-native-status-bar-height": "^2.1.0",
|
|
|
|
"react-native-vector-icons": "^6.6.0",
|
2020-03-12 02:27:37 -04:00
|
|
|
"react-timeout": "^1.1.2"
|
2019-07-04 23:49:38 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-01 15:58:28 -05:00
|
|
|
"@babel/core": "^7.6.2",
|
|
|
|
"@babel/runtime": "^7.6.2",
|
2019-07-04 23:49:38 -04:00
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
2020-03-12 02:27:37 -04:00
|
|
|
"@types/jest": "^24.0.24",
|
|
|
|
"@types/react-native": "^0.60.25",
|
|
|
|
"@types/react-native-vector-icons": "^6.4.5",
|
|
|
|
"@types/react-test-renderer": "16.9.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
|
|
"@typescript-eslint/parser": "^2.12.0",
|
2020-03-01 15:58:28 -05:00
|
|
|
"babel-jest": "^24.9.0",
|
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"jest": "^24.9.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
2020-03-12 02:27:37 -04:00
|
|
|
"react-test-renderer": "16.9.0",
|
|
|
|
"typescript": "^3.8.3"
|
2019-07-04 23:49:38 -04:00
|
|
|
}
|
|
|
|
}
|