-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 KB
/
package.json
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"type": "module",
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "^51.0.24",
"expo-asset": "~10.0.10",
"expo-camera": "~15.0.14",
"expo-file-system": "~17.0.1",
"expo-image-manipulator": "~12.0.5",
"expo-media-library": "~16.0.4",
"expo-sqlite": "~14.0.6",
"expo-status-bar": "~1.12.1",
"keen-slider": "^6.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.12",
"validator": "^13.12.0"
},
"devDependencies": {
"@babel/core": "^7.25.2"
},
"private": true,
"name": "image-rn-app",
"version": "1.0.0",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}