forked from VicenteVieraG/ROLAC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.75 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.75 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
{
"name": "rolac",
"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",
"test": "jest",
"testParam": "jest --watchAll --coverage"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@expo/webpack-config": "^0.17.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/geolocation": "^3.0.1",
"@react-native-community/netinfo": "^9.3.0",
"@react-native-firebase/app": "~15.4.0",
"@react-native-firebase/storage": "^15.4.0",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@rneui/base": "0.0.0-edge.2",
"@rneui/themed": "0.0.0-edge.2",
"@stripe/stripe-react-native": "^0.13.1",
"axios": "^0.27.2",
"crypto": "^1.0.1",
"expo": "~46.0.7",
"expo-barcode-scanner": "~11.4.0",
"expo-crypto": "~11.0.0",
"expo-image-picker": "~13.3.1",
"expo-location": "^14.3.0",
"expo-sharing": "^10.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"firebase": "^9.9.4",
"fontisto": "^3.0.4",
"formik": "^2.2.9",
"i": "^0.3.7",
"ionicons": "^6.0.3",
"lottie-react-native": "^5.1.3",
"luxon": "^3.0.3",
"moment": "^2.29.4",
"nachos-ui": "^0.2.0-beta.1",
"npm": "^8.19.2",
"package-lock.json": "^1.0.0",
"pdfmake": "^0.2.6",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "^0.69.6",
"react-native-calendars": "^1.1289.0",
"react-native-camera": "^4.2.1",
"react-native-element-dropdown": "^2.3.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-ionicons": "^4.6.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-maps": "^0.31.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-permissions": "^3.6.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.9.1",
"react-native-root-toast": "^3.4.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-ui-lib": "^6.20.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-native-webview": "^11.23.0",
"tailwindcss-react-native": "^1.7.10",
"xlsx": "^0.18.5",
"xlsx-js-style": "^1.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"tailwindcss": "^3.1.8"
},
"private": true
}