-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 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
{
"name": "gen-jigsaw",
"version": "0.1.0",
"private": true,
"description": "Collaborative AI-powered outpainting puzzle — expand a shared world, one tile at a time",
"license": "MIT",
"author": "kwrkb",
"repository": {
"type": "git",
"url": "https://github.com/kwrkb/gen-jigsaw.git"
},
"homepage": "https://github.com/kwrkb/gen-jigsaw",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run",
"db:push": "prisma db push",
"db:studio": "prisma studio"
},
"dependencies": {
"@paralleldrive/cuid2": "^3.3.0",
"@prisma/client": "^6.0.0",
"framer-motion": "^12.34.3",
"iron-session": "^8.0.4",
"lucide-react": "^1.17.0",
"next": "^16.2.7",
"openai": "^6.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.4",
"zod": "^4.4.3"
},
"overrides": {
"@prisma/config": {
"effect": "^3.20.0"
}
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"prisma": "^6.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vitest": "^3.2.4"
}
}