-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "agentslide",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "next typegen && tsc --noEmit --incremental false -p tsconfig.typecheck.json"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"@google/genai": "^1.20.0",
"canvas": "^3.2.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"lucide-react": "^0.564.0",
"next": "^15.5.12",
"pptxgenjs": "^3.12.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^3.4.0",
"vega": "^6.1.2",
"vega-embed": "^7.0.2",
"vega-lite": "^6.2.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.10.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.0"
}
}