-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "drawer",
"version": "1.0.0",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-vector-icons/fontawesome": "^4.7.0-alpha.34",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@types/react": "~18.2.79",
"axios": "^1.7.7",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"firebase": "^11.0.1",
"jest": "^29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-animatable": "^1.4.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.16.1",
"react-native-modern-datepicker": "^1.0.0-beta.91",
"react-native-paper": "^5.12.5",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "3.31.1",
"react-native-ui-datepicker": "^2.0.4",
"react-native-web": "~0.19.10",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "^12.8.1",
"@types/react-native-vector-icons": "^6.4.18",
"jest-expo": "^51.0.4",
"ts-node": "^10.9.2"
},
"private": true
}