-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.86 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.86 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
{
"name": "null",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios --device \"iPhone 13\"",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.1.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@realm/react": "^0.6.0",
"expo": "^52.0.31",
"expo-asset": "~11.0.3",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.5",
"expo-device": "~7.0.2",
"expo-image": "~2.0.4",
"expo-linear-gradient": "~14.0.2",
"expo-notifications": "~0.29.13",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-tracking-transparency": "~5.1.1",
"expo-updates": "~0.26.17",
"firebase": "^10.5.0",
"install": "^0.13.0",
"npx": "^10.2.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.46.1",
"react-native": "0.76.1",
"react-native-get-random-values": "~1.11.0",
"react-native-google-mobile-ads": "^14.9.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.3.3"
},
"private": true
}