-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "@mobile-reality/mdma-demo",
"private": true,
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mobile-reality/mdma-parser": "workspace:*",
"@mobile-reality/mdma-prompt-pack": "workspace:*",
"@mobile-reality/mdma-renderer-react": "workspace:*",
"@mobile-reality/mdma-renderer-react-native": "workspace:*",
"@mobile-reality/mdma-runtime": "workspace:*",
"@mobile-reality/mdma-spec": "workspace:*",
"@mobile-reality/mdma-validator": "workspace:*",
"highlight.js": "^11.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native-web": "^0.19.13",
"recharts": "^3.7.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.0",
"yaml": "^2.6.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"react-native": "0.76.9",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}