2019-07-04 23:49:38 -04:00
|
|
|
{
|
2021-07-24 15:31:14 +07:00
|
|
|
"name": "reactnativefastimageexample",
|
2019-07-04 23:49:38 -04:00
|
|
|
"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",
|
2019-07-04 23:49:38 -04:00
|
|
|
"start": "react-native start",
|
2021-07-24 15:31:14 +07:00
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
2020-03-12 02:27:37 -04:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"preset": "react-native"
|
2019-07-04 23:49:38 -04:00
|
|
|
},
|
2021-07-24 15:31:14 +07:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^17"
|
|
|
|
},
|
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",
|
2021-07-24 15:31:14 +07:00
|
|
|
"react": "17.0.1",
|
|
|
|
"react-native": "0.64.1",
|
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",
|
2021-07-24 15:31:14 +07:00
|
|
|
"react-native-image-picker": "^4.0.6",
|
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",
|
2021-07-24 15:31:14 +07:00
|
|
|
"react-native-vector-icons": "^8.1.0",
|
2020-03-12 02:27:37 -04:00
|
|
|
"react-timeout": "^1.1.2"
|
2019-07-04 23:49:38 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-24 15:31:14 +07:00
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@types/jest": "^26.0.23",
|
|
|
|
"@types/react-native": "^0.64.5",
|
|
|
|
"@types/react-test-renderer": "^16.9.2",
|
|
|
|
"babel-jest": "^26.6.3",
|
|
|
|
"eslint": "^7.14.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
|
|
"react-test-renderer": "17.0.1",
|
2020-03-12 02:27:37 -04:00
|
|
|
"typescript": "^3.8.3"
|
2019-07-04 23:49:38 -04:00
|
|
|
}
|
|
|
|
}
|