-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.28 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
{
"name": "AppGuard2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint .",
"start": "expo start",
"start:devclient": "expo start --dev-client",
"run:android": "expo run:android",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-native-community/netinfo": "11.5.2",
"@react-native-firebase/app": "^21.14.0",
"@react-native-firebase/messaging": "^21.14.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native/new-app-screen": "0.84.1",
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/native": "^7.1.33",
"@react-navigation/native-stack": "^7.14.4",
"axios": "^1.13.6",
"expo": "~55.0.15",
"expo-build-properties": "^55.0.13",
"expo-dev-client": "~55.0.27",
"expo-linear-gradient": "~55.0.13",
"firebase": "^12.11.0",
"lucide-react-native": "^0.577.0",
"nativewind": "^4.2.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-background-timer": "^2.4.1",
"react-native-css-interop": "^0.2.3",
"react-native-gesture-handler": "~2.30.0",
"react-native-iap": "^15.2.0",
"react-native-nitro-modules": "^0.35.4",
"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-worklets": "0.7.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^20.1.3",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "^20.1.3",
"@react-native/babel-preset": "0.84.1",
"@react-native/eslint-config": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native/typescript-config": "0.84.1",
"@types/jest": "^29.5.13",
"@types/react": "^19.2.0",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "^19.2.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">= 22.11.0"
}
}