-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.21 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.21 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
61
62
63
64
65
{
"name": "mobile_v2",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"dev": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"lint:fix": "expo lint --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"type-check": "tsc --noEmit",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"@gorhom/bottom-sheet": "^5.1.6",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/bottom-tabs": "^7.3.14",
"@react-navigation/native": "^7.1.10",
"@react-navigation/native-stack": "^7.3.14",
"@tanstack/react-query": "^5.80.2",
"axios": "^1.9.0",
"buffer": "^6.0.3",
"expo": "53.0.10",
"expo-image-picker": "~16.1.4",
"expo-linking": "^7.1.5",
"expo-status-bar": "~2.2.3",
"expo-web-browser": "^14.1.6",
"jotai": "^2.12.5",
"lucide-react-native": "^0.513.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.57.0",
"react-native": "0.79.3",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.11.1",
"react-native-svg": "^15.2.0",
"react-native-toast-message": "^2.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.28.0",
"eslint-config-expo": "^9.2.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"prettier": "^3.5.3",
"typescript": "~5.8.3"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}