forked from kevinbadi/hyperedit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.97 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.97 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
{
"name": "mocha-app",
"private": true,
"version": "0.0.0",
"type": "module",
"dependencies": {
"@fal-ai/client": "^1.8.4",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@google/genai": "^1.38.0",
"@hono/zod-validator": "^0.5.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@remotion/animated-emoji": "^4.0.409",
"@remotion/bundler": "^4.0.407",
"@remotion/gif": "4.0.409",
"@remotion/lottie": "4.0.409",
"@remotion/player": "^4.0.407",
"@remotion/preload": "^4.0.409",
"@remotion/renderer": "^4.0.407",
"@remotion/shapes": "^4.0.409",
"@remotion/three": "^4.0.409",
"@types/formidable": "^3.4.6",
"@types/three": "^0.182.0",
"formdata-node": "^6.0.3",
"formidable": "^3.5.4",
"hono": "4.7.7",
"lottie-web": "5.13.0",
"lucide-react": "^0.510.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.5.3",
"remotion": "^4.0.407",
"three": "^0.182.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.12.0",
"@eslint/js": "9.25.1",
"@getmocha/users-service": "^0.0.4",
"@getmocha/vite-plugins": "latest",
"@remotion/cli": "^4.0.409",
"@types/node": "22.14.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "9.25.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0",
"knip": "^5.51.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "5.8.3",
"typescript-eslint": "8.31.0",
"vite": "^7.1.3",
"wrangler": "^4.33.0"
},
"scripts": {
"build": "tsc -b && vite build",
"cf-typegen": "wrangler types",
"check": "tsc && vite build && wrangler deploy --dry-run",
"dev": "vite",
"ffmpeg-server": "node scripts/local-ffmpeg-server.js",
"knip": "knip",
"lint": "eslint ."
}
}