-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
38
39
40
41
{
"name": "oclaw-mobile",
"version": "0.1.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "tsc --noEmit"
},
"dependencies": {
"@noble/ed25519": "^2.2.3",
"@noble/hashes": "^2.0.1",
"expo": "~55.0.6",
"expo-camera": "~55.0.9",
"expo-crypto": "~55.0.9",
"expo-linking": "~8.0.0",
"expo-router": "~5.0.0",
"expo-secure-store": "~15.0.0",
"expo-status-bar": "~55.0.4",
"mitt": "^3.0.1",
"punycode": "^2.3.1",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "^2.30.0",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "^3.2.0",
"react-native-reanimated": "~3.18.0",
"react-native-safe-area-context": "~5.4.0",
"react-native-screens": "~4.11.0",
"uuid": "^11.1.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
"@types/uuid": "^10.0.0",
"typescript": "~5.9.2"
},
"private": true
}