-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.29 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "attendify",
"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",
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn",
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\""
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^18.0.4",
"@gorhom/bottom-sheet": "^2.0.0-alpha.4",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/geolocation": "^3.0.5",
"@react-native-community/netinfo": "9.3.7",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"axios": "^1.3.4",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"date-fns": "^2.29.3",
"detective": "^5.2.1",
"eas-cli": "^3.12.1",
"expo": "^48.0.9",
"expo-constants": "^14.2.1",
"expo-file-system": "^15.2.2",
"expo-image-picker": "~14.1.1",
"expo-location": "^15.1.1",
"expo-print": "~12.2.1",
"expo-sharing": "^11.2.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"fast-xml-parser": "^4.1.3",
"firebase": "^9.19.1",
"i": "^0.3.7",
"moment": "^2.29.4",
"nativewind": "^2.0.11",
"npm": "^9.6.5",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react": "18.2.0",
"react-avatar": "^5.0.3",
"react-dom": "^18.2.0",
"react-native": "0.71.7",
"react-native-animatable": "^1.3.3",
"react-native-appearance": "^0.3.4",
"react-native-countdown-component": "^2.7.1",
"react-native-countdown-timer-hooks": "^1.0.3",
"react-native-custom-datepicker-ios": "^0.0.5",
"react-native-date-picker": "^4.2.10",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^3.4.8",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-fetch-blob": "^0.10.8",
"react-native-file-viewer": "^2.1.5",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.7.0",
"react-native-paper-dates": "^0.15.1",
"react-native-picker-select": "^8.0.4",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-svg": "13.4.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.11",
"rn-fetch-blob": "^0.12.0",
"tailwind-rn": "^4.2.0",
"victory-native": "^36.6.8",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "^0.71.3",
"@types/uuid": "^9.0.1",
"concurrently": "^7.6.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.4"
},
"private": true
}