-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.19 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.19 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
66
67
68
69
{
"name": "gachi-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@hookform/resolvers": "^5.2.2",
"@react-native-async-storage/async-storage": "2.2.0",
"axios": "^1.13.6",
"expo": "~55.0.14",
"expo-camera": "~55.0.15",
"expo-constants": "~55.0.13",
"expo-document-picker": "~55.0.13",
"expo-file-system": "~55.0.16",
"expo-font": "~55.0.6",
"expo-image-manipulator": "~55.0.15",
"expo-image-picker": "~55.0.18",
"expo-linear-gradient": "~55.0.13",
"expo-linking": "~55.0.12",
"expo-localization": "~55.0.13",
"expo-notifications": "~55.0.18",
"expo-router": "~55.0.12",
"expo-secure-store": "~55.0.13",
"expo-splash-screen": "^55.0.17",
"expo-status-bar": "~55.0.5",
"i18next": "^26.0.4",
"react": "19.2.0",
"react-hook-form": "^7.72.1",
"react-i18next": "^17.0.2",
"react-native": "0.83.4",
"react-native-calendars": "^1.1314.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.2.2",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-native": "^5.0.0",
"prettier": "^3.8.2",
"typescript": "~5.9.2"
},
"private": true
}