mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 05:41:16 +00:00
This converts the codebase to TypeScript. Compilation and bundling is done with tsdx. This will hopefully ensure our types are more accurate in the future.
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "ReactNativeFastImageExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"react-native-fast-image": "../react-native-fast-image-8.0.0.tgz",
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
"react-native-image-picker": "^2.3.1",
|
|
"react-native-image-progress": "^1.1.1",
|
|
"react-native-reanimated": "^1.7.0",
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
"react-native-screens": "^2.2.0",
|
|
"react-native-status-bar-height": "^2.1.0",
|
|
"react-native-vector-icons": "^6.6.0",
|
|
"react-timeout": "^1.1.2",
|
|
"uuid": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-test-renderer": "16.9.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|