-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.08 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 3.08 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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "adoptaApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --no-packager",
"ios": "react-native run-ios --no-packager",
"lint": "eslint .",
"start": "STANDALONE=0 react-native start --port 9005",
"start:standalone": "STANDALONE=1 react-native start --port 8081",
"pods": "(cd ios && bundle install && bundle exec pod install)",
"pods:update": "(cd ios && bundle exec pod update)",
"align-deps": "rnx-align-deps --write",
"check-deps": "rnx-align-deps"
},
"dependencies": {
"@bottom-tabs/react-navigation": "0.9.0",
"@module-federation/enhanced": "0.11.3",
"@mrsasuu/react-native-location": "0.0.5",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-navigation/bottom-tabs": "7.2.0",
"@react-navigation/drawer": "7.2.0",
"@react-navigation/material-top-tabs": "7.2.13",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"react": "19.0.0",
"react-native": "0.78.2",
"react-native-edge-to-edge": "1.1.3",
"react-native-gesture-handler": "2.25.0",
"react-native-pager-view": "6.7.1",
"react-native-paper": "5.12.5",
"react-native-reanimated": "3.17.5",
"react-native-safe-area-context": "5.3.0",
"react-native-screens": "4.10.0",
"react-native-vector-icons": "10.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@callstack/repack": "5.1.0",
"@callstack/repack-plugin-reanimated": "5.1.0",
"@mrsasuu/super-app-showcase-sdk": "0.0.9",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.78.2",
"@react-native/codegen": "0.78.2",
"@react-native/eslint-config": "0.78.2",
"@react-native/gradle-plugin": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-native/typescript-config": "0.78.2",
"@rnx-kit/align-deps": "^2.5.1",
"@rspack/core": "^1.3.10",
"@swc/helpers": "^0.5.17",
"@testing-library/react-native": "13.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.0",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.11.0",
"jest": "^29.6.3",
"prettier": "^2.8.8",
"react-test-renderer": "^19.0.0",
"typescript": "^5.6.3"
},
"rnx-kit": {
"kitType": "app",
"alignDeps": {
"presets": [
"./node_modules/@mrsasuu/super-app-showcase-sdk/preset"
],
"requirements": [
"@mrsasuu/super-app-showcase-sdk@0.0.9"
],
"capabilities": [
"super-app"
]
}
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}