-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.11 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
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
{
"name": "Mentalica",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/datetimepicker": "^7.6.1",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^18.6.1",
"@react-native-firebase/messaging": "^18.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.16",
"@reduxjs/toolkit": "^1.9.7",
"amazon-cognito-identity-js": "^6.3.6",
"aws-amplify": "^5.3.11",
"aws-sdk": "^2.1486.0",
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.3.1",
"install": "^0.13.0",
"moment": "^2.29.4",
"npm": "^10.2.1",
"react": "18.2.0",
"react-i18next": "^13.3.1",
"react-native": "0.72.6",
"react-native-calendar-timetable": "^1.0.6",
"react-native-calendars": "^1.1302.0",
"react-native-dotenv": "^3.3.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-events-calendar": "^1.0.8",
"react-native-gesture-handler": "^2.13.4",
"react-native-gifted-chat": "^2.4.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "13.1.2",
"react-native-modal-dropdown": "^1.0.2",
"react-native-permissions": "^3.10.1",
"react-native-push-notification": "^8.1.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.22.0",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-table-component": "^1.2.2",
"react-native-twilio-video-webrtc": "^3.2.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.26.0",
"react-redux": "^8.1.3",
"reactotron-react-native": "^5.0.3",
"reactotron-redux": "^3.1.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-native-push-notification": "^8.1.3",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}