-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 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
42
43
44
{
"name": "lumo",
"version": "0.0.1",
"private": true,
"description": "MCP app that teaches any concept with interactive diagrams, mind maps, quizzes, and fill-in-the-blank exercises inside your chat",
"type": "module",
"scripts": {
"dev": "skybridge dev",
"dev:tunnel": "concurrently --kill-others \"skybridge dev\" \"cloudflared tunnel --url http://localhost:3000\"",
"build": "skybridge build",
"start": "skybridge start",
"deploy": "alpic deploy",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"markmap-lib": "^0.18.12",
"markmap-view": "^0.18.12",
"mermaid": "^11.12.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"skybridge": ">=0.32.0 <1.0.0",
"vite": "^7.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@skybridge/devtools": ">=0.32.0 <1.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"alpic": "^1.90.0",
"concurrently": "^9.2.1",
"jsdom": "^28.1.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=24.13.1"
}
}