-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.79 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
{
"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.19.3",
"@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": "^49.0.16",
"expo-asset": "^8.10.1",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-image": "~1.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-notifications": "~0.20.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.0",
"install": "^0.13.0",
"npx": "^10.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-native": "0.72.3",
"react-native-get-random-values": "^1.9.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.24.0",
"react-native-svg": "^13.12.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-text-dimensions": "^2.0.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"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.2.20",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.1.6"
},
"private": true
}