forked from ARMSX2/ARMSX2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.23 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.23 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
{
"name": "armsx2-rn-host",
"private": true,
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "adb reverse tcp:8081 tcp:8081 && react-native start --host 0.0.0.0 --port 8081"
},
"dependencies": {
"@assembless/react-native-material-you": "^1.0.0-beta.4",
"@gorhom/bottom-sheet": "4.6.4",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/material-top-tabs": "6.6.14",
"@react-navigation/native": "^7.1.17",
"@react-navigation/stack": "6.4.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "2.21.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-pager-view": "6.4.1",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "4.5.0",
"react-native-tab-view": "3.5.2",
"react-navigation": "^5.0.0",
"react-navigation-stack": "^2.10.4",
"react-router-native": "^6.30.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@react-native/babel-preset": "^0.81.1",
"@react-native/metro-config": "^0.81.1",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0"
}
}