-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "hangboardtimer",
"version": "1.2.1",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@backpackapp-io/react-native-toast": "^0.11.0",
"@expo/metro-runtime": "~4.0.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.10.1",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "^52.0.30",
"expo-av": "~15.0.2",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.11",
"expo-haptics": "~14.0.1",
"expo-keep-awake": "~14.0.1",
"expo-linear-gradient": "~14.0.2",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13",
"react-navigation": "^5.0.0",
"react-use-precision-timer": "^3.5.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}