-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.08 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
{
"name": "kise",
"version": "0.1.0",
"description": "Agent-driven motion graphics harness built on Remotion",
"repository": {},
"license": "MIT",
"dependencies": {
"@remotion/cli": "4.0.441",
"@remotion/google-fonts": "4.0.441",
"@remotion/media": "4.0.441",
"@remotion/three": "4.0.441",
"@remotion/zod-types": "4.0.441",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "4.0.441",
"zod": "4.3.6"
},
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.441",
"@types/react": "19.2.7",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"scripts": {
"postinstall": "bun run install:skills",
"install:skills": "bunx skills@1.5.15 add remotion-dev/skills --skill remotion-best-practices --agent codex --agent claude-code --agent cursor --agent opencode --agent gemini-cli --yes",
"studio": "remotion studio",
"render": "remotion render src/index.ts",
"review": "bun scripts/review.mjs",
"upgrade": "remotion upgrade",
"lint": "eslint src && tsc"
}
}