-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.2 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"expo": "^52.0.9",
"expo-av": "~15.0.1",
"expo-build-properties": "~0.13.1",
"expo-image": "~2.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.12",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-track-player": "doublesymmetry/react-native-track-player#pull/2395/head",
"tamagui": "1.110.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.5.4"
},
"name": "thewheel",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}