-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-expo-examples",
"version": "1.0.0",
"author": "Robin Huy",
"license": "Apache-2.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "4.5.2",
"@react-navigation/bottom-tabs": "^6.5.0",
"@react-navigation/native": "^6.1.0",
"@react-navigation/stack": "^6.3.8",
"date-fns": "^2.29.3",
"expo": "^51.0.24",
"expo-av": "^14.0.6",
"expo-barcode-scanner": "~13.0.1",
"expo-router": "^3.5.20",
"expo-status-bar": "~1.12.1",
"expo-updates": "^0.25.21",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-animatable": "^1.3.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6",
"typescript": "~5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"babel-preset-expo": "^11.0.7",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.0.0"
}
}