-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.45 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"canvas": "^2.7.0",
"expo": "~40.0.0",
"expo-ads-admob": "~8.4.0",
"expo-app-loading": "^1.0.3",
"expo-blur": "~8.2.2",
"expo-file-system": "~9.3.0",
"expo-haptics": "~8.4.0",
"expo-image-manipulator": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-sharing": "~8.5.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"formik": "^2.2.6",
"image-to-base64": "^2.2.0",
"lottie-ios": "3.1.8",
"lottie-react-native": "^4.0.2",
"npx": "^10.2.2",
"pod-install": "^0.1.23",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-alert-async": "^1.0.5",
"react-native-canvas": "^0.1.37",
"react-native-canvas-anonymous": "^1.0.2",
"react-native-draggable-flatlist": "^2.6.1",
"react-native-exif": "^0.4.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-fast-image": "^8.3.4",
"react-native-files-share": "^0.1.3",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-base64": "^0.1.4",
"react-native-image-picker": "^4.0.4",
"react-native-image-resizer": "^1.4.5",
"react-native-modals": "^0.22.3",
"react-native-photo-manipulator": "^1.2.4",
"react-native-reanimated": "~1.13.0",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "3.1.9",
"react-native-safe-module": "^1.2.0",
"react-native-safe-modules": "^1.0.3",
"react-native-screens": "~2.15.2",
"react-native-share": "^6.2.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-text-size": "^4.0.0-rc.1",
"react-native-unimodules": "~0.12.0",
"react-native-view-overflow": "0.0.5",
"react-native-web": "~0.13.12",
"react-native-webview": "^11.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1"
},
"private": true,
"name": "QuickImageNote",
"version": "1.0.0"
}