-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.42 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.42 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "app-root",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"prebuild": "expo prebuild",
"start": "expo start",
"dev": "npx expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"fb:serve": "cd ./functions && yarn serve",
"fb:watch": "cd ./functions && yarn build:watch",
"fb:deploy": "cd ./functions && yarn deploy",
"eas:build:android": "eas build --platform android --profile development"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^14.0.2",
"@google-cloud/vertexai": "^1.3.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-navigation/native": "^6.1.17",
"@tamagui/config": "^1.101.7",
"@tamagui/toast": "^1.101.7",
"burnt": "^0.12.2",
"clsx": "^2.1.1",
"eas-cli": "^10.1.0",
"expo": "^51.0.18",
"expo-application": "~5.9.1",
"expo-auth-session": "~5.5.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.20",
"expo-font": "~12.0.7",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.17",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"firebase": "^10.12.3",
"moment": "^2.30.1",
"prettier": "^3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.3",
"react-native-calendars": "^1.1305.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.17.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-outside-press": "^1.2.2",
"react-native-reanimated": "~3.10.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.7",
"react-native-screens": "~3.32.0",
"react-native-svg": "^15.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.2",
"react-native-web": "~0.19.12",
"tamagui": "^1.101.7"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "~18.3.3",
"autoprefixer": "^10.4.19",
"jest": "^29.7.0",
"jest-expo": "~51.0.3",
"postcss": "^8.4.39",
"react-test-renderer": "18.3.1",
"typescript": "^5.5.3"
},
"private": true
}