-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "connect2markhelper",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "npx expo start --dev-client",
"start": "expo start",
"fresh": "expo start -c",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "^7.0.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.17",
"expo": "~49.0.8",
"expo-dev-client": "~2.4.12",
"expo-font": "~11.4.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-ble-plx": "^3.1.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@types/react": "^18.2.48",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.2",
"typescript": "^5.3.3"
},
"resolutions": {
"@expo/config-plugins": "^6.0.0",
"@expo/prebuild-config": "~6.0.0",
"expo-modules-autolinking": "~1.0.0"
},
"private": true
}