forked from blendi-remade/interdimensional-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 671 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 671 Bytes
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
{
"name": "last-frame",
"version": "0.1.0",
"private": true,
"description": "LAST FRAME — a playable film. The video model is the dice; what happens on screen is what happened.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fal-ai/client": "^1.5.0",
"@fal-ai/server-proxy": "^1.1.1",
"next": "^15.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"ffmpeg-static": "^5.3.0",
"typescript": "^5.7.3"
}
}