-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "slidr",
"version": "1.1.0",
"description": "Slidr — CLI-agnostic AI carousel maker for LinkedIn, Instagram & TikTok. BYOK or use any coding CLI (Antigravity, Claude Code, Codex). 115 themes, multi-platform sizing, watermark + $11 lifetime unlock.",
"license": "MIT",
"private": true,
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/UitbreidenOS/Slidr"
},
"scripts": {
"setup": "node scripts/setup.mjs",
"dev": "next dev",
"build": "next build",
"start": "next start",
"stop": "lsof -ti:3000 | xargs kill -9 2>/dev/null || true",
"test": "jest",
"doctor": "node scripts/doctor.mjs",
"mcp": "tsx src/mcp.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@modelcontextprotocol/sdk": "^1.30.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@resvg/resvg-js": "^2.6.2",
"archiver": "^7.0.1",
"async-mutex": "^0.5.0",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-spawn": "^7.0.6",
"lucide-react": "^1.8.0",
"marked": "^18.0.11",
"next": "16.2.3",
"openai": "^4.77.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"puppeteer": "^24.40.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.9.0",
"satori": "^0.33.4",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"youtube-transcript": "^1.3.1",
"zod": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/archiver": "^7.0.0",
"@types/cheerio": "^0.22.35",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.0.0",
"@types/marked": "^5.0.2",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"jest": "^29.0.0",
"tailwindcss": "^4",
"ts-jest": "^29.0.0",
"tsx": "^4.23.13",
"typescript": "^5"
}
}