-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 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
45
46
47
48
49
50
51
52
{
"name": "lineup",
"version": "0.0.1",
"private": true,
"description": "Turn one sentence into a full event pack (event card + identity badges + QR + .ics) inside ChatGPT.",
"license": "MIT",
"author": "Martin Kaiser",
"type": "module",
"scripts": {
"dev": "skybridge dev",
"dev:tunnel": "skybridge dev --tunnel",
"build": "skybridge build",
"start": "skybridge start",
"deploy": "alpic deploy"
},
"dependencies": {
"@alpic-ai/ui": "^1.122.0",
"@dicebear/collection": "^9.4.2",
"@dicebear/core": "^9.4.2",
"@fontsource/inter": "^5.2.8",
"@modelcontextprotocol/sdk": "^1.29.0",
"@resvg/resvg-js": "^2.6.2",
"ics": "^3.12.0",
"lucide-react": "^1.14.0",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"satori": "^0.26.0",
"skybridge": "^1.0.3",
"sonner": "^2.0.7",
"tw-animate-css": "^1.4.0",
"vite": "^8.0.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@skybridge/devtools": "^1.0.0",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^24.12.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"alpic": "^1.104.1",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
},
"engines": {
"node": ">=24.14.1"
}
}