forked from DonBraulio/tuneo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
53
54
55
56
57
{
"name": "tuneo",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start --dev-client",
"web": "expo start --web",
"android": "expo run:android --variant release",
"ios": "expo run:ios",
"lint": "eslint ."
},
"codegenConfig": {
"name": "AppSpecs",
"type": "modules",
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "com.tuneo.specs"
}
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@expo/vector-icons": "^14.0.2",
"@react-native-menu/menu": "^1.2.2",
"@react-navigation/bottom-tabs": "^7.1.1",
"@react-navigation/elements": "^2.2.3",
"@react-navigation/native": "^7.0.12",
"@react-navigation/native-stack": "^7.1.13",
"@shopify/react-native-skia": "1.5.0",
"expo": "~52.0.36",
"expo-asset": "~11.0.1",
"expo-audio": "~0.3.5",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.12",
"expo-localization": "~16.0.1",
"expo-splash-screen": "~0.29.22",
"expo-system-ui": "~4.0.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-edge-to-edge": "^1.1.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-mmkv": "^3.2.0",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"typescript": "^5.7.2"
},
"private": true
}