-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 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
{
"name": "@mobile-reality/mdma-demo-native",
"private": true,
"version": "0.0.3",
"main": "index.ts",
"scripts": {
"start": "expo start",
"start:clear": "expo start --clear",
"ios": "expo start --ios",
"android": "expo start --android",
"export": "expo export --platform ios --output-dir dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.8",
"@ai-sdk/openai": "^4.0.8",
"ai": "^7.0.15",
"@babel/runtime": "^7.25.0",
"@mobile-reality/mdma-agui": "workspace:*",
"@mobile-reality/mdma-attachables-core": "workspace:*",
"@mobile-reality/mdma-parser": "workspace:*",
"@mobile-reality/mdma-prompt-pack": "workspace:*",
"@mobile-reality/mdma-renderer-react-native": "workspace:*",
"@mobile-reality/mdma-runtime": "workspace:*",
"@mobile-reality/mdma-spec": "workspace:*",
"expo": "~54.0.0",
"expo-status-bar": "^3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"devDependencies": {
"@types/react": "~19.1.17",
"typescript": "^5.9.3"
}
}