-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "four",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@react-navigation/bottom-tabs": "^7.0.3",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.0.2",
"axios": "^1.7.8",
"expo": "^52.0.8",
"expo-status-bar": "~2.0.0",
"openai": "^4.73.1",
"react": "^18.3.1",
"react-native": "^0.76.2",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "^15.9.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-swiper": "^1.6.0",
"expo-web-browser": "~14.0.1",
"expo-auth-session": "~6.0.1",
"@react-native-async-storage/async-storage": "1.23.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "^15.1.2"
},
"private": true
}