-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.96 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --reset-cache --clear --port 6969",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.7.5",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@reduxjs/toolkit": "^1.9.7",
"date-fns": "^2.30.0",
"expo": "^51.0.14",
"expo-file-system": "^17.0.1",
"expo-image-manipulator": "^12.0.5",
"expo-image-picker": "^15.0.5",
"expo-status-bar": "^1.12.1",
"formik": "^2.4.5",
"nativewind": "^2.0.11",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-native": "^0.74.2",
"react-native-animatable": "^1.4.0",
"react-native-autocomplete-input": "^5.4.0",
"react-native-calendars": "^1.1302.0",
"react-native-chart-kit": "^6.12.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.16.1",
"react-native-masked-text": "^1.13.0",
"react-native-paper": "^5.11.1",
"react-native-reanimated": "^3.10.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-signature-canvas": "^4.7.2",
"react-native-svg": "^15.2.0",
"react-native-toast-message": "^2.1.7",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.8.6",
"react-redux": "^8.1.3",
"redux-persist": "^6.0.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-module-resolver": "^5.0.0",
"tailwindcss": "^3.3.2"
},
"private": true
}