-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.46 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.46 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
70
71
72
73
74
75
{
"name": "ping-4-gitlab",
"version": "0.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore",
"eas-build-pre-install": "echo $GOOGLE_SERVICES_ANDROID_BASE64 | base64 --decode > ./google-services.json",
"prepare": "husky install",
"start-be": "cd ../api-ping-4-gitlab && pnpm dev"
},
"dependencies": {
"@expo-google-fonts/source-sans-pro": "^0.2.2",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@sentry/react-native": "~6.14.0",
"@shopify/flash-list": "1.7.6",
"@shopify/restyle": "2.0.0",
"@tanstack/react-query": "^4.0.10",
"axios": "^0.27.2",
"expo": "^53.0.0",
"expo-application": "~6.1.5",
"expo-clipboard": "~7.1.5",
"expo-constants": "~17.1.7",
"expo-device": "~7.1.4",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-insights": "~0.9.3",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-localization": "~16.1.6",
"expo-notifications": "~0.31.4",
"expo-secure-store": "~14.2.3",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"expo-updates": "~0.28.16",
"expo-web-browser": "~14.2.0",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"posthog-react-native": "^3.6.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-feather": "^1.1.2",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-toast-message": "^2.1.5",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@tanstack/eslint-plugin-query": "^4.29.4",
"@types/node": "^17.0.24",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-universe": "^11.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "~5.3.3"
}
}