-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "finance",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"update:prod": "dotenv -e .env.production eas update --branch production --message \"Update production\"",
"deploy:prod": "eas deploy --prod"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/drawer": "^7.3.8",
"@react-navigation/native": "^7.1.5",
"@react-navigation/native-stack": "^7.3.9",
"date-fns": "^4.1.0",
"expo": "~52.0.43",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.4",
"firebase": "^11.6.0",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-animatable": "^1.4.0",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^4.0.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-swipe-list-view": "^3.2.9",
"expo-dev-client": "~5.0.19"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv-cli": "^8.0.0",
"eas-cli": "^16.3.1",
"typescript": "^5.3.3"
},
"private": true
}