-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 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
48
49
50
51
52
53
54
55
56
{
"name": "forsatask",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@react-native-community/blur": "4.0.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@types/react": "~18.2.14",
"axios": "^1.6.2",
"date-fns": "^3.3.1",
"expo": "~49.0.15",
"expo-progress": "^0.0.2",
"expo-status-bar": "~1.6.0",
"moment": "^2.30.1",
"react": "18.2.0",
"react-hook-form": "^7.49.3",
"react-native": "0.72.6",
"react-native-calendar-picker": "^8.0.1",
"react-native-config": "^1.5.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modals": "^0.22.3",
"react-native-pager-view": "6.2.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "4.6.3",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^4.0.0-alpha.2",
"react-query": "^3.39.3",
"react-redux": "7.2.1",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"typescript": "^5.1.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.8"
},
"private": true
}