-
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.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 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": "frontend_crud",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@react-navigation/bottom-tabs": "^6.6.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@tanstack/react-query": "^5.51.1",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"expo": "~51.0.20",
"expo-google-fonts": "^0.0.0",
"expo-module-scripts": "^3.5.2",
"expo-status-bar": "~1.12.1",
"moment": "^2.30.1",
"react": "18.2.0",
"react-hook-form": "^7.52.1",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-mmkv": "^2.12.2",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"styled-components": "^6.1.11",
"typescript": "~5.3.3",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}