-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
{
"name": "domotio",
"version": "0.5.1",
"license": "MIT",
"author": "silenceway",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@expo/webpack-config": "^18.0.1",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"buffer": "^6.0.3",
"expo": "~48.0.10",
"expo-av": "~13.2.1",
"expo-camera": "~13.2.1",
"expo-image-picker": "~14.1.1",
"expo-media-library": "~15.2.3",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-video-thumbnails": "~7.2.1",
"jotai": "^2.0.3",
"mime": "^3.0.0",
"nostr-react": "^0.7.0",
"nostr-tools": "^1.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "^1.8.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-mmkv": "^2.6.3",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^5.5.2",
"react-native-reanimated": "~2.14.4",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tab-view": "^3.5.1",
"react-native-web": "~0.18.10",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/mime": "^3.0.1",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"private": true
}