-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.74 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
{
"name": "lfc-app",
"version": "1.0.0",
"private": true,
"main": "src/app.tsx",
"scripts": {
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"packageManager": "[email protected]",
"dependencies": {
"@native-html/iframe-plugin": "^2.6.1",
"@react-navigation/bottom-tabs": "^7.0.7",
"@react-navigation/elements": "^2.1.1",
"@react-navigation/native": "^7.0.4",
"@react-navigation/native-stack": "^7.1.1",
"@tanstack/react-query": "^5.60.2",
"date-fns": "^3.6.0",
"expo": "52.0.11",
"expo-blur": "~14.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.4",
"expo-image": "~2.0.2",
"expo-linking": "~7.0.3",
"expo-network": "~7.0.2",
"expo-sharing": "~13.0.0",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"react": "18.3.1",
"react-compiler-runtime": "19.0.0-beta-a7bf2bd-20241110",
"react-error-boundary": "^4.1.2",
"react-is": "^18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "^2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "4.1.0",
"react-native-svg": "15.8.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.12.2",
"sweet-sfsymbols": "^0.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~18.3.12",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint": "^8.57.1",
"eslint-config-alexandernanberg": "^3.10.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}