-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.61 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.61 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
{
"name": "forecast-flow",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:dev": "eas build --profile development --platform android --local --output='./eas-build/development/'",
"build:pre": "eas build --profile preview --platform android --local --output='./eas-build/preview.apk'",
"mobile-server": "py -m http.server 8000"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@gorhom/bottom-sheet": "^5.1.1",
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@shopify/react-native-skia": "^1.11.7",
"@tanstack/react-query": "^5.66.9",
"@tanstack/react-query-persist-client": "^5.66.9",
"expo": "~52.0.33",
"expo-blur": "^14.0.3",
"expo-dev-client": "~5.0.12",
"expo-font": "^13.0.3",
"expo-location": "^18.0.6",
"expo-splash-screen": "^0.29.21",
"expo-status-bar": "^2.0.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.2.0",
"react-native-screens": "^4.6.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@tanstack/eslint-plugin-query": "^5.66.1",
"@types/react": "~18.3.12",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"typescript": "^5.3.3"
},
"private": true
}