-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 KB
/
package.json
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": "habittrackerapp",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@firebase/app": "^0.10.16",
"@firebase/auth": "^1.8.1",
"@hookform/resolvers": "^3.9.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/bottom-tabs": "^7.0.13",
"@react-navigation/native": "^7.0.8",
"@react-navigation/native-stack": "^7.1.9",
"@reduxjs/toolkit": "^2.4.0",
"@tanstack/react-query": "^5.62.0",
"@types/react-native": "^0.72.8",
"date-fns": "^4.1.0",
"expo": "~52.0.17",
"expo-notifications": "~0.29.11",
"expo-status-bar": "~2.0.0",
"firebase": "^11.0.2",
"react": "18.3.1",
"react-hook-form": "^7.53.2",
"react-native": "0.76.3",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.1.2",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/react": "~18.3.12",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.7.2"
},
"private": true
}