-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.86 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
{
"name": "AptlyManaged",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start --experimental-debugger",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/picker": "^1.8.1",
"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/auth": "^19.0.1",
"@react-native-firebase/messaging": "^19.0.1",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/drawer": "^6.6.14",
"@react-navigation/native": "^6.1.16",
"@react-navigation/stack": "^6.3.28",
"axios": "^1.6.7",
"formik": "^2.4.5",
"laravel-echo": "^1.16.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-native": "^0.73.6",
"react-native-animatable": "^1.4.0",
"react-native-animated-multistep": "^1.1.1",
"react-native-date-picker": "^4.4.0",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-picker": "^5.4.6",
"react-native-easy-grid": "^0.2.2",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-grid-layout": "^0.1.9",
"react-native-image-crop-picker": "^0.40.3",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-paper": "^5.12.3",
"react-native-picker-select": "^9.0.1",
"react-native-reanimated": "^3.8.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-secure-storage": "^0.1.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.1.0",
"react-native-svg-uri": "^1.2.3",
"react-native-swipe-gestures": "^1.0.5",
"react-native-textarea": "^1.0.4",
"react-native-vector-icons": "^10.0.3",
"react-native-webview": "^13.8.1",
"react-step-builder": "^3.0.6",
"redis-server": "^1.2.2",
"socket.io-client": "^4.7.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.74.0",
"@types/react": "^18.2.66",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "3.2.5",
"react-test-renderer": "18.2.0",
"typescript": "5.4.2"
},
"engines": {
"node": ">=18"
}
}