-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.96 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
{
"name": "retirementsupporter",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --forceExit",
"lint": "eslint . --max-warnings 0",
"typecheck": "tsc --noEmit",
"prepare": "lefthook install"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/bottom-tabs": "^7.4.1",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.20",
"dayjs": "^1.11.13",
"expo": "~53.0.12",
"expo-constants": "~17.1.6",
"expo-linking": "~7.1.5",
"expo-print": "~14.1.4",
"expo-router": "~5.1.0",
"expo-sharing": "~13.1.5",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.4",
"react-native-blob-util": "^0.22.2",
"react-native-calendars": "^1.1312.1",
"react-native-countdown-component": "^2.7.1",
"react-native-gesture-handler": "2.24.0",
"react-native-html-to-pdf": "^0.12.0",
"react-native-pdf": "^6.7.7",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-share": "^12.1.0",
"react-native-swiper": "^1.6.0",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^30.0.0",
"@types/react": "~19.0.10",
"@typescript-eslint/parser": "^8.47.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.0.0",
"eslint-config-expo": "~9.2.0",
"jest": "~29.7.0",
"jest-expo": "^53.0.7",
"jsdom": "^26.1.0",
"lefthook": "^2.1.10",
"react-native-gesture-handler": "~2.24.0",
"react-test-renderer": "^19.0.0",
"typescript": "~5.8.3"
},
"private": true
}