-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"name": "todo-wmdb-rn-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.3",
"@hookform/resolvers": "^3.9.0",
"@nozbe/watermelondb": "^0.27.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@tanstack/react-query": "^5.59.15",
"expo": "~51.0.28",
"expo-font": "~12.0.10",
"expo-localization": "~15.0.3",
"expo-status-bar": "~1.12.1",
"i18next": "^23.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.3",
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"styled-components": "^6.1.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@types/i18next": "^13.0.0",
"@types/react": "^18.3.11",
"typescript": "^5.6.3"
},
"private": true
}