-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "vertix",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"expo": "^49.0.0",
"expo-av": "^13.0.0",
"expo-secure-store": "^12.0.0",
"expo-auth-session": "^5.0.0",
"expo-apple-authentication": "^4.0.0",
"expo-file-system": "^15.0.0",
"expo-image-picker": "^15.0.0",
"expo-video-thumbnails": "^7.0.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"react-native-google-mobile-ads": "^11.0.0",
"react-native-applovin-max": "^7.0.0"
"react": "18.2.0",
"react-native": "0.72.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.20",
"@react-navigation/bottom-tabs": "^6.5.7",
"react-native-gesture-handler": "^2.10.0",
"zustand": "^4.4.0",
"axios": "^1.4.0",
"flash-list": "^2.0.0"
},
"devDependencies": {
"typescript": "^5.1.6",
"eslint": "^8.0.0",
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0"
}
}