-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 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
{
"name": "nudgepal",
"version": "1.0.0",
"description": "A personal finance and habits tracker mobile app built with React Native",
"author": "Achraf (CODINXPRO)",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "node ./node_modules/expo/bin/cli start",
"start:clear": "node ./node_modules/expo/bin/cli start --clear",
"start:offline": "node ./node_modules/expo/bin/cli start --offline",
"android": "node ./node_modules/expo/bin/cli start --android",
"ios": "node ./node_modules/expo/bin/cli start --ios",
"web": "node ./node_modules/expo/bin/cli start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-navigation/bottom-tabs": "^7.4.9",
"@react-navigation/native": "^7.1.18",
"@react-navigation/stack": "^7.4.10",
"expo": "^54.0.13",
"expo-device": "^8.0.9",
"expo-font": "^14.0.9",
"expo-haptics": "^15.0.7",
"expo-image-picker": "^17.0.8",
"expo-linear-gradient": "^15.0.7",
"expo-localization": "^17.0.7",
"expo-notifications": "^0.32.12",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "^2.28.0",
"react-native-reanimated": "^4.1.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.12.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1"
},
"private": true,
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "^5.9.3"
}
}