forked from Aestheticsuraj234/ppt-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.23 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
73
74
75
76
77
{
"name": "ppt-ai",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",
"format": "prettier --check .",
"check": "prettier --write . && eslint --fix",
"post-cta-init": "pnpx -y create-db@latest --user-agent tanstack/tsrouter",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"db:seed": "prisma db seed"
},
"dependencies": {
"@ai-sdk/google": "^3.0.80",
"@ai-sdk/react": "^3.0.200",
"@imagekit/nodejs": "^7.7.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@t3-oss/env-core": "^0.13.11",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-devtools": "0.10.5",
"@tanstack/react-query": "5.101.0",
"@tanstack/react-query-devtools": "5.101.0",
"@tanstack/react-router": "1.170.15",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/react-router-ssr-query": "1.167.1",
"@tanstack/react-start": "1.168.25",
"@tanstack/router-plugin": "^1.168.18",
"ai": "^6.0.198",
"better-auth": "^1.6.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"inngest": "^4.5.0",
"lucide-react": "^1.17.0",
"next-themes": "^0.4.6",
"pptxgenjs": "^4.0.1",
"prisma": "^7.8.0",
"radix-ui": "^1.5.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sonner": "^2.0.7",
"swiper": "^12.2.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@tanstack/devtools-vite": "0.7.0",
"@tanstack/eslint-config": "0.4.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"dotenv": "^17.4.2",
"dotenv-cli": "^11.0.0",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8"
}
}