-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "campaign-manager2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"expo": "~52.0.39",
"expo-status-bar": "~2.2.3",
"expo-web-browser": "~12.8.2",
"formik": "^2.4.3",
"react": "18.3.1",
"react-native": "0.83.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.29.1",
"react-native-paper": "^5.10.1",
"react-native-reanimated": "~3.19.4",
"react-native-safe-area-context": "4.14.1",
"react-native-screens": "~3.37.0",
"react-native-svg": "14.2.0",
"react-native-vector-icons": "^10.0.0",
"yup": "^1.2.0",
"react-dom": "18.3.1",
"react-native-web": "~0.21.2",
"@expo/metro-runtime": "~4.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}