-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "b-comfy",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native/assets-registry": "^0.74.84",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"expo": "^51.0.11",
"expo-linking": "~6.3.1",
"expo-status-bar": "~1.12.1",
"metro-config": "^0.80.9",
"moti": "^0.29.0",
"react": "18.2.0",
"react-hook-form": "^7.52.0",
"react-native": "0.74.1",
"react-native-app-intro-slider": "^4.0.4",
"react-native-bluetooth-classic": "^1.73.0-rc.8",
"react-native-paper": "^5.12.3",
"react-native-paper-form-builder": "^2.1.2",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-vector-icons": "^10.1.0",
"sync-storage": "^0.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native-bluetooth-serial": "^1.0.5",
"@types/sync-storage": "^0.4.3",
"typescript": "^5.1.3"
},
"private": true
}