-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
49
{
"name": "wakeupshunsine",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "^7.0.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@types/react": "~18.2.14",
"expo": "^49.0.0",
"expo-asset": "~8.10.1",
"expo-dev-client": "~2.4.11",
"expo-device": "^5.6.0",
"expo-font": "~11.4.0",
"expo-location": "^16.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "^0.18.14",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-base64": "^0.2.1",
"react-native-ble-plx": "^2.0.3",
"react-native-bluetooth-classic": "^1.60.0-rc.29",
"react-native-quick-base64": "^2.0.7",
"react-native-rapi-ui": "^0.2.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"twrnc": "^3.6.4",
"typescript": "^5.1.3",
"with-rn-bluetooth-classic": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"private": true
}