-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.03 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.03 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
58
59
60
{
"name": "prepper",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.11.0",
"@react-navigation/bottom-tabs": "^7.1.3",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.0",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@unimodules/core": "^7.2.0",
"axios": "^1.7.9",
"expo": "~52.0.17",
"expo-app-loading": "^2.1.1",
"expo-av": "~15.0.2",
"expo-font": "^13.0.3",
"expo-splash-screen": "^0.29.20",
"expo-status-bar": "~2.0.0",
"firebase": "^11.1.0",
"lottie-react-native": "^7.1.0",
"lucide-react": "^0.473.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.3",
"react-native-calendars": "^1.1307.0",
"react-native-chart-kit": "^6.12.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-gesture-handler": "^2.21.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.12.5",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0",
"react-native-sensors": "^7.3.6",
"react-native-svg": "^15.10.1",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}