|
1 | 1 | {
|
2 |
| - "name": "reactnativefastimageexample", |
3 |
| - "version": "0.0.1", |
4 |
| - "private": true, |
5 |
| - "scripts": { |
6 |
| - "android": "react-native run-android", |
7 |
| - "ios": "react-native run-ios", |
8 |
| - "start": "react-native start", |
9 |
| - "test": "jest", |
10 |
| - "lint": "eslint . --ext .js,.jsx,.ts,.tsx" |
11 |
| - }, |
12 |
| - "jest": { |
13 |
| - "moduleFileExtensions": [ |
14 |
| - "ts", |
15 |
| - "tsx", |
16 |
| - "js", |
17 |
| - "jsx", |
18 |
| - "json", |
19 |
| - "node" |
20 |
| - ], |
21 |
| - "preset": "react-native" |
22 |
| - }, |
23 |
| - "resolutions": { |
24 |
| - "@types/react": "^17" |
25 |
| - }, |
26 |
| - "dependencies": { |
27 |
| - "@react-native-community/masked-view": "^0.1.7", |
28 |
| - "@react-navigation/bottom-tabs": "^5.1.0", |
29 |
| - "@react-navigation/native": "^5.0.8", |
30 |
| - "@react-navigation/stack": "^5.1.0", |
31 |
| - "react": "17.0.1", |
32 |
| - "react-native": "0.64.1", |
33 |
| - "react-native-fast-image": "^8.1.3", |
34 |
| - "react-native-gesture-handler": "^1.6.0", |
35 |
| - "react-native-image-picker": "^4.0.6", |
36 |
| - "react-native-image-progress": "^1.1.1", |
37 |
| - "react-native-reanimated": "^1.7.0", |
38 |
| - "react-native-safe-area-context": "^0.7.3", |
39 |
| - "react-native-screens": "^2.2.0", |
40 |
| - "react-native-status-bar-height": "^2.1.0", |
41 |
| - "react-native-vector-icons": "^8.1.0", |
42 |
| - "react-timeout": "^1.1.2" |
43 |
| - }, |
44 |
| - "devDependencies": { |
45 |
| - "@babel/core": "^7.12.9", |
46 |
| - "@babel/runtime": "^7.12.5", |
47 |
| - "@react-native-community/eslint-config": "^2.0.0", |
48 |
| - "@types/jest": "^26.0.23", |
49 |
| - "@types/react-native": "^0.64.5", |
50 |
| - "@types/react-test-renderer": "^16.9.2", |
51 |
| - "babel-jest": "^26.6.3", |
52 |
| - "eslint": "^7.14.0", |
53 |
| - "jest": "^26.6.3", |
54 |
| - "metro-react-native-babel-preset": "^0.64.0", |
55 |
| - "react-test-renderer": "17.0.1", |
56 |
| - "typescript": "^3.8.3" |
57 |
| - } |
| 2 | + "name": "reactnativefastimageexample", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "android": "react-native run-android", |
| 7 | + "ios": "react-native run-ios", |
| 8 | + "start": "react-native start", |
| 9 | + "test": "jest", |
| 10 | + "lint": "eslint . --ext .js,.jsx,.ts,.tsx" |
| 11 | + }, |
| 12 | + "jest": { |
| 13 | + "moduleFileExtensions": [ |
| 14 | + "ts", |
| 15 | + "tsx", |
| 16 | + "js", |
| 17 | + "jsx", |
| 18 | + "json", |
| 19 | + "node" |
| 20 | + ], |
| 21 | + "preset": "react-native" |
| 22 | + }, |
| 23 | + "resolutions": { |
| 24 | + "@types/react": "^17" |
| 25 | + }, |
| 26 | + "dependencies": { |
| 27 | + "@react-native-community/masked-view": "^0.1.7", |
| 28 | + "@react-navigation/bottom-tabs": "^6.0.5", |
| 29 | + "@react-navigation/native": "^6.0.2", |
| 30 | + "@react-navigation/stack": "^6.0.7", |
| 31 | + "react": "17.0.2", |
| 32 | + "react-native": "0.65.1", |
| 33 | + "react-native-fast-image": "^8.1.3", |
| 34 | + "react-native-gesture-handler": "^1.6.0", |
| 35 | + "react-native-image-picker": "^4.0.6", |
| 36 | + "react-native-image-progress": "^1.1.1", |
| 37 | + "react-native-reanimated": "^2.2.2", |
| 38 | + "react-native-safe-area-context": "^3.3.2", |
| 39 | + "react-native-screens": "^3.7.2", |
| 40 | + "react-native-status-bar-height": "^2.1.0", |
| 41 | + "react-native-vector-icons": "^8.1.0" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@babel/core": "^7.12.9", |
| 45 | + "@babel/runtime": "^7.12.5", |
| 46 | + "@react-native-community/eslint-config": "^2.0.0", |
| 47 | + "@types/jest": "^26.0.23", |
| 48 | + "@types/react-native": "^0.65.0", |
| 49 | + "@types/react-test-renderer": "^17.0.1", |
| 50 | + "babel-jest": "^26.6.3", |
| 51 | + "eslint": "^7.14.0", |
| 52 | + "jest": "^26.6.3", |
| 53 | + "metro-react-native-babel-preset": "^0.66.0", |
| 54 | + "react-native-codegen": "^0.0.7", |
| 55 | + "react-test-renderer": "17.0.2", |
| 56 | + "typescript": "^3.8.3" |
| 57 | + } |
58 | 58 | }
|
0 commit comments