-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 KB
/
package.json
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
{
"name": "smartbot",
"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"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.20.9",
"@mistralai/mistralai": "^0.1.3",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"expo": "^52.0.27",
"expo-clipboard": "~7.0.1",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.7",
"expo-haptics": "~14.0.1",
"expo-sharing": "~13.0.1",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-animated-spinkit": "^1.5.2",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-uuid": "^2.0.2",
"react-redux": "^9.1.1",
"redux-persist": "^6.0.0",
"rn-tooltip": "^3.0.3",
"expo-splash-screen": "~0.29.21"
},
"devDependencies": {
"@babel/core": "^7.24.6"
},
"private": true
}