-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"name": "timebox",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"expo": "^46.0.0",
"expo-audio-hooks": "^1.0.3",
"expo-av": "~12.0.4",
"expo-background-fetch": "~10.3.0",
"expo-status-bar": "~1.4.0",
"expo-task-manager": "~10.3.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.9",
"react-native-background-fetch": "^4.1.9",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-random-values": "^1.8.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-sound": "git+ssh://git@github.com:zmxv/react-native-sound.git#HEAD",
"react-native-web": "~0.18.7",
"react-native-wheel-scrollview-picker": "^2.0.1",
"use-sound": "^4.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.6"
},
"private": true
}